mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
This commit upgrades to Lucene 4.6 and contains the following improvements: * Remove XIndexWriter in favor of the fixed IndexWriter * Removes patched XLuceneConstantScoreQuery * Now uses Lucene passage formatters contributed from Elasticsearch in PostingsHighlighter * Upgrades to Lucene46 Codec from Lucene45 Codec * Fixes problem in CommonTermsQueryParser where close was never called. Closes #4241