Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.15.0
-
None
Description
We have Problems with phrase queries because the JackrabbitQueryParser sets the lucene version to 2.4. This sets enablePositionIncrements=false in the parent QueryParser.
We use Lucene 3.6 where normaly this feature should be enabled.