Uploaded image for project: 'Lucene.Net'
  1. Lucene.Net
  2. LUCENENET-479

QueryParser.SetEnablePositionIncrements(false) doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Lucene.Net 2.9.2, Lucene.Net 2.9.4, Lucene.Net 2.9.4g
    • Lucene.Net 3.0.3
    • Lucene.Net Core
    • None

    Description

      Trying to disable position increments via SetEnablePositionIncrements(false) has no effect, at least on phrase queries.

      The parsed query returned from the QueryParser with this input, should by default return a phrase query whose terms look like: "Query with Stopwords" should look silmilar to this if converted to a string: "query ? stopwords", where ? is a null term query in the phrase query.

      With EnablePositionIncrements set to false, the resulting query should be similary to "query stopwords". However, calling SetEnablePositionIncrements(false) has no effect on the resulting query.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ccurrens Christopher Calvin Currens
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: