Re: managing active/passive cores in Solr and Haystack

2017-03-28 Thread serwah sabetghadam
Dear all, Do you know any good reference/best practice for Solr to work with Time-series data, time-based indexes or retiring data. As I searched it seems to me that we should simulate the configuration ourselves through distributed search. Any help is highly appreciated, Best, Serwah On Fri

Solrcould with Haystack

2017-03-17 Thread serwah
Hi there, Is there anyone who has used Solrcloud communicating with Django Haystack? When I have to use Django Haystack plus distributed search, the question is if Solrcloud could be a solution. I ask this as I have not found good sources for that. Best, Serwah

Re: managing active/passive cores in Solr and Haystack

2017-03-15 Thread serwah sabetghadam
someone has experience with HAYSTACK conducting Solr to share the experience here. Best, Serwah On Tue, Mar 14, 2017 at 4:15 PM, Erick Erickson wrote: > I don't know much about HAYSTACK, but for the Solr URL you probably > want the "shards" parameter for searching, see: >

managing active/passive cores in Solr and Haystack

2017-03-14 Thread serwah sabetghadam
': 'haystack.backends.solr_backend.SolrEngine', 'URL': 'http://127.0.0.1:8983/solr/core_Feb', 'URL': 'http://127.0.0.1:8983/solr/core_Jan', }, } but in this case it will write in both! that I want to write only in the core_Feb one. Any help is highly appreciated, Best, Serwah