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
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
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
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
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
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