Hi AshB, from what I see, this is the expected behavior.

You pass this efi to your "isPook" feature : efi.query=thrones%20of%20game*.
Then you calculate:

{ 
    "name" : "isPook", 
    "class" : "org.apache.solr.ltr.feature.SolrFeature", 
    "params" : { 
      "fq": ["{!type=edismax qf=*text* v=$qq}&qq=\"${query}\""] 
    } 
  } 

Given the document titles, it seems incorrect, but what about the document
text ?
Furthermore, if you are interested in exact phrase match, I would first go
with :

https://lucene.apache.org/solr/guide/6_6/other-parsers.html#OtherParsers-FieldQueryParser

and then  play with the following if more advance phrase querying was
needed: 

https://lucene.apache.org/solr/guide/6_6/other-parsers.html#OtherParsers-ComplexPhraseQueryParser

Cheers




-----
---------------
Alessandro Benedetti
Search Consultant, R&D Software Engineer, Director
Sease Ltd. - www.sease.io
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to