Skip to content

Commit 412b811

Browse files
committed
Added author/title for testing
1 parent 61a0f91 commit 412b811

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

solr/conf/schema.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@
125125
<fields>
126126
<field name="id" type="string" indexed="true" stored="true" />
127127
<dynamicField name="*_numeric" type="numericID" indexed="true" stored="true" multiValued="true"/>
128-
<dynamicField name="*_text" type="text" indexed="true" stored="true" multiValued="true"/>
128+
<dynamicField name="*_text" type="text" indexed="true" stored="true" multiValued="true"/>
129+
<field name="author" type="text" indexed="true" stored="true" multiValued="true" />
130+
<field name="title" type="text" indexed="true" stored="true" multiValued="true" />
129131
</fields>
130132

131133

0 commit comments

Comments
 (0)