public class FuzzyLikeThisFieldQueryParser extends Object implements QueryParser
{
fuzzy_like_this_field : {
field1 : {
maxNumTerms : 12,
boost : 1.1,
likeText : "..."
}
}
| Constructor and Description |
|---|
FuzzyLikeThisFieldQueryParser() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
names()
The names this query parser is registered under.
|
org.apache.lucene.search.Query |
parse(QueryParseContext parseContext)
Parses the into a query from the current parser location.
|
public static final String NAME
@Inject public FuzzyLikeThisFieldQueryParser()
public String[] names()
QueryParsernames in interface QueryParserpublic org.apache.lucene.search.Query parse(QueryParseContext parseContext) throws IOException, QueryParsingException
QueryParserparse in interface QueryParserIOExceptionQueryParsingExceptionCopyright © 2009–2016. All rights reserved.