Re: Issue with fuzzy search in Distributed Search

2013-05-08 Thread meghana
Please help me on this!! meghana wrote > To ensure the all records exist in single node, i queried on specific > duration, so , for shards core and simple core query, results should be > similar. > > as you suggested, i analyzed the debugQuery for one specific search * > text:worde~1 * > , an

Re: Issue with fuzzy search in Distributed Search

2013-04-30 Thread meghana
To ensure the all records exist in single node, i queried on specific duration, so , for shards core and simple core query, results should be similar. as you suggested, i analyzed the debugQuery for one specific search *text:worde~1*, and I seen that the record which returns in shards core have h

Re: Issue with fuzzy search in Distributed Search

2013-04-30 Thread Jack Krupansky
A fuzzy query itself does not know about distributed search - Lucene simply scores the query results based on the local index. Then, Solr is merging the merging the query results from different nodes. Try the query locally for each node and set debugQuery=true and see how each document gets sc