RE: How can i search maximum number of word in particular docs

2013-09-24 Thread Gupta, Abhinav
Not Sure though ,depends how your schema is configured. If it has WordDelimiter Filters at time of indexing or querying then search will not be as you desired. Check your index creation using solr analysis for this type of string. Thanks, Abhinav -Original Message- From: Viresh Modi [ma

Re: How can i search maximum number of word in particular docs

2013-09-24 Thread Chris Hostetter
: &q=pookan ... : Acutually i want particular word for that match max in content tag that : come first (relevancy based) the default TF-IDF scoring mechanism rewards documents for matching a term multiple times (thats the the "TF" part) but there is also a length normalization factor tha

Re: How can i search maximum number of word in particular docs

2013-09-24 Thread Upayavira
Are you saying that the more times the word appears, the more you want it to score? Note, add debugQuery=true to your query, and look near the end of the output, you will be able to see exactly how the score was calculated and thus which component wasn't behaving as you expected (you might want to