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

[PATCH] BitSetQuery, FastPrefixQuery, FastWildcardQuery and FastQueryParser

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.4
    • 2.9
    • core/search
    • None
    • Operating System: other
      Platform: All

    • 35796

    Description

      FastPrefixQuery and FastWildcardQuery rewrites to BitSetQuery instead of OR'ed
      BooleanQuery's. A BitSetQuery contains a BitSet that desginates which document
      should be included in the search result. BitSetQuery cannot be used by itself
      with MultiSearcher as of now.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              saturnism@gmail.com Ray Tsang
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: