Serialized Form
-
Package org.apache.lucene.messages
-
Class org.apache.lucene.messages.MessageImpl extends Object implements Serializable
- serialVersionUID:
- -3077643314630884523L
-
-
Package org.apache.lucene.queryParser.core
-
Class org.apache.lucene.queryParser.core.QueryNodeError extends Error implements Serializable
- serialVersionUID:
- 1804855832182710327L
-
Serialized Fields
-
message
Message message
-
-
Class org.apache.lucene.queryParser.core.QueryNodeException extends Exception implements Serializable
- serialVersionUID:
- -5962648855261624214L
-
Serialized Fields
-
message
Message message
-
-
Class org.apache.lucene.queryParser.core.QueryNodeParseException extends QueryNodeException implements Serializable
- serialVersionUID:
- 8197535103538766773L
-
Serialized Fields
-
beginColumn
int beginColumn
-
beginLine
int beginLine
-
errorToken
String errorToken
-
query
CharSequence query
-
-
-
Package org.apache.lucene.queryParser.core.nodes
-
Class org.apache.lucene.queryParser.core.nodes.AndQueryNode extends BooleanQueryNode implements Serializable
- serialVersionUID:
- 118496077529151825L
-
Class org.apache.lucene.queryParser.core.nodes.AnyQueryNode extends AndQueryNode implements Serializable
- serialVersionUID:
- 1000791433562954187L
-
Serialized Fields
-
field
CharSequence field
-
minimumMatchingmElements
int minimumMatchingmElements
-
-
Class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- -2206623652088638072L
-
Class org.apache.lucene.queryParser.core.nodes.BoostQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- -3929082630855807593L
-
Serialized Fields
-
value
float value
-
-
Class org.apache.lucene.queryParser.core.nodes.DeletedQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- -9151675506000425293L
-
Class org.apache.lucene.queryParser.core.nodes.FieldQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- 3634521145130758265L
-
Serialized Fields
-
begin
int begin
The term's begin position. -
end
int end
The term's end position. -
field
CharSequence field
The term's field -
positionIncrement
int positionIncrement
The term's position increment. -
text
CharSequence text
The term's text.
-
-
Class org.apache.lucene.queryParser.core.nodes.FuzzyQueryNode extends FieldQueryNode implements Serializable
- serialVersionUID:
- -1794537213032589441L
-
Serialized Fields
-
prefixLength
int prefixLength
-
similarity
float similarity
-
-
Class org.apache.lucene.queryParser.core.nodes.GroupQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- -9204673493869114999L
-
Class org.apache.lucene.queryParser.core.nodes.MatchAllDocsQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- -7050381275423477809L
-
Class org.apache.lucene.queryParser.core.nodes.MatchNoDocsQueryNode extends DeletedQueryNode implements Serializable
- serialVersionUID:
- 8081805751679581497L
-
Class org.apache.lucene.queryParser.core.nodes.ModifierQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- -391209837953928169L
-
Serialized Fields
-
modifier
ModifierQueryNode.Modifier modifier
-
-
Class org.apache.lucene.queryParser.core.nodes.NoTokenFoundQueryNode extends DeletedQueryNode implements Serializable
- serialVersionUID:
- 7332975497586993833L
-
Class org.apache.lucene.queryParser.core.nodes.OpaqueQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
schema
CharSequence schema
-
value
CharSequence value
-
-
Class org.apache.lucene.queryParser.core.nodes.OrQueryNode extends BooleanQueryNode implements Serializable
- serialVersionUID:
- -3692323307688017852L
-
Class org.apache.lucene.queryParser.core.nodes.ParametricQueryNode extends FieldQueryNode implements Serializable
- serialVersionUID:
- -5770038129741218116L
-
Serialized Fields
-
operator
ParametricQueryNode.CompareOperator operator
Deprecated.
-
-
Class org.apache.lucene.queryParser.core.nodes.ParametricRangeQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- 7120958816535573935L
-
Class org.apache.lucene.queryParser.core.nodes.PathQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- -8325921322405804789L
-
Serialized Fields
-
values
List<PathQueryNode.QueryText> values
-
-
Class org.apache.lucene.queryParser.core.nodes.PhraseSlopQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
value
int value
-
-
Class org.apache.lucene.queryParser.core.nodes.ProximityQueryNode extends BooleanQueryNode implements Serializable
- serialVersionUID:
- 9018220596680832916L
-
Serialized Fields
-
distance
int distance
-
field
CharSequence field
-
inorder
boolean inorder
-
proximityType
ProximityQueryNode.Type proximityType
-
-
Class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl extends Object implements Serializable
- serialVersionUID:
- 5569870883474845989L
-
Class org.apache.lucene.queryParser.core.nodes.QuotedFieldQueryNode extends FieldQueryNode implements Serializable
- serialVersionUID:
- -6675157780051428987L
-
Class org.apache.lucene.queryParser.core.nodes.SlopQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
value
int value
-
-
Class org.apache.lucene.queryParser.core.nodes.TokenizedPhraseQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- -7185108320787917541L
-
-
Package org.apache.lucene.queryParser.standard.config
-
Class org.apache.lucene.queryParser.standard.config.AllowLeadingWildcardAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -2804763012723049527L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.AnalyzerAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -6804760312723049526L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.BoostAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -2104763012523049527L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.DateResolutionAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -6804360312723049526L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -6804760312723049526L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.DefaultPhraseSlopAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -2104763012527049527L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -2104763012523049527L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.FieldDateResolutionMapAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -2104763012523049527L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.FuzzyAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -2104763012527049527L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.LocaleAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -6804760312720049526L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated. -
locale
Locale locale
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.LowercaseExpandedTermsAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -2804760312723049527L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -6809760312720049526L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.MultiTermRewriteMethodAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -2104763012723049527L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.NumberDateFormat extends NumberFormat implements Serializable
- serialVersionUID:
- 964823936071308283L
-
Serialized Fields
-
dateFormat
DateFormat dateFormat
-
-
Class org.apache.lucene.queryParser.standard.config.PositionIncrementsAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -2804763012793049527L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.config.RangeCollatorAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable
- serialVersionUID:
- -6804360312723049526L
-
Serialized Fields
-
config
AbstractQueryConfig config
Deprecated.
-
-
-
Package org.apache.lucene.queryParser.standard.nodes
-
Class org.apache.lucene.queryParser.standard.nodes.AbstractRangeQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- 4475492120315147792L
-
Serialized Fields
-
lowerInclusive
boolean lowerInclusive
-
upperInclusive
boolean upperInclusive
-
-
Class org.apache.lucene.queryParser.standard.nodes.BooleanModifierNode extends ModifierQueryNode implements Serializable
- serialVersionUID:
- -557816496416587068L
-
Class org.apache.lucene.queryParser.standard.nodes.MultiPhraseQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- -2138501723963320158L
-
Class org.apache.lucene.queryParser.standard.nodes.NumericQueryNode extends QueryNodeImpl implements Serializable
- serialVersionUID:
- -1969102979874574778L
-
Serialized Fields
-
field
CharSequence field
-
numberFormat
NumberFormat numberFormat
-
value
Number value
-
-
Class org.apache.lucene.queryParser.standard.nodes.NumericRangeQueryNode extends AbstractRangeQueryNode<NumericQueryNode> implements Serializable
-
Serialized Fields
-
numericConfig
NumericConfig numericConfig
-
-
-
Class org.apache.lucene.queryParser.standard.nodes.PrefixWildcardQueryNode extends WildcardQueryNode implements Serializable
- serialVersionUID:
- 6851557641826407515L
-
Class org.apache.lucene.queryParser.standard.nodes.RangeQueryNode extends TermRangeQueryNode implements Serializable
- serialVersionUID:
- 7400866652044314657L
-
Serialized Fields
-
collator
Collator collator
Deprecated.
-
-
Class org.apache.lucene.queryParser.standard.nodes.StandardBooleanQueryNode extends BooleanQueryNode implements Serializable
- serialVersionUID:
- 1938287817191138787L
-
Serialized Fields
-
disableCoord
boolean disableCoord
-
-
Class org.apache.lucene.queryParser.standard.nodes.TermRangeQueryNode extends AbstractRangeQueryNode<FieldQueryNode> implements Serializable
- serialVersionUID:
- 5470829448078569869L
-
Class org.apache.lucene.queryParser.standard.nodes.WildcardQueryNode extends FieldQueryNode implements Serializable
- serialVersionUID:
- 0L
-
-
Package org.apache.lucene.queryParser.standard.parser
-
Class org.apache.lucene.queryParser.standard.parser.ParseException extends QueryNodeParseException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
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. -
eol
String eol
The end of line string for this machine. -
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.
-
-
Class org.apache.lucene.queryParser.standard.parser.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
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. -
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.
-
-
Class org.apache.lucene.queryParser.standard.parser.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
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
-
Class org.apache.lucene.queryParser.surround.parser.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
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. -
eol
String eol
The end of line string for this machine. -
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.
-
-
Class org.apache.lucene.queryParser.surround.parser.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
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. -
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.
-
-
Class org.apache.lucene.queryParser.surround.parser.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
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
-
Class org.apache.lucene.queryParser.surround.query.TooManyBasicQueries extends IOException implements Serializable
-