diff --git a/solr/biblio/conf/schema.xml b/solr/biblio/conf/schema.xml index 23fb678c42b3399b8f3f3eda8c44345ee07b880f..300b3a10af93c53e512ea181530b6537f47d3e96 100644 --- a/solr/biblio/conf/schema.xml +++ b/solr/biblio/conf/schema.xml @@ -11,12 +11,6 @@ <filter class="solr.PatternReplaceFilterFactory" pattern="(?<!\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 -->