Skip to content

Instantly share code, notes, and snippets.

@RabeaWahab
Created January 5, 2015 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RabeaWahab/ffebe542bce2f55954c0 to your computer and use it in GitHub Desktop.
Save RabeaWahab/ffebe542bce2f55954c0 to your computer and use it in GitHub Desktop.
<requestHandler name="/select" class="solr.SearchHandler">
<!-- default values for query parameters can be specified, these
will be overridden by parameters in the request
-->
<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="fl">*</str>
<str name="qf">
film_title^100 film_category^75 film_actors^50
</str>
</lst>
</requestHandler>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment