Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
org.apache.lucene.analysis.br |
Analyzer for Brazilian.
|
org.apache.lucene.analysis.cjk |
Analyzer for Chinese, Japanese and Korean.
|
org.apache.lucene.analysis.cn |
Analyzer for Chinese.
|
org.apache.lucene.analysis.compound |
A filter that decomposes compound words you find in many Germanic
languages to the word parts.
|
org.apache.lucene.analysis.cz |
Analyzer for Czech.
|
org.apache.lucene.analysis.de |
Analyzer for German.
|
org.apache.lucene.analysis.el |
Analyzer for Greek.
|
org.apache.lucene.analysis.fr |
Analyzer for French.
|
org.apache.lucene.analysis.miscellaneous | |
org.apache.lucene.analysis.ngram | |
org.apache.lucene.analysis.nl |
Analyzer for Dutch.
|
org.apache.lucene.analysis.payloads |
Provides various convenience classes for creating payloads on Tokens.
|
org.apache.lucene.analysis.query | |
org.apache.lucene.analysis.ru |
Analyzer for Russian.
|
org.apache.lucene.analysis.shingle | |
org.apache.lucene.analysis.sinks |
Implementations of the SinkTokenizer that might be useful.
|
org.apache.lucene.analysis.snowball |
TokenFilter and Analyzer implementations that use Snowball
stemmers. |
org.apache.lucene.analysis.standard |
A fast grammar-based tokenizer constructed with JFlex.
|
org.apache.lucene.analysis.th | |
org.apache.lucene.benchmark.byTask |
Benchmarking Lucene By Tasks.
|
org.apache.lucene.benchmark.byTask.tasks |
Extendable benchmark tasks.
|
org.apache.lucene.benchmark.standard | |
org.apache.lucene.benchmark.stats | |
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.index.memory |
High-performance single-document main memory Apache Lucene fulltext search index.
|
org.apache.lucene.queryParser |
A simple query parser implemented with JavaCC.
|
org.apache.lucene.queryParser.analyzing | |
org.apache.lucene.queryParser.precedence | |
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.highlight |
The highlight package contains classes to provide "keyword in context" features
typically used to highlight search terms in the text of results pages.
|
org.apache.lucene.search.similar |
Document similarity query generators.
|
org.apache.lucene.store.instantiated |
InstantiatedIndex, alternative RAM store for small corpora.
|
org.apache.lucene.swing.models |
Decorators for JTable TableModel and JList ListModel encapsulating Lucene indexing and searching functionality.
|
org.apache.lucene.wikipedia.analysis | |
org.apache.lucene.wordnet |
This package uses synonyms defined by WordNet to build a
Lucene index storing them, which in turn can be used for query expansion.
|
org.apache.lucene.xmlparser | |
org.apache.lucene.xmlparser.builders |
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
CharTokenizer
An abstract base class for simple, character-oriented tokenizers.
|
LetterTokenizer
A LetterTokenizer is a tokenizer that divides text at non-letters.
|
SinkTokenizer
A SinkTokenizer can be used to cache Tokens for use in an Analyzer
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
CharArraySet
A simple class that stores Strings as char[]'s in a
hash table.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
CharTokenizer
An abstract base class for simple, character-oriented tokenizers.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
SinkTokenizer
A SinkTokenizer can be used to cache Tokens for use in an Analyzer
|
Token
A Token is an occurrence of a term from the text of a field.
|
Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenFilter
A TokenFilter is a TokenStream whose input is another token stream.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
CachingTokenFilter
This class can be used if the Tokens of a TokenStream
are intended to be consumed more than once.
|
Token
A Token is an occurrence of a term from the text of a field.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Token
A Token is an occurrence of a term from the text of a field.
|
Tokenizer
A Tokenizer is a TokenStream whose input is a Reader.
|
TokenStream
A TokenStream enumerates the sequence of tokens, either from
fields of a document or from query text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Class and Description |
---|
Analyzer
An Analyzer builds TokenStreams, which analyze text.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.