|
|||||||||
| Home >> All >> org >> apache >> lucene >> analysis >> [ standard overview ] | PREV NEXT | ||||||||
A
- ACRONYM - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- ACRONYM_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardFilter
- ALPHA - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- ALPHANUM - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- APOSTROPHE - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- APOSTROPHE_TYPE - Static variable in class org.apache.lucene.analysis.standard.StandardFilter
- addEscapes(String) - Static method in class org.apache.lucene.analysis.standard.TokenMgrError
- Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
- add_escapes(String) - Method in class org.apache.lucene.analysis.standard.ParseException
- Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
B
- BeginToken() - Method in interface org.apache.lucene.analysis.standard.CharStream
- Returns the next character that marks the beginning of the next token.
- BeginToken() - Method in class org.apache.lucene.analysis.standard.FastCharStream
- backup(int) - Method in interface org.apache.lucene.analysis.standard.CharStream
- Backs up the input stream by amount steps.
- backup(int) - Method in class org.apache.lucene.analysis.standard.FastCharStream
- beginColumn - Variable in class org.apache.lucene.analysis.standard.Token
- beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- beginLine - Variable in class org.apache.lucene.analysis.standard.Token
- beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- buffer - Variable in class org.apache.lucene.analysis.standard.FastCharStream
- bufferLength - Variable in class org.apache.lucene.analysis.standard.FastCharStream
- bufferPosition - Variable in class org.apache.lucene.analysis.standard.FastCharStream
- bufferStart - Variable in class org.apache.lucene.analysis.standard.FastCharStream
C
- CJK - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- COMPANY - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- CharStream - interface org.apache.lucene.analysis.standard.CharStream.
- This interface describes a character stream that maintains line and column number positions of the characters.
- curChar - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- curLexState - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- currentToken - Variable in class org.apache.lucene.analysis.standard.ParseException
- This is the last token that has been consumed successfully.
D
- DEFAULT - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- DIGIT - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- Done() - Method in interface org.apache.lucene.analysis.standard.CharStream
- The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
- Done() - Method in class org.apache.lucene.analysis.standard.FastCharStream
- debugStream - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- defaultLexState - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- disable_tracing() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
E
- EMAIL - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- EOF - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- enable_tracing() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
- endColumn - Variable in class org.apache.lucene.analysis.standard.Token
- beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- endLine - Variable in class org.apache.lucene.analysis.standard.Token
- beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
- eol - Variable in class org.apache.lucene.analysis.standard.ParseException
- The end of line string for this machine.
- errorCode - Variable in class org.apache.lucene.analysis.standard.TokenMgrError
- Indicates the reason why the exception is thrown.
- expectedTokenSequences - Variable in class org.apache.lucene.analysis.standard.ParseException
- Each entry in this array is an array of integers.
F
- FastCharStream - class org.apache.lucene.analysis.standard.FastCharStream.
- An efficient implementation of JavaCC's CharStream interface.
- FastCharStream(Reader) - Constructor for class org.apache.lucene.analysis.standard.FastCharStream
- Constructs from a Reader.
G
- GetImage() - Method in interface org.apache.lucene.analysis.standard.CharStream
- Returns a string made up of characters from the marked token beginning to the current buffer position.
- GetImage() - Method in class org.apache.lucene.analysis.standard.FastCharStream
- GetSuffix(int) - Method in interface org.apache.lucene.analysis.standard.CharStream
- Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
- GetSuffix(int) - Method in class org.apache.lucene.analysis.standard.FastCharStream
- generateParseException() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
- getBeginColumn() - Method in interface org.apache.lucene.analysis.standard.CharStream
- Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
- getBeginColumn() - Method in class org.apache.lucene.analysis.standard.FastCharStream
- getBeginLine() - Method in interface org.apache.lucene.analysis.standard.CharStream
- Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
- getBeginLine() - Method in class org.apache.lucene.analysis.standard.FastCharStream
- getColumn() - Method in interface org.apache.lucene.analysis.standard.CharStream
- Deprecated.
- getColumn() - Method in class org.apache.lucene.analysis.standard.FastCharStream
- getEndColumn() - Method in interface org.apache.lucene.analysis.standard.CharStream
- Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
- getEndColumn() - Method in class org.apache.lucene.analysis.standard.FastCharStream
- getEndLine() - Method in interface org.apache.lucene.analysis.standard.CharStream
- Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
- getEndLine() - Method in class org.apache.lucene.analysis.standard.FastCharStream
- getLine() - Method in interface org.apache.lucene.analysis.standard.CharStream
- Deprecated.
- getLine() - Method in class org.apache.lucene.analysis.standard.FastCharStream
- getMessage() - Method in class org.apache.lucene.analysis.standard.ParseException
- This method has the standard behavior when this object has been created using the standard constructors.
- getMessage() - Method in class org.apache.lucene.analysis.standard.TokenMgrError
- You can also modify the body of this method to customize your error messages.
- getNextToken() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
- getNextToken() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- getToken(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
H
- HAS_DIGIT - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- HOST - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
I
- INVALID_LEXICAL_STATE - Static variable in class org.apache.lucene.analysis.standard.TokenMgrError
- Tried to change to an invalid lexical state.
- image - Variable in class org.apache.lucene.analysis.standard.Token
- The string image of the token.
- input - Variable in class org.apache.lucene.analysis.standard.FastCharStream
- input_stream - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
J
- jjAddStates(int, int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjCanMove_0(int, int, int, long, long) - Static method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjCanMove_1(int, int, int, long, long) - Static method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjCanMove_2(int, int, int, long, long) - Static method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjCheckNAdd(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjCheckNAddStates(int, int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjCheckNAddStates(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjCheckNAddTwoStates(int, int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjFillToken() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjMoveNfa_0(int, int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjMoveStringLiteralDfa0_0() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jj_consume_token(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
- jj_expentries - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- jj_expentry - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- jj_gen - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- jj_kind - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- jj_la1 - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- jj_la1_0 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- jj_la1_0() - Static method in class org.apache.lucene.analysis.standard.StandardTokenizer
- jj_nt - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- jj_ntk - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- jj_ntk() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
- jjbitVec0 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec10 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec11 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec12 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec13 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec14 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec2 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec3 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec4 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec5 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec6 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec7 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec8 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjbitVec9 - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjmatchedKind - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjmatchedPos - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjnewStateCnt - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjnextStates - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjround - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjrounds - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjstateSet - Variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjstrLiteralImages - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjtoSkip - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- jjtoToken - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
K
- kind - Variable in class org.apache.lucene.analysis.standard.Token
- An integer that describes the kind of this token.
L
- LETTER - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- LEXICAL_ERROR - Static variable in class org.apache.lucene.analysis.standard.TokenMgrError
- Lexical error occured.
- LOOP_DETECTED - Static variable in class org.apache.lucene.analysis.standard.TokenMgrError
- Detected (and bailed out of) an infinite loop in the token manager.
- LexicalError(boolean, int, int, int, String, char) - Static method in class org.apache.lucene.analysis.standard.TokenMgrError
- Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
N
- NOISE - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- NUM - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- newToken(int) - Static method in class org.apache.lucene.analysis.standard.Token
- Returns a new Token object, by default.
- next() - Method in class org.apache.lucene.analysis.standard.StandardFilter
- Returns the next token in the stream, or null at EOS.
- next() - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
- Returns the next token in the stream, or null at EOS.
- next - Variable in class org.apache.lucene.analysis.standard.Token
- A reference to the next regular (non-special) token from the input stream.
O
- org.apache.lucene.analysis.standard - package org.apache.lucene.analysis.standard
- API and code to convert text into indexable tokens.
P
- P - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- ParseException - exception org.apache.lucene.analysis.standard.ParseException.
- This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for class org.apache.lucene.analysis.standard.ParseException
- This constructor is used by the method "generateParseException" in the generated parser.
- ParseException() - Constructor for class org.apache.lucene.analysis.standard.ParseException
- The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for class org.apache.lucene.analysis.standard.ParseException
R
- ReInit(CharStream) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
- ReInit(StandardTokenizerTokenManager) - Method in class org.apache.lucene.analysis.standard.StandardTokenizer
- ReInit(CharStream) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- ReInit(CharStream, int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- ReInitRounds() - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- readChar() - Method in interface org.apache.lucene.analysis.standard.CharStream
- Returns the next character from the selected input.
- readChar() - Method in class org.apache.lucene.analysis.standard.FastCharStream
- refill() - Method in class org.apache.lucene.analysis.standard.FastCharStream
S
- STATIC_LEXER_ERROR - Static variable in class org.apache.lucene.analysis.standard.TokenMgrError
- An attempt wass made to create a second instance of a static token manager.
- STOP_WORDS - Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
- An array containing some common English words that are usually not useful for searching.
- StandardAnalyzer - class org.apache.lucene.analysis.standard.StandardAnalyzer.
- Filters StandardTokenizer with StandardFilter, org.apache.lucene.analysis.LowerCaseFilter and org.apache.lucene.analysis.StopFilter.
- StandardAnalyzer() - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
- Builds an analyzer.
- StandardAnalyzer(String[]) - Constructor for class org.apache.lucene.analysis.standard.StandardAnalyzer
- Builds an analyzer with the given stop words.
- StandardFilter - class org.apache.lucene.analysis.standard.StandardFilter.
- Normalizes tokens extracted with StandardTokenizer.
- StandardFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.standard.StandardFilter
- Construct filtering in.
- StandardTokenizer - class org.apache.lucene.analysis.standard.StandardTokenizer.
- A grammar-based tokenizer constructed with JavaCC.
- StandardTokenizer(Reader) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
- Constructs a tokenizer for this Reader.
- StandardTokenizer(CharStream) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
- StandardTokenizer(StandardTokenizerTokenManager) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizer
- StandardTokenizerConstants - interface org.apache.lucene.analysis.standard.StandardTokenizerConstants.
- StandardTokenizerTokenManager - class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager.
- StandardTokenizerTokenManager(CharStream) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- StandardTokenizerTokenManager(CharStream, int) - Constructor for class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- SwitchTo(int) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- setDebugStream(PrintStream) - Method in class org.apache.lucene.analysis.standard.StandardTokenizerTokenManager
- specialConstructor - Variable in class org.apache.lucene.analysis.standard.ParseException
- This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
- specialToken - Variable in class org.apache.lucene.analysis.standard.Token
- This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- stopSet - Variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
T
- Token - class org.apache.lucene.analysis.standard.Token.
- Describes the input token stream.
- Token() - Constructor for class org.apache.lucene.analysis.standard.Token
- TokenMgrError - error org.apache.lucene.analysis.standard.TokenMgrError.
- TokenMgrError() - Constructor for class org.apache.lucene.analysis.standard.TokenMgrError
- TokenMgrError(String, int) - Constructor for class org.apache.lucene.analysis.standard.TokenMgrError
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.apache.lucene.analysis.standard.TokenMgrError
- toString() - Method in class org.apache.lucene.analysis.standard.Token
- Returns the image.
- token - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
- tokenImage - Variable in class org.apache.lucene.analysis.standard.ParseException
- This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Static variable in interface org.apache.lucene.analysis.standard.StandardTokenizerConstants
- tokenStart - Variable in class org.apache.lucene.analysis.standard.FastCharStream
- tokenStream(String, Reader) - Method in class org.apache.lucene.analysis.standard.StandardAnalyzer
- Constructs a StandardTokenizer filtered by a StandardFilter, a org.apache.lucene.analysis.LowerCaseFilter and a org.apache.lucene.analysis.StopFilter.
- token_source - Variable in class org.apache.lucene.analysis.standard.StandardTokenizer
A B C D E F G H I J K L N O P R S T
|
|||||||||
| Home >> All >> org >> apache >> lucene >> analysis >> [ standard overview ] | PREV NEXT | ||||||||