Index
Schema
IndexWriter
Searcher
groupedby
limitmb
procs
multisegment
analysis
IDAnalyzer()
KeywordAnalyzer()
RegexAnalyzer()
SimpleAnalyzer()
StandardAnalyzer()
StemmingAnalyzer()
FancyAnalyzer()
NgramAnalyzer()
NgramWordAnalyzer()
LanguageAnalyzer()
IDTokenizer
RegexTokenizer
CharsetTokenizer
SpaceSeparatedTokenizer()
CommaSeparatedTokenizer()
NgramTokenizer
PathTokenizer
PassFilter
LoggingFilter
MultiFilter
TeeFilter
ReverseTextFilter
LowercaseFilter
StripFilter
StopFilter
StemFilter
CharsetFilter
NgramFilter
IntraWordFilter
CompoundWordFilter
BiWordFilter
ShingleFilter
DelimitedAttributeFilter
DoubleMetaphoneFilter
SubstitutionFilter
Token
unstopped()
codec.base
Codec
PerDocumentWriter
FieldWriter
PostingsWriter
PostingsWriter.written()
TermsReader
PerDocumentReader
PerDocumentReader.all_doc_ids()
Segment
Segment.create_file()
Segment.delete_document()
Segment.deleted_count()
Segment.doc_count()
Segment.doc_count_all()
Segment.has_deletions()
Segment.is_deleted()
Segment.open_file()
collectors
Collector
Collector.all_ids()
Collector.collect()
Collector.collect_matches()
Collector.computes_count()
Collector.count()
Collector.finish()
Collector.matches()
Collector.prepare()
Collector.remove()
Collector.results()
Collector.set_subsearcher()
Collector.sort_key()
ScoredCollector
ScoredCollector.collect()
ScoredCollector.matches()
ScoredCollector.prepare()
ScoredCollector.sort_key()
WrappingCollector
WrappingCollector.all_ids()
WrappingCollector.collect()
WrappingCollector.collect_matches()
WrappingCollector.count()
WrappingCollector.finish()
WrappingCollector.matches()
WrappingCollector.prepare()
WrappingCollector.remove()
WrappingCollector.results()
WrappingCollector.set_subsearcher()
WrappingCollector.sort_key()
TopCollector
UnlimitedCollector
SortingCollector
FilterCollector
FacetCollector
CollapseCollector
TimeLimitCollector
TermsCollector
columns
Column
Column.default_value()
Column.reader()
Column.stores_lists()
Column.writer()
ColumnWriter
ColumnReader
VarBytesColumn
FixedBytesColumn
RefBytesColumn
NumericColumn
BitColumn
CompressedBytesColumn
StructColumn
PickleColumn
ClampedNumericColumn
fields
Schema.add()
Schema.copy()
Schema.items()
Schema.names()
Schema.scorable_names()
Schema.stored_names()
SchemaClass
FieldType
FieldType.clean()
FieldType.index()
FieldType.parse_query()
FieldType.parse_range()
FieldType.process_text()
FieldType.self_parsing()
FieldType.separate_spelling()
FieldType.sortable_terms()
FieldType.spellable_words()
FieldType.spelling_fieldname()
FieldType.subfields()
FieldType.supports()
FieldType.to_bytes()
FieldType.to_column_value()
FieldType.tokenize()
ID
IDLIST
STORED
KEYWORD
TEXT
NUMERIC
DATETIME
BOOLEAN
NGRAM
NGRAMWORDS
FieldConfigurationError
UnknownFieldError
filedb.filestore
Storage
Storage.close()
Storage.create()
Storage.create_file()
Storage.create_index()
Storage.delete_file()
Storage.destroy()
Storage.file_exists()
Storage.file_length()
Storage.file_modified()
Storage.index_exists()
Storage.list()
Storage.lock()
Storage.open_file()
Storage.open_index()
Storage.optimize()
Storage.rename_file()
Storage.temp_storage()
FileStorage
RamStorage
copy_storage()
copy_to_ram()
ReadOnlyError
filedb.filetables
HashWriter
HashWriter.add()
HashWriter.add_all()
HashReader
HashReader.all()
HashReader.open()
HashReader.ranges_for_key()
OrderedHashWriter
OrderedHashReader
filedb.structfile
StructFile
StructFile.close()
StructFile.flush()
StructFile.read_pickle()
StructFile.read_string()
StructFile.read_svarint()
StructFile.read_tagint()
StructFile.read_varint()
StructFile.write_byte()
StructFile.write_pickle()
StructFile.write_string()
StructFile.write_svarint()
StructFile.write_tagint()
StructFile.write_varint()
BufferFile
ChecksumFile
formats
Format
Format.decode_as()
Format.decoder()
Format.supports()
Format.word_values()
Existence
Frequency
Positions
Characters
PositionBoosts
CharacterBoosts
highlight
Highlighter
highlight()
Fragmenter
Fragmenter.fragment_matches()
Fragmenter.fragment_tokens()
Fragmenter.must_retokenize()
WholeFragmenter
SentenceFragmenter
ContextFragmenter
PinpointFragmenter
FragmentScorer
BasicFragmentScorer
UppercaseFormatter
HtmlFormatter
GenshiFormatter
Fragment
support.bitvector
DocIdSet
DocIdSet.after()
DocIdSet.before()
DocIdSet.first()
DocIdSet.invert_update()
DocIdSet.last()
BaseBitSet
BitSet
OnDiskBitSet
SortedIntSet
MultiIdSet
index
create_in()
open_dir()
exists_in()
exists()
version_in()
version()
Index.add_field()
Index.close()
Index.doc_count()
Index.doc_count_all()
Index.field_length()
Index.is_empty()
Index.last_modified()
Index.latest_generation()
Index.max_field_length()
Index.optimize()
Index.reader()
Index.refresh()
Index.remove_field()
Index.searcher()
Index.up_to_date()
Index.writer()
FileIndex
LockError
IndexError
IndexVersionError
OutOfDateError
EmptyIndexError
lang.morph_en
variations()
lang.porter
stem()
lang.wordnet
Thesaurus
Thesaurus.from_file()
Thesaurus.from_filename()
Thesaurus.from_storage()
Thesaurus.synonyms()
Thesaurus.to_storage()
parse_file()
synonyms()
make_index()
matching
Matcher
Matcher.all_ids()
Matcher.all_items()
Matcher.block_quality()
Matcher.children()
Matcher.copy()
Matcher.depth()
Matcher.id()
Matcher.is_active()
Matcher.items_as()
Matcher.matching_terms()
Matcher.max_quality()
Matcher.next()
Matcher.replace()
Matcher.reset()
Matcher.score()
Matcher.skip_to()
Matcher.skip_to_quality()
Matcher.spans()
Matcher.supports()
Matcher.supports_block_quality()
Matcher.term()
Matcher.term_matchers()
Matcher.value()
Matcher.value_as()
Matcher.weight()
NullMatcher
ListMatcher
WrappingMatcher
MultiMatcher
FilterMatcher
BiMatcher
AdditiveBiMatcher
UnionMatcher
DisjunctionMaxMatcher
IntersectionMatcher
AndNotMatcher
InverseMatcher
RequireMatcher
AndMaybeMatcher
ConstantScoreMatcher
ReadTooFar
NoQualityAvailable
qparser
QueryParser
QueryParser.add_plugin()
QueryParser.add_plugins()
QueryParser.default_set()
QueryParser.filterize()
QueryParser.filters()
QueryParser.multitoken_query()
QueryParser.parse()
QueryParser.process()
QueryParser.remove_plugin()
QueryParser.remove_plugin_class()
QueryParser.replace_plugin()
QueryParser.tag()
QueryParser.taggers()
QueryParser.term_query()
MultifieldParser()
SimpleParser()
DisMaxParser()
Plugin
Plugin.filters()
Plugin.taggers()
SingleQuotePlugin
PrefixPlugin
WildcardPlugin
RegexPlugin
BoostPlugin
GroupPlugin
EveryPlugin
FieldsPlugin
PhrasePlugin
RangePlugin
OperatorsPlugin
PlusMinusPlugin
GtLtPlugin
MultifieldPlugin
FieldAliasPlugin
CopyFieldPlugin
SyntaxNode
FieldnameNode
TextNode
WordNode
RangeNode
MarkerNode
GroupNode
BinaryGroup
ErrorNode
AndGroup
OrGroup
AndNotGroup
AndMaybeGroup
DisMaxGroup
RequireGroup
NotGroup
Operator
PrefixOperator
PostfixOperator
InfixOperator
query
Query
Query.accept()
Query.all_terms()
Query.all_tokens()
Query.apply()
Query.children()
Query.copy()
Query.deletion_docs()
Query.docs()
Query.estimate_min_size()
Query.estimate_size()
Query.existing_terms()
Query.field()
Query.has_terms()
Query.is_leaf()
Query.is_range()
Query.iter_all_terms()
Query.leaves()
Query.matcher()
Query.normalize()
Query.replace()
Query.requires()
Query.simplify()
Query.terms()
Query.tokens()
Query.with_boost()
CompoundQuery
MultiTerm
ExpandingTerm
WrappingQuery
Term
Variations
FuzzyTerm
Phrase
And
Or
DisjunctionMax
Not
Prefix
Wildcard
Regex
TermRange
NumericRange
DateRange
Every
NullQuery
Require
AndMaybe
AndNot
Otherwise
Span
Span.merge()
SpanQuery
SpanFirst
SpanNear
SpanNear2
SpanNot
SpanOr
SpanContains
SpanBefore
SpanCondition
NestedParent
NestedChildren
ConstantScoreQuery
QueryError
reading
IndexReader
IndexReader.all_doc_ids()
IndexReader.all_stored_fields()
IndexReader.all_terms()
IndexReader.close()
IndexReader.codec()
IndexReader.column_reader()
IndexReader.corrector()
IndexReader.doc_count()
IndexReader.doc_count_all()
IndexReader.doc_field_length()
IndexReader.doc_frequency()
IndexReader.expand_prefix()
IndexReader.field_length()
IndexReader.field_terms()
IndexReader.first_id()
IndexReader.frequency()
IndexReader.generation()
IndexReader.has_deletions()
IndexReader.has_vector()
IndexReader.indexed_field_names()
IndexReader.is_deleted()
IndexReader.iter_docs()
IndexReader.iter_field()
IndexReader.iter_from()
IndexReader.iter_postings()
IndexReader.iter_prefix()
IndexReader.leaf_readers()
IndexReader.lexicon()
IndexReader.max_field_length()
IndexReader.min_field_length()
IndexReader.most_distinctive_terms()
IndexReader.most_frequent_terms()
IndexReader.postings()
IndexReader.segment()
IndexReader.storage()
IndexReader.stored_fields()
IndexReader.term_info()
IndexReader.terms_from()
IndexReader.terms_within()
IndexReader.vector()
IndexReader.vector_as()
MultiReader
TermInfo
TermInfo.doc_frequency()
TermInfo.max_id()
TermInfo.max_length()
TermInfo.max_weight()
TermInfo.min_id()
TermInfo.min_length()
TermInfo.weight()
TermNotFound
scoring
WeightingModel
WeightingModel.final()
WeightingModel.idf()
WeightingModel.scorer()
BaseScorer
BaseScorer.block_quality()
BaseScorer.max_quality()
BaseScorer.score()
BaseScorer.supports_block_quality()
WeightScorer
WeightLengthScorer
BM25F
TF_IDF
FunctionWeighting
MultiWeighting
ReverseWeighting
searching
Searcher.boolean_context()
Searcher.collector()
Searcher.context()
Searcher.correct_query()
Searcher.doc_count()
Searcher.doc_count_all()
Searcher.docs_for_query()
Searcher.document()
Searcher.document_number()
Searcher.document_numbers()
Searcher.documents()
Searcher.get_parent()
Searcher.idf()
Searcher.key_terms()
Searcher.key_terms_from_text()
Searcher.more_like()
Searcher.postings()
Searcher.reader()
Searcher.refresh()
Searcher.search()
Searcher.search_page()
Searcher.search_with_collector()
Searcher.suggest()
Searcher.up_to_date()
Results
Results.copy()
Results.docnum()
Results.docs()
Results.estimated_length()
Results.estimated_min_length()
Results.extend()
Results.facet_names()
Results.fields()
Results.filter()
Results.groups()
Results.has_exact_length()
Results.has_matched_terms()
Results.is_empty()
Results.items()
Results.key_terms()
Results.matched_terms()
Results.score()
Results.scored_length()
Results.upgrade()
Results.upgrade_and_extend()
Hit
Hit.fields()
Hit.highlights()
Hit.matched_terms()
Hit.more_like_this()
ResultsPage
ResultsPage.docnum()
ResultsPage.is_last_page()
ResultsPage.score()
NoTermsException
TimeLimit
sorting
FacetType
FacetType.categorizer()
Categorizer
Categorizer.key_for()
Categorizer.key_to_name()
Categorizer.keys_for()
Categorizer.set_searcher()
FieldFacet
QueryFacet
RangeFacet
DateRangeFacet
ScoreFacet
FunctionFacet
MultiFacet
StoredFieldFacet
Facets
Facets.add_facet()
Facets.add_facets()
Facets.add_field()
Facets.add_query()
Facets.items()
Facets.names()
FacetMap
FacetMap.add()
FacetMap.as_dict()
OrderedList
UnorderedList
Count
Best
spelling
Corrector
Corrector.suggest()
ReaderCorrector
MultiCorrector
QueryCorrector
QueryCorrector.correct_query()
SimpleQueryCorrector
Correction
support.charset
default_charset
charset_table_to_dict()
support.levenshtein
relative()
distance()
util
fib()
make_binary_tree()
make_weighted_tree()
synchronized()
unclosed()
writing
IndexWriter.add_document()
IndexWriter.add_field()
IndexWriter.cancel()
IndexWriter.commit()
IndexWriter.delete_by_query()
IndexWriter.delete_by_term()
IndexWriter.delete_document()
IndexWriter.end_group()
IndexWriter.group()
IndexWriter.reader()
IndexWriter.remove_field()
IndexWriter.start_group()
IndexWriter.update_document()
BufferedWriter
BufferedWriter.add_document()
BufferedWriter.commit()
BufferedWriter.delete_document()
BufferedWriter.reader()
BufferedWriter.update_document()
AsyncWriter
AsyncWriter.add_document()
AsyncWriter.add_field()
AsyncWriter.cancel()
AsyncWriter.commit()
AsyncWriter.delete_by_term()
AsyncWriter.delete_document()
AsyncWriter.reader()
AsyncWriter.remove_field()
AsyncWriter.run()
AsyncWriter.update_document()
IndexingError