mirror of
https://github.com/apache/lucene.git
synced 2025-03-09 01:59:27 +00:00
SOLR-4022: Remove unintentional subliminal advertising from test schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408649 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0f57f8bdef
commit
492741333b
@ -22,7 +22,7 @@
|
||||
<fields>
|
||||
|
||||
<field name="id" type="string" indexed="true" stored="true" required="true" multiValued="false" />
|
||||
<field name="eff" type="flax-eff"/>
|
||||
<field name="eff" type="eff"/>
|
||||
|
||||
</fields>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
<fieldType name="string" class="solr.StrField" sortMissingLast="true" />
|
||||
|
||||
<!-- Our external file field type -->
|
||||
<fieldType name="flax-eff" class="solr.ExternalFileField"/>
|
||||
<fieldType name="eff" class="solr.ExternalFileField"/>
|
||||
|
||||
</types>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user