NIHVIVO-2459 Refactoring VitroLuceneTermNames rdfs:label field names to clarify what the fields are. Restored 1.2 Lucene analysis to name fields.
This commit is contained in:
parent
702f904e75
commit
a1ac1320e9
2 changed files with 15 additions and 13 deletions
|
@ -434,7 +434,8 @@
|
|||
<field name="PROHIBITED_FROM_TEXT_RESULTS" type="string" indexed="true" stored="false" multiValued="false"/>
|
||||
<field name="URI" type="string" indexed="true" stored="true" multiValued="false" omitNorms="true"/>
|
||||
<field name="nameRaw" type="string" indexed="true" stored="true" multiValued="true"/>
|
||||
<field name="nameLowercase" type="string" indexed="true" stored="false" multiValued="true"/>
|
||||
<!-- RY Not sure if we need to store nameLowercase -->
|
||||
<field name="nameLowercase" type="string" indexed="true" stored="true" multiValued="true"/>
|
||||
<field name="nameUnstemmed" type="text" indexed="true" stored="false" multiValued="true"/>
|
||||
<field name="nameStemmed" type="text" indexed="true" stored="false" multiValued="true"/>
|
||||
<field name="indexedTime" type="string" indexed="true" stored="true" multiValued="true"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue