Issue 12347

Occurrence Auto Suggest services don't work with SolrCloud

12347
Reporter: fmendez
Assignee: fmendez
Type: Bug
Summary: Occurrence Auto Suggest services don't work with SolrCloud
Description: Autosuggest service: collector_name and catalog_number are implemented using the "terms" SearchHandler (http://wiki.apache.org/solr/TermsComponent). The "terms" handler is returning no results when the Solr parameter distrib=true (distrib=distributed; activates the SolrCloud distributed search handler).
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-11-22 10:31:16.843
Updated: 2013-08-29 14:44:42.102
Resolved: 2012-11-22 12:28:02.55


Author: fmendez@gbif.org
Comment: Occurrence search performance has been improved in a SolrCloud installation; but seems that the TermsComponent doesn't support distributed queries in cloud mode.
Created: 2012-11-22 10:35:39.8
Updated: 2012-11-22 10:35:39.8


Author: fmendez@gbif.org
Created: 2012-11-22 12:28:02.595
Updated: 2012-11-22 12:28:02.595
        
The serch handler requires the parameter shards.qt=/terms (name of the query handler on each shard).
  
      terms
    
  

(Tomás Fernández Löbbe   from the lucene-users mailing list helped me with this!)