lucene - Best way to find script in solr documents -


what'd best way search script in loose way in solr

for example

q:"this script i'm looking" 

possible retrieved docs:

"...this script...." "...script looking" "...this our script..." 

in short

  1. not terms may appear more terms-> higher doc score

  2. some proximity allowed

this basic solr capabilities , introduced in tutorial in subject. use edismax query parser, , first question, use mm parameter, while second solved default - or if want, use phrase fields or, depending on need, other phrase parameters.


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

Save and close a word document by giving a name in R -

How can I utilize Yahoo Weather API in android -