Re: Solr cloud (4.6.0) instances going down

2013-12-19 Thread ilay raja
On Thu, Dec 19, 2013 at 4:14 PM, ilay raja wrote: > Hi, > > I have deployed solr cloud with external zookeeper ensemble (5 > instances). I am running solr instances on two servers with single shard > index. There are 6 replicas. I often see solr going down during high se

Solr cloud (4.6.0) instances going down

2013-12-19 Thread ilay raja
Hi, I have deployed solr cloud with external zookeeper ensemble (5 instances). I am running solr instances on two servers with single shard index. There are 6 replicas. I often see solr going down during high search load (or) whenever i run indexing documents. I tried tuning hardcommit (kept as

Re: ComplexPhraseQParserPlugin not working with solr 4.2

2013-04-22 Thread ilay raja
/apache/lucene/queryparser/classic/QueryParser$Operator; Is there an issue with running ComplexPhraseQParserPLuging (4.00 jar) agaisnt solr 4.2 ? On Sat, Apr 20, 2013 at 10:30 PM, ilay raja wrote: > Hi > > I followed the steps given in > https://issues.apache.org/jira/browse/S

ComplexPhraseQParserPlugin not working with solr 4.2

2013-04-20 Thread ilay raja
Hi I followed the steps given in https://issues.apache.org/jira/browse/SOLR-1604 for integrating the plugin. But is not picking up the classpath correctly. Though added the following lines to solrconfig.xml I have the compiled jar in solr-home/dist/ The exception is as below - unable to crea

FileBasedSpellchecker with Frequency comaprator

2013-04-08 Thread ilay raja
Hi I want to configure file based spellchecker for my application. I am taking the words frol spellcheck.txt file and building the spellcheckerFile directory index. It works fine. But it is not using the frequency of the words into consideration while giving the spell suggestion. I have duplicat

Solr fuzzy search with WordDemiliterFilter

2013-03-29 Thread ilay raja
Hi I need to apply fuzzy search for my production. It better the search results for spelling issue. However, it is not applying the analyzer filters configured in schema.xml I know fuzzy and wildcard search wont apply the filters. But is there a way to plugin the filters or write this logic at t

Re: New scoring models in LUCENE/SOLR (LUCENE-2959)

2012-05-14 Thread ilay raja
Hi I was going through flexscoring implementations of lucene to experiment the new scoring models. I am into structured search where I feel BM25F is more relevant to use/experiement with. But there is no implementation of BM25FSimilarity .. I have also come across BM25F implemenatation i