You can configure mm either in the request handler sorconfig.xml or pass as
a request parameter along side the user query
For more detail refer
 https://cwiki.apache.org/confluence/display/solr/The+DisMax+Query+Parser

example of sample handler is

<requestHandler name="/select" class="solr.SearchHandler">
  <lst name="defaults">
    <int name="rows">10</int>
    <str name="df">searchFields</str>
    <str name="mm">100%</str>
    <str name="defType">dismax</str>
  </lst>

On 13-Aug-2017 6:43 PM, "mohanmca01" <mohanmc...@gmail.com> wrote:

Hi Aman Deep,

Thanks for the information, In order to add mm=100% in the request handler,
in which place ?..Can you please share me sample snap. thanks in advance.






--
View this message in context:
http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4350389.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to