committing some changes made to solrconfig.xml
This commit is contained in:
parent
a78ae5acf7
commit
281d79adbc
1 changed files with 3 additions and 1 deletions
|
@ -707,13 +707,15 @@
|
|||
will be overridden by parameters in the request
|
||||
-->
|
||||
<lst name="defaults">
|
||||
<str name="defType">dismax</str>
|
||||
<str name="defType">edismax</str>
|
||||
<str name="qf">nameRaw nameLowercase ALLTEXT ALLTEXTUNSTEMMED ALLTEXT_PHONETIC NAME_PHONETIC nameUnstemmed nameStemmed targetInfo</str>
|
||||
<str name="pf">targetInfo</str>
|
||||
<str name="echoParams">explicit</str>
|
||||
<str name="ps">2</str>
|
||||
<str name="qs">2</str>
|
||||
<int name="rows">10</int>
|
||||
<str name="q.alt">*:*</str>
|
||||
<str name="fl">*,score</str>
|
||||
</lst>
|
||||
<!-- In addition to defaults, "appends" params can be specified
|
||||
to identify values which should be appended to the list of
|
||||
|
|
Loading…
Add table
Reference in a new issue