|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Version | |
---|---|
org.apache.lucene.analysis.standard | A fast grammar-based tokenizer constructed with JFlex. |
org.apache.lucene.util | Some utility classes. |
Uses of Version in org.apache.lucene.analysis.standard |
---|
Constructors in org.apache.lucene.analysis.standard with parameters of type Version | |
---|---|
StandardAnalyzer(Version matchVersion)
Builds an analyzer with the default stop words ( StandardAnalyzer.STOP_WORDS ). |
|
StandardAnalyzer(Version matchVersion,
File stopwords)
Builds an analyzer with the stop words from the given file. |
|
StandardAnalyzer(Version matchVersion,
Reader stopwords)
Builds an analyzer with the stop words from the given reader. |
|
StandardAnalyzer(Version matchVersion,
Set stopWords)
Builds an analyzer with the given stop words. |
Uses of Version in org.apache.lucene.util |
---|
Fields in org.apache.lucene.util declared as Version | |
---|---|
static Version |
Version.LUCENE_24
Deprecated. This will be removed in 3.0 |
static Version |
Version.LUCENE_29
Deprecated. This will be removed in 3.0 |
static Version |
Version.LUCENE_CURRENT
Use this to get the latest & greatest settings, bug fixes, etc, for Lucene. |
Methods in org.apache.lucene.util with parameters of type Version | |
---|---|
boolean |
Version.onOrAfter(Version other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |