Search code examples
sphinx

WARNING: index 'indexer_name': dict=keywords and prefixes and morphology enabled, forcing index_exact_words=1


How to remove below warning?

WARNING: index 'indexer_name': dict=keywords and prefixes and morphology enabled, forcing index_exact_words=1

Please help me. I am new to Sphinx.


Solution

  • Well its telling you don't have index_exact_words=1 in your index config. So its added it anyway.

    If you added to index_exact_words=1 the index, wouldnt get the warning :)