Re: Bidirectional CDCR not working

2019-03-14 Thread Nish Karve
Arnold, Have you copied the configuration from the Solr docs? The bi directional cluster configuration (for cluster 1) has a malformed XML. It is missing the closing tag for the updateLogSynchronizer under the request handler configuration. Please disregard if you have already considered that in

Re: Alternative for DIH

2019-02-02 Thread Nish Karve
If you absolutely want to use Kafka after trying other mechanisms, I would suggest Kafka Connect. Jeremy Custenborder has a good Kafka connector as a sink to SOLR. You can define your own avro schemas on the Kafka topic that adhere to your SOLR schema to give you that degree of control. We have us

Re: Null pointer exception in spell checker at addchecker method

2014-08-22 Thread nish
Great!! Worked for me too. Thanks a lot -- View this message in context: http://lucene.472066.n3.nabble.com/Null-pointer-exception-in-spell-checker-at-addchecker-method-tp4105489p4154403.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Fetching results with a minimum from each category

2013-12-30 Thread nish
Oussama Jilal, b and d have 4 products in top 20 results obtained and not overall in the database. Grouping would give me results from all categories, I only want categories corresponding to top 20 results. It can be done in 2 solr queries, but it would make the system slow. Was just wondering if

Fetching results with a minimum from each category

2013-12-30 Thread nish
I am using solr 4.4.0. The search is performed on products, each of which has a category field. I want to retrieve top n products. But, if some category has less than m products among the top n, then I want to retrieve more products only for those categories. Eg. I have 4 categories a, b, c, d. n=