NIHVIVO-352 Applied Miles' patch for search snippets.
This commit is contained in:
parent
d434376bdc
commit
8095541706
10 changed files with 53 additions and 9 deletions
|
@ -564,7 +564,7 @@
|
|||
<field name="indexedTime" type="long" indexed="true" stored="true"/>
|
||||
<field name="NAME_PHONETIC" type ="phonetic" indexed="true" stored="false" multiValued="true"/>
|
||||
|
||||
<field name="ALLTEXT" type="text" indexed="true" stored="false" multiValued="true"/>
|
||||
<field name="ALLTEXT" type="text" indexed="true" stored="true" multiValued="true"/>
|
||||
<field name="ALLTEXTUNSTEMMED" type="textgen" indexed="true" stored="false" multiValued="true"/>
|
||||
<field name="ALLTEXT_PHONETIC" type="phonetic" indexed="true" stored="false" multiValued="true"/>
|
||||
|
||||
|
|
|
@ -714,6 +714,11 @@
|
|||
<int name="rows">10</int>
|
||||
<str name="q.alt">*:*</str>
|
||||
<str name="fl">*,score</str>
|
||||
<str name="hl">true</str>
|
||||
<str name="hl.fl">ALLTEXT</str>
|
||||
<str name="hl.fragsize">160</str>
|
||||
<str name="hl.simple.pre"><![CDATA[<strong>]]></str>
|
||||
<str name="hl.simple.post"><![CDATA[</strong>]]></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
Add a link
Reference in a new issue