Frames | No Frames |
Classes derived from org.apache.lucene.analysis.Analyzer | |
class | This analyzer is used to facilitate scenarios where different
fields require different analysis techniques. |
class | An Analyzer that filters LetterTokenizer with LowerCaseFilter. |
class | Filters LetterTokenizer with LowerCaseFilter and StopFilter. |
class | An Analyzer that uses WhitespaceTokenizer. |
Constructors with parameter type org.apache.lucene.analysis.Analyzer | |
Constructs with default analyzer. |
Methods with parameter type org.apache.lucene.analysis.Analyzer | |
void | Defines an analyzer to use for the specified field. |
Classes derived from org.apache.lucene.analysis.Analyzer | |
class | Analyzer for German language. |
Classes derived from org.apache.lucene.analysis.Analyzer | |
class |
Constructors with parameter type org.apache.lucene.analysis.Analyzer | |
Constructs an IndexWriter for the index in path . | |
Constructs an IndexWriter for the index in path . | |
Constructs an IndexWriter for the index in d . |
Methods with parameter type org.apache.lucene.analysis.Analyzer | |
void | Adds a document to this index, using the provided analyzer instead of the
value of getAnalyzer() . |
Methods with return type org.apache.lucene.analysis.Analyzer | |
Analyzer | Returns the analyzer used by this index. |
Constructors with parameter type org.apache.lucene.analysis.Analyzer | |
Constructs a query parser. |
Methods with parameter type org.apache.lucene.analysis.Analyzer | |
Query | Note that parameter analyzer is ignored. |
Query | Base implementation delegates to getFieldQuery(String,Analyzer,String) . |
Query | QueryParser.getRangeQuery(String field, Analyzer analyzer, String part1, String part2, boolean inclusive) Note that parameter analyzer is ignored. |
Query | Parses a query string, returning a Query . |
Query |
Parses a query, searching on the fields specified. |
Query |
Parses a query which searches on the fields specified. |
Methods with return type org.apache.lucene.analysis.Analyzer | |
Analyzer |
Constructors with parameter type org.apache.lucene.analysis.Analyzer | |
Classes derived from org.apache.lucene.analysis.Analyzer | |
class | Analyzer for Russian language. |