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