Package | Description |
---|---|
org.apache.lucene.analysis |
Support for testing analysis components.
|
org.apache.lucene.analysis.ar |
Analyzer for Arabic.
|
org.apache.lucene.analysis.bg |
Analyzer for Bulgarian.
|
org.apache.lucene.analysis.br |
Analyzer for Brazilian Portuguese.
|
org.apache.lucene.analysis.ca |
Analyzer for Catalan.
|
org.apache.lucene.analysis.cjk |
Analyzer for Chinese, Japanese, and Korean, which indexes bigrams.
|
org.apache.lucene.analysis.ckb |
Analyzer for Sorani Kurdish.
|
org.apache.lucene.analysis.cn |
Analyzer for Chinese, which indexes unigrams (individual chinese characters).
|
org.apache.lucene.analysis.cn.smart |
Analyzer for Simplified Chinese, which indexes words.
|
org.apache.lucene.analysis.commongrams |
Construct n-grams for frequently occurring terms and phrases.
|
org.apache.lucene.analysis.compound |
A filter that decomposes compound words you find in many Germanic
languages into the word parts.
|
org.apache.lucene.analysis.core |
Basic, general-purpose analysis components.
|
org.apache.lucene.analysis.cz |
Analyzer for Czech.
|
org.apache.lucene.analysis.da |
Analyzer for Danish.
|
org.apache.lucene.analysis.de |
Analyzer for German.
|
org.apache.lucene.analysis.el |
Analyzer for Greek.
|
org.apache.lucene.analysis.en |
Analyzer for English.
|
org.apache.lucene.analysis.es |
Analyzer for Spanish.
|
org.apache.lucene.analysis.eu |
Analyzer for Basque.
|
org.apache.lucene.analysis.fa |
Analyzer for Persian.
|
org.apache.lucene.analysis.fi |
Analyzer for Finnish.
|
org.apache.lucene.analysis.fr |
Analyzer for French.
|
org.apache.lucene.analysis.ga |
Analysis for Irish.
|
org.apache.lucene.analysis.gl |
Analyzer for Galician.
|
org.apache.lucene.analysis.hi |
Analyzer for Hindi.
|
org.apache.lucene.analysis.hu |
Analyzer for Hungarian.
|
org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
org.apache.lucene.analysis.hy |
Analyzer for Armenian.
|
org.apache.lucene.analysis.icu |
Analysis components based on ICU
|
org.apache.lucene.analysis.icu.segmentation |
Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.
|
org.apache.lucene.analysis.icu.tokenattributes |
Additional ICU-specific Attributes for text analysis.
|
org.apache.lucene.analysis.id |
Analyzer for Indonesian.
|
org.apache.lucene.analysis.in |
Analysis components for Indian languages.
|
org.apache.lucene.analysis.it |
Analyzer for Italian.
|
org.apache.lucene.analysis.ja |
Analyzer for Japanese.
|
org.apache.lucene.analysis.ja.dict |
Kuromoji dictionary implementation.
|
org.apache.lucene.analysis.ja.tokenattributes |
Additional Kuromoji-specific Attributes for text analysis.
|
org.apache.lucene.analysis.lv |
Analyzer for Latvian.
|
org.apache.lucene.analysis.miscellaneous |
Miscellaneous TokenStreams
|
org.apache.lucene.analysis.morfologik |
This package provides dictionary-driven lemmatization ("accurate stemming")
filter and analyzer for the Polish Language, driven by the
Morfologik library developed
by Dawid Weiss and Marcin MiĆkowski.
|
org.apache.lucene.analysis.ngram |
Character n-gram tokenizers and filters.
|
org.apache.lucene.analysis.nl |
Analyzer for Dutch.
|
org.apache.lucene.analysis.no |
Analyzer for Norwegian.
|
org.apache.lucene.analysis.path |
Analysis components for path-like strings such as filenames.
|
org.apache.lucene.analysis.pattern |
Set of components for pattern-based (regex) analysis.
|
org.apache.lucene.analysis.payloads |
Provides various convenience classes for creating payloads on Tokens.
|
org.apache.lucene.analysis.phonetic |
Analysis components for phonetic search.
|
org.apache.lucene.analysis.pl |
Analyzer for Polish.
|
org.apache.lucene.analysis.position |
Filter for assigning position increments.
|
org.apache.lucene.analysis.pt |
Analyzer for Portuguese.
|
org.apache.lucene.analysis.reverse |
Filter to reverse token text.
|
org.apache.lucene.analysis.ro |
Analyzer for Romanian.
|
org.apache.lucene.analysis.ru |
Analyzer for Russian.
|
org.apache.lucene.analysis.shingle |
Word n-gram filters
|
org.apache.lucene.analysis.sinks |
TeeSinkTokenFilter and implementations
of TeeSinkTokenFilter.SinkFilter that
might be useful. |
org.apache.lucene.analysis.snowball |
TokenFilter and Analyzer implementations that use Snowball
stemmers. |
org.apache.lucene.analysis.standard |
Fast, general-purpose grammar-based tokenizers.
|
org.apache.lucene.analysis.stempel |
Stempel: Algorithmic Stemmer
|
org.apache.lucene.analysis.sv |
Analyzer for Swedish.
|
org.apache.lucene.analysis.synonym |
Analysis components for Synonyms.
|
org.apache.lucene.analysis.th |
Analyzer for Thai.
|
org.apache.lucene.analysis.tokenattributes |
General-purpose attributes for text analysis.
|
org.apache.lucene.analysis.tr |
Analyzer for Turkish.
|
org.apache.lucene.analysis.uima |
Classes that integrate UIMA with Lucene's analysis API.
|
org.apache.lucene.analysis.util |
Utility functions for text analysis.
|
org.apache.lucene.analysis.wikipedia |
Tokenizer that is aware of Wikipedia syntax.
|
org.apache.lucene.classification |
Uses already seen data (the indexed documents) to classify new documents.
|
org.apache.lucene.codecs |
Codecs for testing (simulate old disk formats, wacky theoretical use cases, etc)
|
org.apache.lucene.codecs.appending |
Codec for on append-only outputs, such as plain output streams and append-only filesystems.
|
org.apache.lucene.codecs.asserting |
Codec for testing that asserts various contracts of the codec apis.
|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.codecs.blocktree |
BlockTree terms dictionary.
|
org.apache.lucene.codecs.blocktreeords |
Same postings format as Lucene41, except the terms dictionary also
supports ords, i.e.
|
org.apache.lucene.codecs.bloom |
Support for generating test indexes using the BloomFilteringPostingsFormat
|
org.apache.lucene.codecs.cheapbastard |
Codec that unreasonably tries to use as little RAM as possible.
|
org.apache.lucene.codecs.compressing |
Support for testing
CompressingStoredFieldsFormat . |
org.apache.lucene.codecs.compressing.dummy |
Dummy CompressingCodec implementation used for testing.
|
org.apache.lucene.codecs.cranky |
Codec for testing that throws random IOExceptions
|
org.apache.lucene.codecs.idversion |
A primary-key postings format that associates a version (long) with each term and
can provide fail-fast lookups by ID and version.
|
org.apache.lucene.codecs.lucene3x |
Support for generating test indexes in the Lucene 3.x index format.
|
org.apache.lucene.codecs.lucene40 |
Support for testing
Lucene40PostingsFormat . |
org.apache.lucene.codecs.lucene41 |
Support for testing
Lucene41Codec . |
org.apache.lucene.codecs.lucene410 |
Lucene 4.10 file format.
|
org.apache.lucene.codecs.lucene41ords |
Codec for testing that supports
TermsEnum.ord() |
org.apache.lucene.codecs.lucene42 |
Support for testing
Lucene42Codec . |
org.apache.lucene.codecs.lucene45 |
Support for testing
Lucene45Codec . |
org.apache.lucene.codecs.lucene46 |
Support for testing
Lucene46Codec . |
org.apache.lucene.codecs.lucene49 |
Support for testing
Lucene49Codec . |
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read entirely into memory.
|
org.apache.lucene.codecs.mockintblock |
Integer encoder implementations for testing.
|
org.apache.lucene.codecs.mockrandom |
Frankenstein codec for testing that pieces together random components.
|
org.apache.lucene.codecs.mocksep |
Very simple implementations of
org.apache.lucene.codecs.sep for testing. |
org.apache.lucene.codecs.nestedpulsing |
Codec for testing that wraps
PulsingPostingsFormat with itself. |
org.apache.lucene.codecs.perfield |
Postings format that can delegate to different formats per-field.
|
org.apache.lucene.codecs.pulsing |
Pulsing Codec: inlines low frequency terms' postings into terms dictionary.
|
org.apache.lucene.codecs.ramonly |
Codec for testing that never writes to disk.
|
org.apache.lucene.codecs.sep |
Sep: base support for separate files (doc,frq,pos,skp,pyl)
|
org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
org.apache.lucene.collation |
Unicode Collation support.
|
org.apache.lucene.collation.tokenattributes |
Custom
AttributeImpl for indexing collation keys as index terms. |
org.apache.lucene.demo.facet |
Facets example code.
|
org.apache.lucene.document |
Misc extensions of the Document/Field API.
|
org.apache.lucene.facet |
faceted search
|
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories
|
org.apache.lucene.index |
Misc index tools and index support.
|
org.apache.lucene.index.sorter |
Provides index sorting capablities.
|
org.apache.lucene.misc |
Miscellaneous index tools.
|
org.apache.lucene.queries |
Filters and Queries that add to core Lucene.
|
org.apache.lucene.queries.function |
Queries that compute score based upon a function
|
org.apache.lucene.queries.function.docvalues |
FunctionValues for different data types.
|
org.apache.lucene.queries.function.valuesource |
A variety of functions to use with FunctionQuery.
|
org.apache.lucene.queryparser.analyzing |
QueryParser that passes Fuzzy-, Prefix-, Range-, and WildcardQuerys through the given analyzer.
|
org.apache.lucene.queryparser.classic |
A simple query parser implemented with JavaCC.
|
org.apache.lucene.queryparser.complexPhrase |
QueryParser which permits complex phrase query syntax eg "(john jon jonathan~) peters*"
|
org.apache.lucene.queryparser.ext |
Extendable QueryParser provides a simple and flexible extension mechanism by overloading query field names.
|
org.apache.lucene.queryparser.flexible.standard.nodes |
Standard Lucene Query Nodes.
|
org.apache.lucene.queryparser.simple |
A simple query parser for human-entered queries.
|
org.apache.lucene.replicator |
Files replication framework
|
org.apache.lucene.sandbox.queries |
Additional queries (some may have caveats or limitations)
|
org.apache.lucene.sandbox.queries.regex |
Regular expression Query.
|
org.apache.lucene.search |
This package contains a single proximity query, TermAutomatonQuery.
|
org.apache.lucene.search.grouping |
This module enables search result grouping with Lucene, where hits
with the same value in the specified single-valued group field are
grouped together.
|
org.apache.lucene.search.grouping.term |
Support for grouping by indexed terms via
FieldCache . |
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.join |
This modules support index-time and query-time joins.
|
org.apache.lucene.search.payloads |
The payloads package provides Query mechanisms for finding and using payloads.
|
org.apache.lucene.search.postingshighlight |
Highlighter implementation that uses offsets from postings lists.
|
org.apache.lucene.search.similarities |
This package contains the various ranking models that can be used in Lucene.
|
org.apache.lucene.search.spans |
The calculus of spans.
|
org.apache.lucene.search.spell |
Suggest alternate spellings for words.
|
org.apache.lucene.search.suggest |
Support for Autocomplete/Autosuggest
|
org.apache.lucene.search.suggest.analyzing |
Analyzer based autosuggest.
|
org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
org.apache.lucene.search.suggest.jaspell |
JaSpell-based autosuggest.
|
org.apache.lucene.search.suggest.tst |
Ternary Search Tree based autosuggest.
|
org.apache.lucene.spatial |
Lucene spatial search
|
org.apache.lucene.spatial.prefix |
Prefix Tree Strategy
|
org.apache.lucene.spatial.util |
Various spatial utilities.
|
org.apache.lucene.store |
Misc Directory implementations.
|
org.apache.lucene.util |
General test support.
|
org.apache.lucene.util.automaton |
Support for testing automata.
|
org.apache.lucene.util.fst |
Misc FST classes.
|
org.apache.lucene.util.mutable |
Comparable object wrappers
|
org.apache.lucene.util.packed |
Packed integer arrays and streams.
|
Class and Description |
---|
Attribute
Base interface for attributes.
|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
AttributeReflector
This interface is used to reflect contents of
AttributeSource or AttributeImpl . |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
AttributeSource.State
This class holds the state of an AttributeSource.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
LuceneTestCase
Base class for all Lucene unit tests, Junit3 or Junit4 variant.
|
RollingBuffer
Acts like forever growing T[], but internally uses a
circular buffer to reuse instances of T.
|
RollingBuffer.Resettable
Implement to reset an instance
|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
Attribute
Base interface for attributes.
|
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
AttributeReflector
This interface is used to reflect contents of
AttributeSource or AttributeImpl . |
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
IntsRef
Represents int[], as a slice (offset + length) into an
existing int[].
|
Class and Description |
---|
Attribute
Base interface for attributes.
|
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
AttributeReflector
This interface is used to reflect contents of
AttributeSource or AttributeImpl . |
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Attribute
Base interface for attributes.
|
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
AttributeSource.State
This class holds the state of an AttributeSource.
|
Class and Description |
---|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefHash
BytesRefHash is a special purpose hash-map like data-structure
optimized for BytesRef instances. |
CharsRef
Represents char[], as a slice (offset + length) into an existing char[].
|
CharsRefBuilder
A builder for
CharsRef instances. |
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Attribute
Base interface for attributes.
|
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
AttributeReflector
This interface is used to reflect contents of
AttributeSource or AttributeImpl . |
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
FixedBitSet
BitSet of fixed length (numBits), backed by accessible (
FixedBitSet.getBits() )
long[], accessed with an int index, implementing Bits and
DocIdSet . |
MutableBits
Extension of Bits for live documents.
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefIterator
A simple iterator interface for
BytesRef iteration. |
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefIterator
A simple iterator interface for
BytesRef iteration. |
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
MutableBits
Extension of Bits for live documents.
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Attribute
Base interface for attributes.
|
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
MutableBits
Extension of Bits for live documents.
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Class and Description |
---|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeFactory.StaticImplementationAttributeFactory
Expert: AttributeFactory returning an instance of the given
clazz for the
attributes it implements. |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Attribute
Base interface for attributes.
|
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
Class and Description |
---|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
IntsRef
Represents int[], as a slice (offset + length) into an
existing int[].
|
PriorityQueue
A PriorityQueue maintains a partial ordering of its elements such that the
least element can always be found in constant time.
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
IntsRef
Represents int[], as a slice (offset + length) into an
existing int[].
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefIterator
A simple iterator interface for
BytesRef iteration. |
InfoStream
Debugging API for Lucene classes such as
IndexWriter
and SegmentInfos . |
LongValues
Abstraction over an array of longs.
|
LuceneTestCase
Base class for all Lucene unit tests, Junit3 or Junit4 variant.
|
LuceneTestCase.Nightly
Annotation for tests that should only be run during nightly builds.
|
MutableBits
Extension of Bits for live documents.
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Bits
Interface for Bitset-like structures.
|
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
CharsRef
Represents char[], as a slice (offset + length) into an existing char[].
|
CharsRefBuilder
A builder for
CharsRef instances. |
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
QueryBuilder
Creates queries from the
Analyzer chain. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
QueryBuilder
Creates queries from the
Analyzer chain. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
QueryBuilder
Creates queries from the
Analyzer chain. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
QueryBuilder
Creates queries from the
Analyzer chain. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
QueryBuilder
Creates queries from the
Analyzer chain. |
Class and Description |
---|
InfoStream
Debugging API for Lucene classes such as
IndexWriter
and SegmentInfos . |
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefIterator
A simple iterator interface for
BytesRef iteration. |
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefIterator
A simple iterator interface for
BytesRef iteration. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Attribute
Base interface for attributes.
|
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefIterator
A simple iterator interface for
BytesRef iteration. |
Counter
Simple counter class
|
LuceneTestCase
Base class for all Lucene unit tests, Junit3 or Junit4 variant.
|
LuceneTestCase.SuppressCodecs
Annotation for test classes that should avoid certain codec types
(because they are expensive, for example).
|
PriorityQueue
A PriorityQueue maintains a partial ordering of its elements such that the
least element can always be found in constant time.
|
Class and Description |
---|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
FixedBitSet
BitSet of fixed length (numBits), backed by accessible (
FixedBitSet.getBits() )
long[], accessed with an int index, implementing Bits and
DocIdSet . |
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Class and Description |
---|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Bits
Interface for Bitset-like structures.
|
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefIterator
A simple iterator interface for
BytesRef iteration. |
CharsRefBuilder
A builder for
CharsRef instances. |
PriorityQueue
A PriorityQueue maintains a partial ordering of its elements such that the
least element can always be found in constant time.
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefArray
A simple append only random-access
BytesRef array that stores full
copies of the appended bytes in a ByteBlockPool . |
BytesRefIterator
A simple iterator interface for
BytesRef iteration. |
OfflineSorter.ByteSequencesWriter
Utility class to emit length-prefixed byte[] entries to an output stream for sorting.
|
PriorityQueue
A PriorityQueue maintains a partial ordering of its elements such that the
least element can always be found in constant time.
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
IntsRefBuilder
A builder for
IntsRef instances. |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefIterator
A simple iterator interface for
BytesRef iteration. |
OfflineSorter
On-disk sorting of byte arrays.
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Bits
Interface for Bitset-like structures.
|
Class and Description |
---|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
FixedBitSet
BitSet of fixed length (numBits), backed by accessible (
FixedBitSet.getBits() )
long[], accessed with an int index, implementing Bits and
DocIdSet . |
Class and Description |
---|
Bits
Interface for Bitset-like structures.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
LuceneTestCase
Base class for all Lucene unit tests, Junit3 or Junit4 variant.
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
Attribute
Base interface for attributes.
|
AttributeFactory
An AttributeFactory creates instances of
AttributeImpl s. |
AttributeImpl
Base class for Attributes that can be added to a
AttributeSource . |
AttributeReflector
This interface is used to reflect contents of
AttributeSource or AttributeImpl . |
AttributeSource
An AttributeSource contains a list of different
AttributeImpl s,
and methods to add and get them. |
AttributeSource.State
This class holds the state of an AttributeSource.
|
Bits
Interface for Bitset-like structures.
|
ByteBlockPool
Class that Posting and PostingVector use to write byte
streams into shared fixed-size byte[] arrays.
|
ByteBlockPool.Allocator
Abstract class for allocating and freeing byte
blocks.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefBuilder
A builder for
BytesRef instances. |
BytesRefHash.BytesStartArray
Manages allocation of the per-term addresses.
|
BytesRefIterator
A simple iterator interface for
BytesRef iteration. |
CharsRef
Represents char[], as a slice (offset + length) into an existing char[].
|
CharsRefBuilder
A builder for
CharsRef instances. |
Counter
Simple counter class
|
DoubleBarrelLRUCache.CloneableKey
Object providing clone(); the key class must subclass this.
|
FieldCacheSanityChecker.Insanity
Simple container for a collection of related CacheEntry objects that
in conjunction with each other represent some "insane" usage of the
FieldCache.
|
FieldCacheSanityChecker.InsanityType
An Enumeration of the different types of "insane" behavior that
may be detected in a FieldCache.
|
FixedBitSet
BitSet of fixed length (numBits), backed by accessible (
FixedBitSet.getBits() )
long[], accessed with an int index, implementing Bits and
DocIdSet . |
InfoStream
Debugging API for Lucene classes such as
IndexWriter
and SegmentInfos . |
IntBlockPool
A pool for int blocks similar to
ByteBlockPool |
IntBlockPool.Allocator
Abstract class for allocating and freeing int
blocks.
|
IntsRef
Represents int[], as a slice (offset + length) into an
existing int[].
|
LongBitSet
BitSet of fixed length (numBits), backed by accessible (
LongBitSet.getBits() )
long[], accessed with a long index. |
LongsRef
Represents long[], as a slice (offset + length) into an
existing long[].
|
LongValues
Abstraction over an array of longs.
|
LuceneTestCase
Base class for all Lucene unit tests, Junit3 or Junit4 variant.
|
NamedSPILoader.NamedSPI
Interface to support
NamedSPILoader.lookup(String) by name. |
NumericUtils.IntRangeBuilder |
NumericUtils.LongRangeBuilder |
OfflineSorter.BufferSize
A bit more descriptive unit for constructors.
|
OfflineSorter.SortInfo
Sort info (debugging mostly).
|
OpenBitSet
An "open" BitSet implementation that allows direct access to the array of words
storing the bits.
|
PagedBytes.PagedBytesDataInput |
PagedBytes.PagedBytesDataOutput |
PagedBytes.Reader
Provides methods to read BytesRefs from a frozen
PagedBytes.
|
PForDeltaDocIdSet
DocIdSet implementation based on pfor-delta encoding. |
PForDeltaDocIdSet.Builder
A builder for
PForDeltaDocIdSet . |
RamUsageEstimator.JvmFeature
JVM diagnostic features.
|
RamUsageTester.Accumulator
An accumulator of object references.
|
RollingBuffer.Resettable
Implement to reset an instance
|
Sorter
Base class for sorting algorithms implementations.
|
SPIClassIterator
Helper class for loading SPI classes from classpath (META-INF files).
|
TestRuleIgnoreAfterMaxFailures
This rule keeps a count of failed tests (suites) and will result in an
AssumptionViolatedException after a given number of failures for all
tests following this condition. |
TestRuleLimitSysouts.Limit
An annotation specifying the limit of bytes per class.
|
TestRuleMarkFailure
A rule for marking failed tests and suites.
|
ThrottledIndexOutput
Intentionally slow IndexOutput for testing.
|
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
VirtualMethod
A utility for keeping backwards compatibility on previously abstract methods
(or similar replacements).
|
WAH8DocIdSet
DocIdSet implementation based on word-aligned hybrid encoding on
words of 8 bits. |
WAH8DocIdSet.Builder
A builder for
WAH8DocIdSet s. |
WeakIdentityMap
Implements a combination of
WeakHashMap and
IdentityHashMap . |
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefBuilder
A builder for
BytesRef instances. |
IntsRef
Represents int[], as a slice (offset + length) into an
existing int[].
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
BytesRefBuilder
A builder for
BytesRef instances. |
CharsRef
Represents char[], as a slice (offset + length) into an existing char[].
|
IntsRef
Represents int[], as a slice (offset + length) into an
existing int[].
|
IntsRefBuilder
A builder for
IntsRef instances. |
Class and Description |
---|
BytesRef
Represents byte[], as a slice (offset + length) into an
existing byte[].
|
Class and Description |
---|
Accountable
An object whose RAM usage can be computed.
|
LongsRef
Represents long[], as a slice (offset + length) into an
existing long[].
|
LongValues
Abstraction over an array of longs.
|
Copyright © 2000–2022 The Apache Software Foundation. All rights reserved.