Hello,


I am using edismax parser in my project.

I just wanted to confirm whether we can use dynamic fields with edismax or
not.

When I am using specific dynamic field in qf or pf parameter , it is
working.



But when iam using dynamic fields with *, like this:



<requestHandler name="/select" class="solr.SearchHandler">

<lst name="defaults">

       <str name="echoParams">explicit</str>

       <int name="rows">10</int>

       <str name="df">text</str>

       <str name="defType">edismax</str>

*      <str name="qf">*

*                   *_nlp_new_sv^0.8*

*                  *_nlp_copy_sv^0.2*

*      </str>*

</lst>

</requestHandler>

It is not working.



Is it possible to use dynamic fields with *,  like mentioned above with
edismax?

Please provide me some pointers on this.



Thanks in advance.

Reply via email to