Skip to content
Snippets Groups Projects
Commit f5fed138 authored by Demian Katz's avatar Demian Katz
Browse files

Eliminated unnecessary TextFacetRaw field type.

parent ab4820aa
No related merge requests found
......@@ -11,12 +11,6 @@
<filter class="solr.PatternReplaceFilterFactory" pattern="(?&lt;!\b[A-Z])[.\s]*$" replacement="" replace="first"/>
</analyzer>
</fieldType>
<fieldType name="textFacetRaw" class="solr.TextField" sortMissingLast="true" omitNorms="true">
<analyzer>
<tokenizer class="solr.KeywordTokenizerFactory"/>
<!-- this is just like textFacet but without punctuation stripping. -->
</analyzer>
</fieldType>
<fieldType name="text" class="solr.TextField" positionIncrementGap="100">
<analyzer type="index">
<tokenizer class="solr.ICUTokenizerFactory"/>
......@@ -206,7 +200,7 @@
<field name="is_hierarchy_id" type="string" indexed="true" stored="true" multiValued="false"/>
<field name="is_hierarchy_title" type="string" indexed="true" stored="true" multiValued="false"/>
<field name="title_in_hierarchy" type="string" indexed="true" stored="true" multiValued="true" />
<field name="hierarchy_browse" type="textFacetRaw" indexed="true" stored="false" multiValued="true"/>
<field name="hierarchy_browse" type="string" indexed="true" stored="false" multiValued="true"/>
<!-- Used for loading correct record driver -->
<field name="recordtype" type="string" indexed="false" stored="true"/>
<!-- Tracking fields to keep track of oldest and most recent index times -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment