Hello I am in the process of moving from indexing with 3.6.0 to 4.10.3 (albeit in 3.6.0 compatibility mode). Examination of the resulting indexes with Luke shows that text fields now contain null markers where stop words have been removed whereas the previous indexes had nothing: Indexed phrase: "thanks for smiles" Old index content: "thanks smiles" New index content: "thanks null_1 smiles"
While I assume this is position related goodness, it plays havoc with long established phrase queries which now fail. From researching I understand that I can selectively enable/disable position increments at query time, is that correct? Is there anything else to consider? I assume that if I want to revert the format with the new indexer I would need to switch positions off? Thanks Chris