Serialized Form
Package org.apache.lucene.search |
query
Query query
occur
BooleanClause.Occur occur
shouldFilters
ArrayList<E> shouldFilters
notFilters
ArrayList<E> notFilters
mustFilters
ArrayList<E> mustFilters
clauses
ArrayList<E> clauses
disableCoord
boolean disableCoord
minNrShouldMatch
int minNrShouldMatch
boost
float boost
match
Query match
context
Query context
filter
SpanFilter filter
filter
Filter filter
match
Boolean match
filter
Filter filter
similarity
Similarity similarity
queryNorm
float queryNorm
queryWeight
float queryWeight
fieldName
String fieldName
lowerVal
String lowerVal
upperVal
String upperVal
includeLower
boolean includeLower
includeUpper
boolean includeUpper
collator
Collator collator
disjuncts
ArrayList<E> disjuncts
tieBreakerMultiplier
float tieBreakerMultiplier
fieldName
String fieldName
keepMode
int keepMode
- KeepMode determines which document id to consider as the master, all others being
identified as duplicates. Selecting the "first occurrence" can potentially save on IO.
processingMode
int processingMode
- "Full" processing mode starts by setting all bits to false and only setting bits
for documents that contain the given field and are identified as none-duplicates.
"Fast" processing sets all bits to true then unsets all duplicate docs found for the
given field. This approach avoids the need to read TermDocs for terms that are seen
to have a document frequency of exactly "1" (i.e. no duplicates). While a potentially
faster approach , the downside is that bitsets produced will include bits set for
documents that do not actually contain the field given.
value
float value
description
String description
details
ArrayList<E> details
fields
Comparable<T>[] fields
occur
BooleanClause.Occur occur
filter
Filter filter
query
Query query
filter
Filter filter
rewrittenQuery
Query rewrittenQuery
fieldVals
ArrayList<E> fieldVals
analyzer
Analyzer analyzer
q
org.apache.lucene.search.FuzzyLikeThisQuery.ScoreTermQueue q
MAX_VARIANTS_PER_TERM
int MAX_VARIANTS_PER_TERM
ignoreTF
boolean ignoreTF
minimumSimilarity
float minimumSimilarity
prefixLength
int prefixLength
doc
Document doc
resolved
boolean resolved
hits
Hits hits
hitNumber
int hitNumber
field
String field
termArrays
ArrayList<E> termArrays
positions
ArrayList<E> positions
slop
int slop
term
Term term
field
String field
terms
ArrayList<E> terms
positions
ArrayList<E> positions
maxPosition
int maxPosition
slop
int slop
prefix
Term prefix
prefix
Term prefix
boost
float boost
query
Query query
fieldName
String fieldName
lowerTerm
String lowerTerm
upperTerm
String upperTerm
includeLower
boolean includeLower
includeUpper
boolean includeUpper
collator
Collator collator
lowerTerm
Term lowerTerm
upperTerm
Term upperTerm
inclusive
boolean inclusive
collator
Collator collator
filter
Filter filter
local
Searchable local
serialVersionUID: 2L
score
float score
doc
int doc
delegee
Similarity delegee
fields
SortField[] fields
field
String field
type
int type
locale
Locale locale
reverse
boolean reverse
factory
SortComparatorSource factory
query
SpanQuery query
term
Term term
terms
Set<E> terms
timeAllowed
long timeAllowed
timeElapsed
long timeElapsed
lastDocCollected
int lastDocCollected
totalHits
int totalHits
scoreDocs
ScoreDoc[] scoreDocs
maxScore
float maxScore
fields
SortField[] fields
termContainsWildcard
boolean termContainsWildcard
Package org.apache.lucene.search.similar |
likeText
String likeText
moreLikeFields
String[] moreLikeFields
analyzer
Analyzer analyzer
percentTermsToMatch
float percentTermsToMatch
minTermFrequency
int minTermFrequency
maxQueryTerms
int maxQueryTerms
stopWords
Set<E> stopWords
minDocFreq
int minDocFreq
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.