mirror of https://github.com/apache/lucene.git
LUCENE-6177: fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d23496f4da
commit
7dc14e4b47
|
@ -48,7 +48,7 @@ import org.apache.lucene.util.Version;
|
|||
* {@link TokenFilterFactory}, and {@link CharFilterFactory}.
|
||||
* <p>You can create an instance of this Analyzer using the builder:
|
||||
* <pre class="prettyprint">
|
||||
* Analyzer ana = CustomAnalyzer.builder(Path.get("/path/to/config/dir"))
|
||||
* Analyzer ana = CustomAnalyzer.builder(Paths.get("/path/to/config/dir"))
|
||||
* .withTokenizer("standard")
|
||||
* .addTokenFilter("standard")
|
||||
* .addTokenFilter("lowercase")
|
||||
|
|
Loading…
Reference in New Issue