Issues with facet.prefix multiple facet.field

2008-12-26 Thread Tarun Jain
=cidsWithParent_CountySpecificfacet.prefix=ROOT_facet.field=cidsWithParentfacet.prefix=9AAC1001 However Solr is only taking into consideration the first facet.prefix and applies it to all facet.field. The second facet.prefix is ignored Any suggestions or workarounds ?? Thanks Tarun Jain -=-

CRUD on solr Index while replicating between master/slave

2011-12-13 Thread Tarun Jain
Hi, When replication is happening between master to slave what operations can we do on the master what operations are possible on the slave? I know it is not adivisable to do DML on the slave index but I wanted to know this anyway. Also I understand that doing DML on a slave will make the slave

Re: CRUD on solr Index while replicating between master/slave

2011-12-13 Thread Tarun Jain
Hi, Thanks. So just to clarify here again while replicating we cannot search on master index ? Tarun Jain -=- - Original Message - From: Otis Gospodnetic otis_gospodne...@yahoo.com To: solr-user@lucene.apache.org solr-user@lucene.apache.org Cc: Sent: Tuesday, December 13, 2011 3:03

Re: CRUD on solr Index while replicating between master/slave

2011-12-14 Thread Tarun Jain
it is replicating. Will the slave get it or not? Tarun Jain -=- - Original Message - From: Erick Erickson erickerick...@gmail.com To: solr-user@lucene.apache.org; Tarun Jain tjai...@yahoo.com Cc: Sent: Tuesday, December 13, 2011 4:18 PM Subject: Re: CRUD on solr Index while replicating

Re: CRUD on solr Index while replicating between master/slave

2011-12-14 Thread Tarun Jain
the slave copies changes from the master. Otis Performance Monitoring SaaS for Solr - http://sematext.com/spm/solr-performance-monitoring/index.html From: Tarun Jain tjai...@yahoo.com To: solr-user@lucene.apache.org solr-user@lucene.apache.org Sent

alphanumeric queries using LuceneQParser

2009-09-28 Thread Tarun Jain
Hi, I have created an index where the fields have been indexed with omitNorms=true omitTermFreqAndPositions=true to improve indexing performance. One of the side effects of this is that some of the searches with alphanumeric words are not working correctly. Example.. Below is the debugQuery

SOLR cache tuning

2020-06-01 Thread Tarun Jain
not helped much.  I know this question has probably been asked a few times and I have read everything I could find out about SOLR cache tuning. I am looking for some more ideas. Any ideas? Tarun Jain-=-

Re: SOLR cache tuning

2020-06-01 Thread Tarun Jain
xing you can already put them on a object store or similar - so you don’t need Solr at all to export all of the documents. See also Walters message. > Am 01.06.2020 um 17:29 schrieb Tarun Jain : > > Hi,I have a SOLR installation in master-slave configuration. The slave is > use