Solr Query maximum term match -
i have tried creating query exact term match, trying achieve this. suppose tries search phrase called "test solr", results should first show items having exact term "test solr" adjacent each other. precedence should show items having both terms "test" , "solr" anywhere in content , content having either "test" or "solr" should shown. has tried creating query this?
have @ phrase slop in dismax query parser, scores documents query terms in proximity higher others.
Comments
Post a Comment