Serialized Form
Package org.apache.lucene.messages |
serialVersionUID: -3077643314630884523L
key
String key
- Deprecated.
arguments
Object[] arguments
- Deprecated.
Package org.apache.lucene.queryParser.core |
serialVersionUID: 1804855832182710327L
message
Message message
serialVersionUID: -5962648855261624214L
message
Message message
serialVersionUID: 8197535103538766773L
query
CharSequence query
beginColumn
int beginColumn
beginLine
int beginLine
errorToken
String errorToken
Package org.apache.lucene.queryParser.core.nodes |
serialVersionUID: 118496077529151825L
serialVersionUID: 1000791433562954187L
field
CharSequence field
minimumMatchingmElements
int minimumMatchingmElements
serialVersionUID: -2206623652088638072L
serialVersionUID: -3929082630855807593L
value
float value
serialVersionUID: -9151675506000425293L
serialVersionUID: 3634521145130758265L
field
CharSequence field
- The term's field
text
CharSequence text
- The term's text.
begin
int begin
- The term's begin position.
end
int end
- The term's end position.
positionIncrement
int positionIncrement
- The term's position increment.
serialVersionUID: -1794537213032589441L
similarity
float similarity
prefixLength
int prefixLength
serialVersionUID: -9204673493869114999L
serialVersionUID: -7050381275423477809L
serialVersionUID: 8081805751679581497L
serialVersionUID: -391209837953928169L
modifier
ModifierQueryNode.Modifier modifier
serialVersionUID: 7332975497586993833L
serialVersionUID: 0L
schema
CharSequence schema
value
CharSequence value
serialVersionUID: -3692323307688017852L
serialVersionUID: -5770038129741218116L
operator
ParametricQueryNode.CompareOperator operator
- Deprecated.
serialVersionUID: 7120958816535573935L
serialVersionUID: -8325921322405804789L
values
List<E> values
serialVersionUID: 0L
value
int value
serialVersionUID: 9018220596680832916L
proximityType
ProximityQueryNode.Type proximityType
distance
int distance
inorder
boolean inorder
field
CharSequence field
serialVersionUID: 5569870883474845989L
isLeaf
boolean isLeaf
tags
Hashtable<K,V> tags
clauses
List<E> clauses
parent
QueryNode parent
toQueryStringIgnoreFields
boolean toQueryStringIgnoreFields
- If set to true the the method toQueryString will not write field names
serialVersionUID: -6675157780051428987L
serialVersionUID: 0L
value
int value
serialVersionUID: -7185108320787917541L
Package org.apache.lucene.queryParser.standard.config |
serialVersionUID: -2804763012723049527L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -6804760312723049526L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -2104763012523049527L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -6804360312723049526L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -6804760312723049526L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -2104763012527049527L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -2104763012523049527L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -2104763012523049527L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -2104763012527049527L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -6804760312720049526L
config
AbstractQueryConfig config
- Deprecated.
locale
Locale locale
- Deprecated.
serialVersionUID: -2804760312723049527L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -6809760312720049526L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -2104763012723049527L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: 964823936071308283L
dateFormat
DateFormat dateFormat
serialVersionUID: -2804763012793049527L
config
AbstractQueryConfig config
- Deprecated.
serialVersionUID: -6804360312723049526L
config
AbstractQueryConfig config
- Deprecated.
Package org.apache.lucene.queryParser.standard.nodes |
serialVersionUID: 4475492120315147792L
lowerInclusive
boolean lowerInclusive
upperInclusive
boolean upperInclusive
serialVersionUID: -557816496416587068L
serialVersionUID: -2138501723963320158L
serialVersionUID: -1969102979874574778L
numberFormat
NumberFormat numberFormat
field
CharSequence field
value
Number value
numericConfig
NumericConfig numericConfig
serialVersionUID: 6851557641826407515L
serialVersionUID: 7400866652044314657L
collator
Collator collator
- Deprecated.
serialVersionUID: 1938287817191138787L
disableCoord
boolean disableCoord
serialVersionUID: 5470829448078569869L
serialVersionUID: 0L
Package org.apache.lucene.queryParser.standard.parser |
serialVersionUID: 1L
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.
serialVersionUID: 1L
kind
int kind
- An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
beginLine
int beginLine
- The line number of the first character of this Token.
beginColumn
int beginColumn
- The column number of the first character of this Token.
endLine
int endLine
- The line number of the last character of this Token.
endColumn
int endColumn
- The column number of the last character of this Token.
image
String image
- The string image of the token.
next
Token next
- A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
specialToken
Token specialToken
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
serialVersionUID: 1L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package org.apache.lucene.queryParser.surround.parser |
serialVersionUID: 1L
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.
serialVersionUID: 1L
kind
int kind
- An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
beginLine
int beginLine
- The line number of the first character of this Token.
beginColumn
int beginColumn
- The column number of the first character of this Token.
endLine
int endLine
- The line number of the last character of this Token.
endColumn
int endColumn
- The column number of the last character of this Token.
image
String image
- The string image of the token.
next
Token next
- A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
specialToken
Token specialToken
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
serialVersionUID: 1L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package org.apache.lucene.queryParser.surround.query |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.