Skip to content

Commit 90621e3

Browse files
committed
apache#626 add dynamic field in status core
1 parent 3452a9c commit 90621e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: external/solr/cores/status/conf/schema.xml

+1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ under the License.
2626
<field name="nextFetchDate" type="pdate" stored="true" indexed="true"/>
2727
<dynamicField name="metadata*" type="string" indexed="true" stored="true" multiValued="true"/>
2828
<field name="key" type="string" stored="true" indexed="true"/>
29+
<dynamicField name="*" type="string" indexed="true" stored="true" multiValued="false"/>
2930
<uniqueKey>url</uniqueKey>
3031
</schema>

0 commit comments

Comments
 (0)