| Package | Description |
|---|---|
| org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
| org.apache.lucene.util |
Some utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
Analyzer.getVersion()
Return the version of Lucene this analyzer will mimic the behavior of for analysis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Analyzer.setVersion(Version v)
Set the version of Lucene this analyzer should mimic the behavior for for analysis.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.parseLeniently(String version) |
static Version |
Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Version[] |
Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Version.onOrAfter(Version other) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.