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

Searching: PostFilter plugins ignored by solr cloud for queries with grouping

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0-BETA
    • 4.1, 6.0
    • search, SolrCloud
    • Linux / jre 1.6

    Description

      When specifying the cloud options (-DzkRun -DnumShards=n) in solr startup parameters, solr search does not consider any PostFilters.
      For example, I have implemented a PostFilter and wrapped that in my QParserPlugin sub class. Then in the solr query I am using fq to apply post filtering by specifying fq=

      {!pf1}

      where pf1 is the name of my QParserPlugin. This all works well in solr and not in solr cloud.
      I debugged and figured out that org.apache.solr.search.Grouping.execute() method is called by the non cloud instance. This considers pf.PostFilter which is the collection of all PostFilters whereas org.apache.solr.search.grouping.CommandHandler.execute() which is called by the solr cloud instance ignores the pf.PostFilter.

      Attachments

        1. SOLR-3960.patch
          6 kB
          Chris M. Hostetter
        2. SOLR-3960.patch
          6 kB
          Chris M. Hostetter

        Activity

          People

            hossman Chris M. Hostetter
            vnathan Nathan Visagan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: