Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-2317

allow separate control of whether docTermFreq and positions are indexed

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Major
    • Resolution: Duplicate
    • None
    • 4.0-ALPHA
    • core/index
    • None
    • New

    Description

      [Spinoff of LUCENE-2308... we keep spinning things off... I feel like we live inside a particle accelerator]

      Right now Lucene indexes the docTermFreq and positions into the postings, by default.

      You can use omitTFAP to turn them both off, which if you also omit norms gives you "match only" scoring.

      But, really, they ought to be separately controllable – one may want to include docTermFreq but not positions, to get full scoring for non-positional phrases.

      Probably we should wait until LUCENE-2308 is done, and make the API change on *FieldType.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mikemccand Michael McCandless
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: