public class ParseOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ParseOptions.Engine
Search engine for which an operation is requested.
|
static class |
ParseOptions.TextMode |
Modifier | Constructor and Description |
---|---|
protected |
ParseOptions(java.lang.String[] fields,
AbstractQueryHandler<?> qh,
ParseOptions.Engine engine) |
|
ParseOptions(java.lang.String[] fields,
AllMemberQueryHandler amqh)
Build a new ParseOptions from the specified AllMemberQueryHandler
|
|
ParseOptions(java.lang.String[] fields,
QueryHandler qh,
ParseOptions.Engine engine)
Build a new ParseOptions from the specified QueryHandler
|
Modifier and Type | Method and Description |
---|---|
ParseOptions.Engine |
getEngine()
Retrieve the Engine for which the search operation was requested.
|
java.lang.String[] |
getFields()
Retrieve the lucene fields in which to perform the search
|
java.lang.String |
getLang()
Retrieve the lang in which the parsing is requested.
|
java.util.Locale |
getLocale()
Retrieve the locale in which the parsing is requested.
|
ParseOptions.TextMode |
getMode()
Retrieve the TextMode to use during the text search
|
public ParseOptions(java.lang.String[] fields, QueryHandler qh, ParseOptions.Engine engine)
fields
- the fields in which search should be performedqh
- the QueryHandler from which options should be retrievedengine
- the search engine for which the search is being performedpublic ParseOptions(java.lang.String[] fields, AllMemberQueryHandler amqh)
fields
- the fields in which search should be performedamqh
- the QueryHandler from which options should be retrievedprotected ParseOptions(java.lang.String[] fields, AbstractQueryHandler<?> qh, ParseOptions.Engine engine)
public ParseOptions.TextMode getMode()
public java.lang.String[] getFields()
public java.util.Locale getLocale()
public java.lang.String getLang()
public ParseOptions.Engine getEngine()
Copyright © 2001-2017 Jalios SA. All Rights Reserved.