Serialized Form
Package org.apache.lucene.analysis |
termBuffer
char[] termBuffer
termLength
int termLength
startOffset
int startOffset
endOffset
int endOffset
type
String type
flags
int flags
payload
Payload payload
positionIncrement
int positionIncrement
Package org.apache.lucene.analysis.tokenattributes |
flags
int flags
startOffset
int startOffset
endOffset
int endOffset
payload
Payload payload
positionIncrement
int positionIncrement
termBuffer
char[] termBuffer
termLength
int termLength
type
String type
Package org.apache.lucene.document |
name
String name
storeTermVector
boolean storeTermVector
storeOffsetWithTermVector
boolean storeOffsetWithTermVector
storePositionWithTermVector
boolean storePositionWithTermVector
omitNorms
boolean omitNorms
isStored
boolean isStored
isIndexed
boolean isIndexed
isTokenized
boolean isTokenized
isBinary
boolean isBinary
lazy
boolean lazy
omitTermFreqAndPositions
boolean omitTermFreqAndPositions
boost
float boost
fieldsData
Object fieldsData
tokenStream
TokenStream tokenStream
binaryLength
int binaryLength
binaryOffset
int binaryOffset
fields
List<E> fields
boost
float boost
fieldSelections
Map<K,V> fieldSelections
tokenStream
NumericTokenStream tokenStream
fieldsToLoad
Set<E> fieldsToLoad
lazyFieldsToLoad
Set<E> lazyFieldsToLoad
Package org.apache.lucene.index |
dir
Directory dir
data
byte[] data
- the byte array containing the payload data
offset
int offset
- the offset within the byte array
length
int length
- the length of the payload data
counter
int counter
version
long version
- counts how often the index has been changed by adding or deleting docs.
starting with the current time in milliseconds forces to create unique version numbers.
generation
long generation
lastGeneration
long lastGeneration
userData
Map<K,V> userData
pendingSegnOutput
ChecksumIndexOutput pendingSegnOutput
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
field
String field
text
String text
startOffset
int startOffset
endOffset
int endOffset
Package org.apache.lucene.messages |
serialVersionUID: -3077643314630884523L
key
String key
arguments
Object[] arguments
Package org.apache.lucene.queryParser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package org.apache.lucene.search |
query
Query query
- The query whose matching documents are combined by the boolean query.
occur
BooleanClause.Occur occur
clauses
ArrayList<E> clauses
disableCoord
boolean disableCoord
minNrShouldMatch
int minNrShouldMatch
similarity
Similarity similarity
- The Similarity implementation.
weights
ArrayList<E> weights
filter
SpanFilter filter
lock
ReentrantLock lock
filter
Filter filter
lock
ReentrantLock lock
match
Boolean match
filter
Filter filter
similarity
Similarity similarity
queryNorm
float queryNorm
queryWeight
float queryWeight
discountOverlaps
boolean discountOverlaps
disjuncts
ArrayList<E> disjuncts
tieBreakerMultiplier
float tieBreakerMultiplier
similarity
Similarity similarity
- The Similarity implementation.
weights
ArrayList<E> weights
- The Weights for our subqueries, in 1-1 correspondence with disjuncts
value
float value
description
String description
details
ArrayList<E> details
field
String field
parser
FieldCache.Parser parser
lowerVal
Object lowerVal
upperVal
Object upperVal
includeLower
boolean includeLower
includeUpper
boolean includeUpper
field
String field
terms
String[] terms
fields
Comparable<T>[] fields
- Expert: The values which are used to sort the referenced document.
The order of these will match the original sort criteria given by a
Sort object. Each Object will be either an Integer, Float or String,
depending on the type of values in the terms of the original field.
- See Also:
Sort
,
Searcher.search(Query,Filter,int,Sort)
query
Query query
filter
Filter filter
minimumSimilarity
float minimumSimilarity
prefixLength
int prefixLength
termLongEnough
boolean termLongEnough
term
Term term
normsField
String normsField
field
String field
termArrays
ArrayList<E> termArrays
positions
ArrayList<E> positions
slop
int slop
rewriteMethod
MultiTermQuery.RewriteMethod rewriteMethod
termCountCutoff
int termCountCutoff
docCountPercent
double docCountPercent
query
MultiTermQuery query
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
field
String field
precisionStep
int precisionStep
valSize
int valSize
min
Number min
max
Number max
minInclusive
boolean minInclusive
maxInclusive
boolean maxInclusive
field
String field
terms
ArrayList<E> terms
positions
ArrayList<E> positions
maxPosition
int maxPosition
slop
int slop
prefix
Term prefix
boost
float boost
query
Query query
score
float score
- Expert: The score of this document for the query.
doc
int doc
- Expert: A hit document's number.
- See Also:
Searcher.doc(int)
delegee
Similarity delegee
fields
SortField[] fields
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
field
String field
type
int type
locale
Locale locale
reverse
boolean reverse
parser
FieldCache.Parser parser
comparatorSource
FieldComparatorSource comparatorSource
query
SpanQuery query
term
Term term
lowerTerm
String lowerTerm
upperTerm
String upperTerm
collator
Collator collator
field
String field
includeLower
boolean includeLower
includeUpper
boolean includeUpper
timeAllowed
long timeAllowed
timeElapsed
long timeElapsed
lastDocCollected
int lastDocCollected
totalHits
int totalHits
- The total number of hits for the query.
scoreDocs
ScoreDoc[] scoreDocs
- The top hits for the query.
maxScore
float maxScore
- Stores the maximum score value encountered, needed for normalizing.
fields
SortField[] fields
- The fields which were used to sort results by.
termContainsWildcard
boolean termContainsWildcard
termIsPrefix
boolean termIsPrefix
term
Term term
Package org.apache.lucene.search.function |
parser
FieldCache.ByteParser parser
subQuery
Query subQuery
valSrcQueries
ValueSourceQuery[] valSrcQueries
strict
boolean strict
field
String field
parser
FieldCache.FloatParser parser
parser
FieldCache.IntParser parser
field
String field
field
String field
parser
FieldCache.ShortParser parser
valSrc
ValueSource valSrc
Package org.apache.lucene.search.payloads |
fieldName
String fieldName
function
PayloadFunction function
function
PayloadFunction function
includeSpanScore
boolean includeSpanScore
Package org.apache.lucene.search.spans |
maskedQuery
SpanQuery maskedQuery
field
String field
match
SpanQuery match
end
int end
clauses
List<E> clauses
slop
int slop
inOrder
boolean inOrder
field
String field
collectPayloads
boolean collectPayloads
include
SpanQuery include
exclude
SpanQuery exclude
clauses
List<E> clauses
field
String field
term
Term term
similarity
Similarity similarity
value
float value
idf
float idf
queryNorm
float queryNorm
queryWeight
float queryWeight
terms
Set<E> terms
query
SpanQuery query
idfExp
Explanation.IDFExplanation idfExp
Package org.apache.lucene.store |
serialVersionUID: 1L
fileMap
HashMap<K,V> fileMap
sizeInBytes
long sizeInBytes
Package org.apache.lucene.util |
bits
long[] bits
wlen
int wlen
readResolve
protected Object readResolve()
throws ObjectStreamException
- Deprecated.
- Resolves the deserialized instance to the local reference for accurate
equals() and == comparisons.
- Throws:
ObjectStreamException
name
String name
- Deprecated.
Package org.apache.lucene.util.cache |
Class org.apache.lucene.util.cache.SimpleLRUCache$1 extends Object implements Serializable |
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.