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:
Robert Muir 2011-02-04 13:11:40 +00:00
parent 7c69aee7cc
commit cdb47ea15f
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@
<fieldType name="text_path" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.PathTokenizerFactory"/>
<tokenizer class="solr.PathHierarchyTokenizerFactory"/>
</analyzer>
</fieldType>