直列化された形式


パッケージ org.aminds.io

Class org.aminds.io.UnicodeNormalizationReader.IteratorIOException extends RuntimeException implements Serializable


パッケージ org.aminds.lucene.queryParser.range.nodes

Class org.aminds.lucene.queryParser.range.nodes.UnboundedParametricQueryNode extends ParametricQueryNode implements Serializable

serialVersionUID: 4686192263362397757L


パッケージ org.aminds.lucene.queryParser.regexp.nodes

Class org.aminds.lucene.queryParser.regexp.nodes.RegexpQueryNode extends WildcardQueryNode implements Serializable

serialVersionUID: -1105237770219692461L

直列化されたフィールド

flags

CharSequence flags

パッケージ org.aminds.lucene.queryParser.regexp.parser

Class org.aminds.lucene.queryParser.regexp.parser.ParseException extends Exception implements Serializable

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.

Class org.aminds.lucene.queryParser.regexp.parser.Token extends Object implements Serializable

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.

Class org.aminds.lucene.queryParser.regexp.parser.TokenMgrError extends Error implements Serializable

serialVersionUID: 1L

直列化されたフィールド

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


パッケージ org.aminds.lucene.queryParser.span.nodes

Class org.aminds.lucene.queryParser.span.nodes.SpanFuzzyQueryNode extends SpanMultiTermQueryNode implements Serializable

serialVersionUID: 3923777295485559295L

Class org.aminds.lucene.queryParser.span.nodes.SpanLeafQueryNode extends SpanQueryNode implements Serializable

Class org.aminds.lucene.queryParser.span.nodes.SpanMultiTermQueryNode extends SpanLeafQueryNode implements Serializable

Class org.aminds.lucene.queryParser.span.nodes.SpanNearQueryNode extends SpanQueryNode implements Serializable

serialVersionUID: 5622549579226438529L

直列化されたフィールド

slop

int slop

inorder

boolean inorder

Class org.aminds.lucene.queryParser.span.nodes.SpanNotQueryNode extends SpanQueryNode implements Serializable

serialVersionUID: 5631683547319386050L

Class org.aminds.lucene.queryParser.span.nodes.SpanOrQueryNode extends SpanQueryNode implements Serializable

serialVersionUID: -1840298341459009717L

Class org.aminds.lucene.queryParser.span.nodes.SpanPositionRangeQueryNode extends SpanQueryNode implements Serializable

serialVersionUID: -7895039794425483905L

直列化されたフィールド

start

int start

end

int end

Class org.aminds.lucene.queryParser.span.nodes.SpanPrefixQueryNode extends SpanMultiTermQueryNode implements Serializable

serialVersionUID: -2585624092528181792L

Class org.aminds.lucene.queryParser.span.nodes.SpanQueryNode extends QueryNodeImpl implements Serializable

直列化されたフィールド

isSpanLeaf

boolean isSpanLeaf

Class org.aminds.lucene.queryParser.span.nodes.SpanRegexpQueryNode extends SpanMultiTermQueryNode implements Serializable

serialVersionUID: -8669066629011642131L

Class org.aminds.lucene.queryParser.span.nodes.SpanTermQueryNode extends SpanLeafQueryNode implements Serializable

serialVersionUID: 6977268929325768317L

Class org.aminds.lucene.queryParser.span.nodes.SpanTermRangeQueryNode extends SpanMultiTermQueryNode implements Serializable

serialVersionUID: -2597738979270027543L

Class org.aminds.lucene.queryParser.span.nodes.SpanWildcardQueryNode extends SpanMultiTermQueryNode implements Serializable

serialVersionUID: -6236836616832353059L

Class org.aminds.lucene.queryParser.span.nodes.WithinDistanceQueryNode extends GroupQueryNode implements Serializable

serialVersionUID: 3112555153815209100L

直列化されたフィールド

distance

int distance

inorder

boolean inorder

Class org.aminds.lucene.queryParser.span.nodes.WithinRangeQueryNode extends GroupQueryNode implements Serializable

serialVersionUID: -2504254588187433844L

直列化されたフィールド

start

int start

end

int end

パッケージ org.aminds.lucene.queryParser.span.parser

Class org.aminds.lucene.queryParser.span.parser.ParseException extends Exception implements Serializable

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.

Class org.aminds.lucene.queryParser.span.parser.Token extends Object implements Serializable

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.

Class org.aminds.lucene.queryParser.span.parser.TokenMgrError extends Error implements Serializable

serialVersionUID: 1L

直列化されたフィールド

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


パッケージ org.aminds.lucene.search

Class org.aminds.lucene.search.FlagRegexQuery extends RegexQuery implements Serializable

serialVersionUID: 652820070659364979L

直列化されたフィールド

flags

String flags

パッケージ org.aminds.util

Class org.aminds.util.CharSequenceList extends LinkedList<CharSequence> implements Serializable

serialVersionUID: 5793764023642918255L



Copyright (c) 2008-2011 Masashi Nakanishi.