SOLR-6000: javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2014-04-21 19:03:24 +00:00
parent b8d878843f
commit a17b8003ad
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ import org.apache.lucene.analysis.util.TokenFilterFactory;
* <fieldType name="text_ptncapturegroup" class="solr.TextField" positionIncrementGap="100">
* <analyzer>
* <tokenizer class="solr.KeywordTokenizerFactory"/>
* <filter class="solr.PatternCaptureGroupTokenFilter" pattern="([^a-z])" preserve_original="true"/>
* <filter class="solr.PatternCaptureGroupTokenFilterFactory" pattern="([^a-z])" preserve_original="true"/>
* </analyzer>
* &lt;/fieldType&gt;</pre>
*