| Test case: MultiIndexCompatibilitySearchIT.java It seems that when we try to query a full text field across different indexes, we get an incompatible types error, even if the respective fields are compatible. Probably we cannot rely on equals of 'org.apache.lucene.util.QueryBuilder` to verify the compatibility on full text field. |