Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
content needs to be indexed so the handler can hit it.
Browse files Browse the repository at this point in the history
- This has the potential to make a Solr index huge.
  • Loading branch information
ruebot committed Sep 25, 2018
1 parent b753cb1 commit e8fb995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/conf/schema.xml
Expand Up @@ -46,7 +46,7 @@
<field name="content_type_full" type="string" indexed="true" docValues="true" multiValued="false"/>
<field name="content_type_norm" type="string" indexed="true" docValues="true" multiValued="false" default="other"/>
<field name="content_type_served" type="string" indexed="true" docValues="true" multiValued="false"/>
<field name="content" type="text_general" indexed="false" stored="true" multiValued="true"/>
<field name="content" type="text_general" indexed="true" stored="true" multiValued="true"/>
<field name="content_type_tika" type="string" indexed="true" docValues="true" multiValued="false"/>
<field name="content_type" type="string" indexed="true" docValues="true" multiValued="true"/>
<field name="content_type_version" type="string" indexed="true" docValues="true" multiValued="false"/>
Expand Down

0 comments on commit e8fb995

Please sign in to comment.