Skip navigation links
Lucene Miscellaneous 5.3.1.redhat-2
A B C D E F G H I L M N O P R S T U V W 

A

add(Object, Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
add(Object, Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
advise(FileDescriptor, long, long, int) - Static method in class org.apache.lucene.store.NativePosixUtil
 
asList(Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 

B

baselineTf(float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as: (x <= min) ? base : sqrt(x+(base**2)-min) ...but with a special case check for 0.
binaryValue() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
BlockJoinComparatorSource - Class in org.apache.lucene.search
Helper class to sort readers that contain blocks of documents.
BlockJoinComparatorSource(Filter, Sort) - Constructor for class org.apache.lucene.search.BlockJoinComparatorSource
Create a new BlockJoinComparatorSource, sorting only blocks of documents with parentSort and not reordering children with a block.
BlockJoinComparatorSource(Filter, Sort, Sort) - Constructor for class org.apache.lucene.search.BlockJoinComparatorSource
Create a new BlockJoinComparatorSource, specifying the sort order for both blocks of documents and children within a block.
boost() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 

C

canEarlyTerminate(Sort, Sort) - Static method in class org.apache.lucene.search.EarlyTerminatingSortingCollector
Returns whether collection can be early-terminated if it sorts with the provided Sort and if segments are merged with the provided Sort.
common(Object, Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
common(Object, Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
compare(TermStats, TermStats) - Method in class org.apache.lucene.misc.HighFreqTerms.DocFreqComparator
 
compare(TermStats, TermStats) - Method in class org.apache.lucene.misc.HighFreqTerms.TotalTermFreqComparator
 
computeLengthNorm(int) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as: 1/sqrt( steepness * (abs(x-min) + abs(x-max) - (max-min)) + 1 ) .
createOutput(String, IOContext) - Method in class org.apache.lucene.store.NativeUnixDirectory
 

D

DEFAULT_INDEX_INTERVAL_BITS - Static variable in class org.apache.lucene.uninverting.DocTermOrds
Every 128th term is indexed, by default.
DEFAULT_MERGE_BUFFER_SIZE - Static variable in class org.apache.lucene.store.NativeUnixDirectory
Default buffer size before writing to disk (256 KB); larger means less IO load but more RAM and direct buffer storage space consumed during merging.
DEFAULT_MIN_BYTES_DIRECT - Static variable in class org.apache.lucene.store.NativeUnixDirectory
Default min expected merge size before direct IO is used (10 MB):
DEFAULT_NUMTERMS - Static variable in class org.apache.lucene.misc.HighFreqTerms
 
DiversifiedTopDocsCollector - Class in org.apache.lucene.search
A TopDocsCollector that controls diversity in results by ensuring no more than maxHitsPerKey results from a common source are collected in the final results.
DiversifiedTopDocsCollector(int, int) - Constructor for class org.apache.lucene.search.DiversifiedTopDocsCollector
 
DiversifiedTopDocsCollector.ScoreDocKey - Class in org.apache.lucene.search
An extension to ScoreDoc that includes a key used for grouping purposes
docFreq - Variable in class org.apache.lucene.misc.TermStats
 
DocFreqComparator() - Constructor for class org.apache.lucene.misc.HighFreqTerms.DocFreqComparator
 
DocTermOrds - Class in org.apache.lucene.uninverting
This class enables fast access to multiple term ords for a specified field across all docIDs.
DocTermOrds(LeafReader, Bits, String) - Constructor for class org.apache.lucene.uninverting.DocTermOrds
Inverts all terms
DocTermOrds(LeafReader, Bits, String, BytesRef) - Constructor for class org.apache.lucene.uninverting.DocTermOrds
Inverts only terms starting w/ prefix
DocTermOrds(LeafReader, Bits, String, BytesRef, int) - Constructor for class org.apache.lucene.uninverting.DocTermOrds
Inverts only terms starting w/ prefix, and only terms whose docFreq (not taking deletions into account) is <= maxTermDocFreq
DocTermOrds(LeafReader, Bits, String, BytesRef, int, int) - Constructor for class org.apache.lucene.uninverting.DocTermOrds
Inverts only terms starting w/ prefix, and only terms whose docFreq (not taking deletions into account) is <= maxTermDocFreq, with a custom indexing interval (default is every 128nd term).
DocTermOrds(String, int, int) - Constructor for class org.apache.lucene.uninverting.DocTermOrds
Subclass inits w/ this, but be sure you then call uninvert, only once
document(int, StoredFieldVisitor) - Method in class org.apache.lucene.index.SortingLeafReader
 
DONTNEED - Static variable in class org.apache.lucene.store.NativePosixUtil
 

E

EarlyTerminatingSortingCollector - Class in org.apache.lucene.search
A Collector that early terminates collection of documents on a per-segment basis, if the segment was sorted according to the given Sort.
EarlyTerminatingSortingCollector(Collector, Sort, int, Sort) - Constructor for class org.apache.lucene.search.EarlyTerminatingSortingCollector
Create a new EarlyTerminatingSortingCollector instance.
equals(Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 

F

field - Variable in class org.apache.lucene.misc.TermStats
 
field - Variable in class org.apache.lucene.uninverting.DocTermOrds
Field we are uninverting.
fields() - Method in class org.apache.lucene.index.SortingLeafReader
 
fieldType() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
findForcedDeletesMerges(SegmentInfos, IndexWriter) - Method in class org.apache.lucene.index.SortingMergePolicy
 
findForcedMerges(SegmentInfos, int, Map<SegmentCommitInfo, Boolean>, IndexWriter) - Method in class org.apache.lucene.index.SortingMergePolicy
 
findMerges(MergeTrigger, SegmentInfos, IndexWriter) - Method in class org.apache.lucene.index.SortingMergePolicy
 
first - Variable in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 

G

get(long) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
get(long, long) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
getBinaryDocValues(String) - Method in class org.apache.lucene.index.SortingLeafReader
 
getBinaryDocValues(String) - Method in class org.apache.lucene.uninverting.UninvertingReader
 
getChildResources() - Method in class org.apache.lucene.uninverting.DocTermOrds
 
getCombinedCoreAndDeletesKey() - Method in class org.apache.lucene.uninverting.UninvertingReader
 
getCoreCacheKey() - Method in class org.apache.lucene.uninverting.UninvertingReader
 
getDocsWithField(String) - Method in class org.apache.lucene.index.SortingLeafReader
 
getDocsWithField(String) - Method in class org.apache.lucene.uninverting.UninvertingReader
 
getField(FieldInfo) - Method in class org.apache.lucene.document.LazyDocument
Creates an IndexableField whose value will be lazy loaded if and when it is used.
getFieldInfos() - Method in class org.apache.lucene.uninverting.UninvertingReader
 
getHighFreqTerms(IndexReader, int, String, Comparator<TermStats>) - Static method in class org.apache.lucene.misc.HighFreqTerms
Returns TermStats[] ordered by the specified comparator
getKey() - Method in class org.apache.lucene.search.DiversifiedTopDocsCollector.ScoreDocKey
 
getKeys(LeafReaderContext) - Method in class org.apache.lucene.search.DiversifiedTopDocsCollector
Get a source of values used for grouping keys
getLeafCollector(LeafReaderContext) - Method in class org.apache.lucene.search.DiversifiedTopDocsCollector
 
getLeafCollector(LeafReaderContext) - Method in class org.apache.lucene.search.EarlyTerminatingSortingCollector
 
getLiveDocs() - Method in class org.apache.lucene.index.SortingLeafReader
 
getNoOutput() - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
getNoOutput() - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
getNormValues(String) - Method in class org.apache.lucene.index.SortingLeafReader
 
getNumericDocValues(String) - Method in class org.apache.lucene.index.SortingLeafReader
 
getNumericDocValues(String) - Method in class org.apache.lucene.uninverting.UninvertingReader
 
getOrdTermsEnum(LeafReader) - Method in class org.apache.lucene.uninverting.DocTermOrds
Returns a TermsEnum that implements ord, or null if no terms in field.
getSingleton(boolean) - Static method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
getSort() - Method in class org.apache.lucene.index.SortingMergePolicy
Return the Sort order that is used to sort segments when merging.
getSortedDocValues(String) - Method in class org.apache.lucene.index.SortingLeafReader
 
getSortedDocValues(String) - Method in class org.apache.lucene.uninverting.UninvertingReader
 
getSortedNumericDocValues(String) - Method in class org.apache.lucene.index.SortingLeafReader
 
getSortedSetDocValues(String) - Method in class org.apache.lucene.index.SortingLeafReader
 
getSortedSetDocValues(String) - Method in class org.apache.lucene.uninverting.UninvertingReader
 
GetTermInfo - Class in org.apache.lucene.misc
Utility to get document frequency and total number of occurrences (sum of the tf for each doc) of a term.
GetTermInfo() - Constructor for class org.apache.lucene.misc.GetTermInfo
 
getTermInfo(Directory, Term) - Static method in class org.apache.lucene.misc.GetTermInfo
 
getTermVectors(int) - Method in class org.apache.lucene.index.SortingLeafReader
 
getUninvertedStats() - Static method in class org.apache.lucene.uninverting.UninvertingReader
Return information about the backing cache

H

hasBeenLoaded() - Method in class org.apache.lucene.document.LazyDocument.LazyField
non-private for test only access
hashCode() - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 
HighFreqTerms - Class in org.apache.lucene.misc
HighFreqTerms class extracts the top n most frequent terms (by document frequency) from an existing Lucene index and reports their document frequency.
HighFreqTerms() - Constructor for class org.apache.lucene.misc.HighFreqTerms
 
HighFreqTerms.DocFreqComparator - Class in org.apache.lucene.misc
Compares terms by docTermFreq
HighFreqTerms.TotalTermFreqComparator - Class in org.apache.lucene.misc
Compares terms by totalTermFreq
hyperbolicTf(float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Uses a hyperbolic tangent function that allows for a hard max...

I

index - Variable in class org.apache.lucene.uninverting.DocTermOrds
Holds the per-document ords or a pointer to the ords.
indexedTermsArray - Variable in class org.apache.lucene.uninverting.DocTermOrds
Holds the indexed (by default every 128th) terms.
IndexMergeTool - Class in org.apache.lucene.misc
Merges indices specified on the command line into the index specified as the first command line argument.
IndexMergeTool() - Constructor for class org.apache.lucene.misc.IndexMergeTool
 
IndexSplitter - Class in org.apache.lucene.index
Command-line tool that enables listing segments in an index, copying specific segments to another index, and deleting segments from an index.
IndexSplitter(Path) - Constructor for class org.apache.lucene.index.IndexSplitter
 
infos - Variable in class org.apache.lucene.index.IndexSplitter
 
insert(DiversifiedTopDocsCollector.ScoreDocKey, int, NumericDocValues) - Method in class org.apache.lucene.search.DiversifiedTopDocsCollector
 
isEmpty() - Method in class org.apache.lucene.uninverting.DocTermOrds
Returns true if no terms were indexed.
isSorted(LeafReader, Sort) - Static method in class org.apache.lucene.index.SortingMergePolicy
Returns true if the given reader is sorted by the sort given.
iterator(LeafReader) - Method in class org.apache.lucene.uninverting.DocTermOrds
Returns a SortedSetDocValues view of this instance

L

LazyDocument - Class in org.apache.lucene.document
Defers actually loading a field's value until you ask for it.
LazyDocument(IndexReader, int) - Constructor for class org.apache.lucene.document.LazyDocument
 
LazyDocument.LazyField - Class in org.apache.lucene.document
 
lengthNorm(FieldInvertState) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Implemented as state.getBoost() * computeLengthNorm(numTokens) where numTokens does not count overlap tokens if discountOverlaps is true by default or true for this specific field.
ListOfOutputs<T> - Class in org.apache.lucene.util.fst
Wraps another Outputs implementation and encodes one or more of its output values.
ListOfOutputs(Outputs<T>) - Constructor for class org.apache.lucene.util.fst.ListOfOutputs
 
listSegments() - Method in class org.apache.lucene.index.IndexSplitter
 
lookupTerm(TermsEnum, int) - Method in class org.apache.lucene.uninverting.DocTermOrds
Returns the term (BytesRef) corresponding to the provided ordinal.

M

madvise(ByteBuffer, int) - Static method in class org.apache.lucene.store.NativePosixUtil
 
main(String[]) - Static method in class org.apache.lucene.index.IndexSplitter
 
main(String[]) - Static method in class org.apache.lucene.index.MultiPassIndexSplitter
 
main(String[]) - Static method in class org.apache.lucene.misc.GetTermInfo
 
main(String[]) - Static method in class org.apache.lucene.misc.HighFreqTerms
 
main(String[]) - Static method in class org.apache.lucene.misc.IndexMergeTool
 
maxNumPerKey - Variable in class org.apache.lucene.search.DiversifiedTopDocsCollector
 
maxTermDocFreq - Variable in class org.apache.lucene.uninverting.DocTermOrds
Don't uninvert terms that exceed this count.
merge(Object, Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
merge(Object, Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
MultiPassIndexSplitter - Class in org.apache.lucene.index
This tool splits input index into multiple equal parts.
MultiPassIndexSplitter() - Constructor for class org.apache.lucene.index.MultiPassIndexSplitter
 

N

name() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
NativePosixUtil - Class in org.apache.lucene.store
Provides JNI access to native methods such as madvise() for NativeUnixDirectory
NativePosixUtil() - Constructor for class org.apache.lucene.store.NativePosixUtil
 
NativeUnixDirectory - Class in org.apache.lucene.store
A Directory implementation for all Unixes that uses DIRECT I/O to bypass OS level IO caching during merging.
NativeUnixDirectory(Path, int, long, LockFactory, Directory) - Constructor for class org.apache.lucene.store.NativeUnixDirectory
Create a new NIOFSDirectory for the named location.
NativeUnixDirectory(Path, LockFactory, Directory) - Constructor for class org.apache.lucene.store.NativeUnixDirectory
Create a new NIOFSDirectory for the named location.
NativeUnixDirectory(Path, Directory) - Constructor for class org.apache.lucene.store.NativeUnixDirectory
Create a new NIOFSDirectory for the named location with FSLockFactory.getDefault().
needsScores() - Method in class org.apache.lucene.search.DiversifiedTopDocsCollector
 
newComparator(String, int, int, boolean) - Method in class org.apache.lucene.search.BlockJoinComparatorSource
 
newTopDocs(ScoreDoc[], int) - Method in class org.apache.lucene.search.DiversifiedTopDocsCollector
 
NOREUSE - Static variable in class org.apache.lucene.store.NativePosixUtil
 
NORMAL - Static variable in class org.apache.lucene.store.NativePosixUtil
 
numDocsToCollect - Variable in class org.apache.lucene.search.EarlyTerminatingSortingCollector
Number of documents to collect in each segment
numericValue() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
numTerms() - Method in class org.apache.lucene.uninverting.DocTermOrds
Returns the number of terms in this field
numTermsInField - Variable in class org.apache.lucene.uninverting.DocTermOrds
Number of terms in the field.

O

open_direct(String, boolean) - Static method in class org.apache.lucene.store.NativePosixUtil
 
openInput(String, IOContext) - Method in class org.apache.lucene.store.NativeUnixDirectory
 
openInput(String, IOContext) - Method in class org.apache.lucene.store.RAFDirectory
Creates an IndexInput for the file with the given name.
openInput(String, IOContext) - Method in class org.apache.lucene.store.WindowsDirectory
 
ordBase - Variable in class org.apache.lucene.uninverting.DocTermOrds
Ordinal of the first term in the field, or 0 if the PostingsFormat does not implement TermsEnum.ord().
org.apache.lucene.document - package org.apache.lucene.document
Misc extensions of the Document/Field API.
org.apache.lucene.index - package org.apache.lucene.index
Misc index tools and index support.
org.apache.lucene.misc - package org.apache.lucene.misc
Miscellaneous index tools.
org.apache.lucene.search - package org.apache.lucene.search
Misc search implementations.
org.apache.lucene.store - package org.apache.lucene.store
Misc Directory implementations.
org.apache.lucene.uninverting - package org.apache.lucene.uninverting
Support for creating docvalues on-the-fly from the inverted index at runtime.
org.apache.lucene.util.fst - package org.apache.lucene.util.fst
Misc FST classes.
outputToString(Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
outputToString(Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 

P

phase1_time - Variable in class org.apache.lucene.uninverting.DocTermOrds
Time for phase1 of the uninvert process.
PKIndexSplitter - Class in org.apache.lucene.index
Split an index based on a Query.
PKIndexSplitter(Directory, Directory, Directory, Query) - Constructor for class org.apache.lucene.index.PKIndexSplitter
Split an index based on a Query.
PKIndexSplitter(Directory, Directory, Directory, Filter) - Constructor for class org.apache.lucene.index.PKIndexSplitter
Split an index based on a Filter.
PKIndexSplitter(Directory, Directory, Directory, Query, IndexWriterConfig, IndexWriterConfig) - Constructor for class org.apache.lucene.index.PKIndexSplitter
 
PKIndexSplitter(Directory, Directory, Directory, Filter, IndexWriterConfig, IndexWriterConfig) - Constructor for class org.apache.lucene.index.PKIndexSplitter
 
PKIndexSplitter(Directory, Directory, Directory, Term) - Constructor for class org.apache.lucene.index.PKIndexSplitter
Split an index based on a given primary key term and a 'middle' term.
PKIndexSplitter(Directory, Directory, Directory, Term, IndexWriterConfig, IndexWriterConfig) - Constructor for class org.apache.lucene.index.PKIndexSplitter
 
posix_madvise(ByteBuffer, int) - Static method in class org.apache.lucene.store.NativePosixUtil
 
postingsEnum - Variable in class org.apache.lucene.uninverting.DocTermOrds
Used while uninverting.
pread(FileDescriptor, long, ByteBuffer) - Static method in class org.apache.lucene.store.NativePosixUtil
 
prefix - Variable in class org.apache.lucene.uninverting.DocTermOrds
If non-null, only terms matching this prefix were indexed.

R

RAFDirectory - Class in org.apache.lucene.store
A straightforward implementation of FSDirectory using java.io.RandomAccessFile.
RAFDirectory(Path, LockFactory) - Constructor for class org.apache.lucene.store.RAFDirectory
Create a new RAFDirectory for the named location.
RAFDirectory(Path) - Constructor for class org.apache.lucene.store.RAFDirectory
Create a new SimpleFSDirectory for the named location and FSLockFactory.getDefault().
ramBytesUsed() - Method in class org.apache.lucene.uninverting.DocTermOrds
Returns total bytes used.
ramBytesUsed(Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
ramBytesUsed(Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
RANDOM - Static variable in class org.apache.lucene.store.NativePosixUtil
 
read(DataInput) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
read(DataInput) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
readerValue() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
readFinalOutput(DataInput) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
remove(String[]) - Method in class org.apache.lucene.index.IndexSplitter
 

S

ScoreDocKey(int, float) - Constructor for class org.apache.lucene.search.DiversifiedTopDocsCollector.ScoreDocKey
 
second - Variable in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 
SEQUENTIAL - Static variable in class org.apache.lucene.store.NativePosixUtil
 
setActualDocFreq(int, int) - Method in class org.apache.lucene.uninverting.DocTermOrds
Invoked during DocTermOrds.uninvert(org.apache.lucene.index.LeafReader,Bits,BytesRef) to record the document frequency for each uninverted term.
setBaselineTfFactors(float, float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Sets the baseline and minimum function variables for baselineTf
setHyperbolicTfFactors(float, float, double, float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Sets the function variables for the hyperbolicTf functions
setLengthNormFactors(int, int, float, boolean) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Sets the default function variables used by lengthNorm when no field specific variables have been set.
size(SegmentCommitInfo, IndexWriter) - Method in class org.apache.lucene.index.SortingMergePolicy
 
sizeOfIndexedStrings - Variable in class org.apache.lucene.uninverting.DocTermOrds
Total bytes (sum of term lengths) for all indexed terms.
skipFinalOutput(DataInput) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
skipOutput(DataInput) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
sort - Variable in class org.apache.lucene.search.EarlyTerminatingSortingCollector
Sort used to sort the search results
SORTER_ID_PROP - Static variable in class org.apache.lucene.index.SortingMergePolicy
Put in the diagnostics to denote that this segment is sorted.
SortingLeafReader - Class in org.apache.lucene.index
An LeafReader which supports sorting documents by a given Sort.
SortingMergePolicy - Class in org.apache.lucene.index
A MergePolicy that reorders documents according to a Sort before merging them.
SortingMergePolicy(MergePolicy, Sort) - Constructor for class org.apache.lucene.index.SortingMergePolicy
Create a new MergePolicy that sorts documents with the given sort.
split(Path, String[]) - Method in class org.apache.lucene.index.IndexSplitter
 
split(IndexReader, Directory[], boolean) - Method in class org.apache.lucene.index.MultiPassIndexSplitter
Split source index into multiple parts.
split() - Method in class org.apache.lucene.index.PKIndexSplitter
 
stringValue() - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
subtract(Object, Object) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
subtract(Object, Object) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
SweetSpotSimilarity - Class in org.apache.lucene.misc
A similarity with a lengthNorm that provides for a "plateau" of equally good lengths, and tf helper functions.
SweetSpotSimilarity() - Constructor for class org.apache.lucene.misc.SweetSpotSimilarity
 

T

terminatedEarly() - Method in class org.apache.lucene.search.EarlyTerminatingSortingCollector
 
termInstances - Variable in class org.apache.lucene.uninverting.DocTermOrds
Total number of references to term numbers.
TermStats - Class in org.apache.lucene.misc
Holder for a term along with its statistics (TermStats.docFreq and TermStats.totalTermFreq).
termtext - Variable in class org.apache.lucene.misc.TermStats
 
tf(float) - Method in class org.apache.lucene.misc.SweetSpotSimilarity
Delegates to baselineTf
tnums - Variable in class org.apache.lucene.uninverting.DocTermOrds
Holds term ords for documents.
tokenStream(Analyzer, TokenStream) - Method in class org.apache.lucene.document.LazyDocument.LazyField
 
toString() - Method in class org.apache.lucene.index.SortingLeafReader
 
toString() - Method in class org.apache.lucene.index.SortingMergePolicy
 
toString() - Method in class org.apache.lucene.misc.TermStats
 
toString() - Method in class org.apache.lucene.search.BlockJoinComparatorSource
 
toString() - Method in class org.apache.lucene.search.DiversifiedTopDocsCollector.ScoreDocKey
 
toString() - Method in class org.apache.lucene.uninverting.UninvertingReader
 
toString() - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
toString() - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 
total_time - Variable in class org.apache.lucene.uninverting.DocTermOrds
Total time to uninvert the field.
totalTermFreq - Variable in class org.apache.lucene.misc.TermStats
 
TotalTermFreqComparator() - Constructor for class org.apache.lucene.misc.HighFreqTerms.TotalTermFreqComparator
 
TwoLongs(long, long) - Constructor for class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs.TwoLongs
 

U

uninvert(LeafReader, Bits, BytesRef) - Method in class org.apache.lucene.uninverting.DocTermOrds
Call this only once (if you subclass!)
UninvertingReader - Class in org.apache.lucene.uninverting
A FilterReader that exposes indexed values as if they also had docvalues.
UninvertingReader(LeafReader, Map<String, UninvertingReader.Type>) - Constructor for class org.apache.lucene.uninverting.UninvertingReader
Create a new UninvertingReader with the specified mapping
UninvertingReader.Type - Enum in org.apache.lucene.uninverting
Specifies the type of uninversion to apply for the field.
UpToTwoPositiveIntOutputs - Class in org.apache.lucene.util.fst
An FST Outputs implementation where each output is one or two non-negative long values.
UpToTwoPositiveIntOutputs.TwoLongs - Class in org.apache.lucene.util.fst
Holds two long outputs.
useCompoundFile(SegmentInfos, SegmentCommitInfo, IndexWriter) - Method in class org.apache.lucene.index.SortingMergePolicy
 

V

valueOf(String) - Static method in enum org.apache.lucene.uninverting.UninvertingReader.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.lucene.uninverting.UninvertingReader.Type
Returns an array containing the constants of this enum type, in the order they are declared.
visitTerm(TermsEnum, int) - Method in class org.apache.lucene.uninverting.DocTermOrds
Subclass can override this

W

WILLNEED - Static variable in class org.apache.lucene.store.NativePosixUtil
 
WindowsDirectory - Class in org.apache.lucene.store
Native Directory implementation for Microsoft Windows.
WindowsDirectory(Path, LockFactory) - Constructor for class org.apache.lucene.store.WindowsDirectory
Create a new WindowsDirectory for the named location.
WindowsDirectory(Path) - Constructor for class org.apache.lucene.store.WindowsDirectory
Create a new WindowsDirectory for the named location and FSLockFactory.getDefault().
wrap(LeafReader, Sort) - Static method in class org.apache.lucene.index.SortingLeafReader
Return a sorted view of reader according to the order defined by sort.
wrap(DirectoryReader, Map<String, UninvertingReader.Type>) - Static method in class org.apache.lucene.uninverting.UninvertingReader
Wraps a provided DirectoryReader.
write(Object, DataOutput) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
write(Object, DataOutput) - Method in class org.apache.lucene.util.fst.UpToTwoPositiveIntOutputs
 
writeFinalOutput(Object, DataOutput) - Method in class org.apache.lucene.util.fst.ListOfOutputs
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
Lucene Miscellaneous 5.3.1.redhat-2

Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.