Re: collectionDistribution vs SolrReplication

2009-01-03 Thread Shalin Shekhar Mangar
I think the main reason is ease of use. Warming is done the same way by adding a newSearcher listener in solrconfig.xml On Sun, Jan 4, 2009 at 2:10 AM, Marc Sturlese wrote: > > Hey there, > > I would like to know the advantages of moving from: > a master-slave system using CollectionDistribution

Re: synonyms.txt file updated frequently

2009-01-03 Thread Grant Ingersoll
On Jan 2, 2009, at 10:25 AM, Alexander Ramos Jardim wrote: Grant, I am following your idea to write a new TokenFilter. As long as I looked in SynonymTokenFilter and Factory code, it is the Factory the reponsible for loading the new Just let me make some stupid questions: 1. I will have to w

Re: Different ordering of result returned by solr for capital and small letters.

2009-01-03 Thread Chris Hostetter
: returned by solr for capital and small letters. When I am searching for : "cats" I am getting result. Next, when I am searching for "CATS" I am : getting same result but the ordering of result is different as compare to : previous one. Is there any issue with my indexing? OR Is there any priority

collectionDistribution vs SolrReplication

2009-01-03 Thread Marc Sturlese
Hey there, I would like to know the advantages of moving from: a master-slave system using CollectionDistribution with all their .sh scripts http://wiki.apache.org/solr/CollectionDistribution to: use SolrReplication and his solrconfig.xml configuration. http://wiki.apache.org/solr/SolrReplicatio

Different ordering of result returned by solr for capital and small letters.

2009-01-03 Thread Tushar_Gandhi
Hi, I am using solr 1.3. I have an issue with the ordering of results returned by solr for capital and small letters. When I am searching for "cats" I am getting result. Next, when I am searching for "CATS" I am getting same result but the ordering of result is different as compare to previous