mirror of https://github.com/apache/lucene.git
SOLR-1057: fix wrong classname in example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c69aee7cc
commit
cdb47ea15f
|
@ -378,7 +378,7 @@
|
|||
|
||||
<fieldType name="text_path" class="solr.TextField" positionIncrementGap="100">
|
||||
<analyzer>
|
||||
<tokenizer class="solr.PathTokenizerFactory"/>
|
||||
<tokenizer class="solr.PathHierarchyTokenizerFactory"/>
|
||||
</analyzer>
|
||||
</fieldType>
|
||||
|
||||
|
|
Loading…
Reference in New Issue