Hi! I have my dismax that is searching through two fields.

<requestHandler name="en" class="solr.searchHandler">
  <lst name="defaults">
    <str name="defType">dismax</str>
    <str name="qt">
      name_en^1.0 answe_en^1.5
    </str>
  </lst>
</requestHandler>

Now I have a document that has "Various appliances can be installed
here" in the answen_en field, indexed with English analyzer.
When I query "installation" I have the result of that doc, which is OK.\
When I query "How to install something?" I get nothing which is bad,
because there is match highligthed on the analysis page.

I've read that dismax don't read the q.op (query default operator).
How should I do my dismax to handle that?

Cheers,
Jakub Godawa.

Reply via email to