E G I K N O R

E

ExtendedQueryParser - Class in org.apache.lucene.queryParser
An extended version of the original Lucene QueryParser with the following set of additions: Allows the host application to reuse the field query creation algorithm and specify an analyzer when overriding getFieldQuery(String, String, boolean).
ExtendedQueryParser(Version, String, Analyzer) - Constructor for class org.apache.lucene.queryParser.ExtendedQueryParser
 
ExtendedQueryParser(CharStream) - Constructor for class org.apache.lucene.queryParser.ExtendedQueryParser
 
ExtendedQueryParser(QueryParserTokenManager) - Constructor for class org.apache.lucene.queryParser.ExtendedQueryParser
 

G

getFieldQuery(String, String, boolean) - Method in class org.apache.lucene.queryParser.ExtendedQueryParser
 

I

incrementToken() - Method in class org.apache.lucene.analysis.miscellaneous.KeywordRepeatFilter
 

K

KeywordRepeatFilter - Class in org.apache.lucene.analysis.miscellaneous
This TokenFilterĀ emits each incoming token twice once as keyword and once non-keyword, in other words once with KeywordAttribute.setKeyword(boolean) set to true and once set to false.
KeywordRepeatFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.miscellaneous.KeywordRepeatFilter
Construct a token stream filtering the given input.

N

newFieldQuery(Analyzer, String, String, boolean) - Method in class org.apache.lucene.queryParser.ExtendedQueryParser
Creates a new field query using the specified analyzer instance for reuse in sub-classes.

O

org.apache.lucene.analysis.miscellaneous - package org.apache.lucene.analysis.miscellaneous
 
org.apache.lucene.queryParser - package org.apache.lucene.queryParser
 

R

reset() - Method in class org.apache.lucene.analysis.miscellaneous.KeywordRepeatFilter
 

E G I K N O R

Copyright © 2013 Atlassian. All Rights Reserved.