mirror of https://github.com/apache/lucene.git
SOLR-1658: revert accidental changes to text field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@987618 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f566a7a158
commit
4796682de8
|
@ -495,7 +495,7 @@
|
|||
|
||||
<!-- catchall field, containing all other searchable text fields (implemented
|
||||
via copyField further on in this schema -->
|
||||
<field name="text" type="text" indexed="true" stored="true" multiValued="true" termVectors="true"/>
|
||||
<field name="text" type="text" indexed="true" stored="false" multiValued="true"/>
|
||||
|
||||
<!-- catchall text field that indexes tokens both normally and in reverse for efficient
|
||||
leading wildcard queries. -->
|
||||
|
|
Loading…
Reference in New Issue