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

Remove Filter from IndexSearcher APIs

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.1, 6.0
    • None
    • None
    • New

    Description

      IndexSearcher has lots of methods that take a filter, and merge it with the query using a FilteredQuery when it is non null. I would like to remove these methods in favour of methods that only take a query and leave the responsibility to build a FilteredQuery or a BooleanQuery with FILTER clause to the user.

      Attachments

        1. LUCENE-6286.patch
          289 kB
          Adrien Grand

        Activity

          People

            jpountz Adrien Grand
            jpountz Adrien Grand
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: