Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-80

negative filter queries

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.2
    • search
    • None

    Description

      There is a need for negative filter queries to avoid long filter generation times and large caching requirements.

      Currently, if someone wants to filter out a small number of documents, they must specify the complete set of documents to express those negative conditions against.

      q=foo&fq=id:[* TO *] -id:101

      In this example, to filter out a single document, the complete set of documents (minus one) is generated, and a large bitset is cached. You could also add the restriction to the main query, but that doesn't work with the dismax handler which doesn't have a facility for this.

      Attachments

        1. negative_filters.patch
          11 kB
          Yonik Seeley
        2. negative_filters.patch
          20 kB
          Yonik Seeley

        Activity

          People

            Unassigned Unassigned
            yseeley@gmail.com Yonik Seeley
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: