Need help in understanding solr clustering component

2017-05-10 Thread yauza
I was looking(in process of making my own) into solr's default clustering component for carrot2. In the clustering component class there are 2 methods where the clustering algorithms are called: in the overridden process method SolrDocumentList solrDocList =

Solr 6 Facet range query over streaming API

2017-02-02 Thread yauza
While migrating from Solr legacy faceting to Solr streaming API, how to implement the below parameters: = true = {!key=age_ranges}age = 0 = 100 = 10 = {!key=price_ranges}price = 0 = 1000 = 50 = a_field = 1 How can I implement these parameters using the new facet streaming with