RE: Performance improvement for solr faceting on large index

2012-11-23 Thread Pravin Agrawal
this index further on 4 shards to reduce the index size per shard. Need to ask few more questions that we have a large number of unique terms in our index so whether facet method fc is better or enum? and Can a large facet.enum.cache.minDf value help ? Thanks, Pravin Agrawal -Original

Performance improvement for solr faceting on large index

2012-11-22 Thread Pravin Agrawal
l increase further. Please let us know if there is any better way to extract (site, term, frequency) information compare to current method. Thanks, Pravin Agrawal DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Sys

Performance problem with DIH in solr 3.3

2012-04-23 Thread Pravin Agrawal
Pravin Agrawal DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to

Problem Multi word synonyms in solr 3.4

2012-02-09 Thread Pravin Agrawal
Hi All, I am trying to use synonyms in solr 3.4 and facing below issue with multiword synonyms. I am using edismax query parser with following fields in qf and pf qf: name^1.2,name_synonym^0.5 pf: phrase_name^3 The analyzers that I am using for name_synonym is as follows

RE: Spellchecker issue related to exact match of query in spellcheck index

2011-12-21 Thread Pravin Agrawal
ce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Pravin Agrawal [mailto:pravin_agra...@persistent.co.in] Sent: Saturday, December 17, 2011 4:51 AM To: solr-user@lucene.apache.org Cc: Tushar Adeshara Subject: Spellchecker issue related to exact match of query in spellc

Spellchecker issue related to exact match of query in spellcheck index

2011-12-17 Thread Pravin Agrawal
Hi All, I am trying to use file based spellchecker in solr 3.4 version and facing below issue. My dictionary file contains following terms abcd abcde abcdef abcdefg However, when checking spelling for abcd, it gives suggestion abcde even though the word abcd is present in dictionary file. He