public interface QueryParameters
Modifier and Type | Field and Description |
---|---|
static String |
ACL
Paramter name for the acl field for an
AccessControlQuery . |
static String |
ACRONYMS
Parameter name for the acronym expansion mode (on, off, auto [default=
QueryRequest.getSynonymsMode() ]) |
static String |
ACRONYMS_EXPANDED
Parameter name indicating if acronyms expansion was applied (boolean)
|
static String |
ACRONYMS_ORIGINAL
Parameter name for original value prior to acronym expansion (String)
|
static String |
ALIAS
Parameter name that identifies a sub query tree with an alias (string).
|
static String |
ALLOW
Paramter name for the allow field for an
AccessControlQuery . |
static String |
ANONYMOUS
Parameter name for specifying the anonymous acl for an
AccessControlQuery . |
static String |
BOOST
Parameter name for boost parameter (int)
|
static String |
BOOST_FREQUENCY
Deprecated.
this parameter is now ignored
|
static String |
BOOST_POSITION
Deprecated.
this parameter is now ignored
|
static String |
BOOST_PROXIMITY
Deprecated.
this parameter is now ignored
|
static String |
COMPLETENESS_BOOST
Parameter name for completeness boost parameter (int).
|
static int |
DEFAULT_BOOST
Default value for
BOOST parameter |
static int |
DEFAULT_DEPTH
Default value for
DEPTH . |
static boolean |
DEFAULT_FIELD_NORMS
Default value for
FIELD_NORMS . |
static int |
DEFAULT_FUZZY_MAX_TERMS
Default value for
FUZZY_MAX_TERMS |
static int |
DEFAULT_MINIMUM
Default value for
MINIMUM . |
static boolean |
DEFAULT_QUOTED
Default value for
QUOTED . |
static boolean |
DEFAULT_RECURSIVE
Default value for
RECURSIVE . |
static int |
DEFAULT_ROLLUP_LIMIT
Default value for
ROLLUP . |
static int |
DEFAULT_SCORE_DEPTH
Default value for
SCORE_DEPTH |
static boolean |
DEFAULT_SCORE_EXPLAIN
Default value for
SCORE_EXPLAIN . |
static String |
DEFAULT_SEARCH_FIELD
Parameter name for the default search field for query parsing.
|
static int |
DEFAULT_SIMILARITY
Default value for
SIMILARITY . |
static int |
DEFAULT_SPAN
Default value for
SPAN . |
static String |
DENY
Paramter name for the deny field for an
AccessControlQuery . |
static String |
DEPTH
Parameter name for specifying max depth for graph query.
|
static String |
DISABLE_COORD
Parameter name for disabling coordination of query (boolean)
|
static String |
DISTANCE
Parameter name for the distance between terms (int) (NOTE: only used at parse time, never set on an Query instance)
|
static String |
FACET
Parameter name for indication of when a Join Clause should have child documents included in facets.
|
static String |
FIELD_NORMS
Deprecated.
this parameter is now ignored and may be repurposed in a future release
|
static String |
FUZZY_MAX_TERMS
Parameter name for maximum number of terms to expand a fuzzy query to.
|
static String |
LANGUAGE
Parameter name for language of query terms (String)
|
static String |
LOWER
Parameter name for specifying the type for the lower bounds of a range query.
|
static String |
METHOD
Parameter name for specifying the implementation method to use when evaluating an operator.
|
static String |
MINIMUM
Parameter name for the minimum number of required OR terms (int)
|
static String |
ON
Paramter name for the join field (NOTE: only used at parse time, never set on any Query instance)
|
static String |
ORDER
Parameter name for specifying a sort order for a query operator.
|
static String |
QUERY
Parameter name that contains the query string that this query object was parsed from (string)
|
static String |
QUERY_LANGUAGE
Parameter name for the query language
|
static String |
QUOTED
Parameter that indicates if the original query text was quoted.
|
static String |
RECURSIVE
Parameter indicating if access control query should be applied recursively.
|
static String |
RELEVANCY_MODEL
Parameter name for specifying the relevancy model to apply to an INNER or OUTER clause.
|
static String |
ROLLUP
Parameter name for indication of when a Join Clause should have documents rollup up.
|
static String |
SCORE_DEPTH
Parameter name for specifying the depth for scoring.
|
static String |
SCORE_EXPLAIN
Parameter name for specifying that score should be fully explained for a query.
|
static String |
SCORE_FUNCTIONS
Parameter name for specifying the score functions to apply to an INNER or OUTER clause.
|
static String |
SCORE_MODE
Parameter name for specifying the mode for scoring the query.
|
static String |
SIMILARITY
Parameter name for similarity parameter (int)
|
static String |
SIMILARITY_PREFIX
Parameter name for similarity prefix parameter (int)
|
static String |
SOUNDS_LIKE
Parameter name for specifying whether a term should be phonetically
encoded.
|
static String |
SPAN
Parameter name for specifying the span for a scope context.
|
static String |
SPELLCHECK_CORRECTED
Parameter name indicating if spellcheck suggestion was applied (boolean)
|
static String |
SPELLCHECK_EXPANDED
Parameter name indicating if spellcheck expansion was applied (boolean)
|
static String |
SPELLCHECK_MODE
Parameter name for the spellcheck mode (com.attivio.sdk.search.QueryRequest.SpellCheckMode)
|
static String |
SPELLCHECK_ORIGINAL
Parameter name for original value prior to spellcheck suggestion being applied (String)
|
static String |
SPELLCHECK_SUGGESTIONS
Parameter name for spellcheck suggestions (String[])
|
static String |
STOPWORDS
Parameter name for the stopwords mode (on, off, auto [default=auto])
|
static String |
SYNONYMS
Parameter name for the synonym expansion mode (on, off, auto [default=
QueryRequest.getSynonymsMode() ]) |
static String |
SYNONYMS_EXPANDED
Parameter name indicating if synonyms expansion was applied (boolean)
|
static String |
SYNONYMS_ORIGINAL
Parameter name for original value prior to synonyms expansion (String)
|
static String |
TOKENIZE
Name of parameter indicating if term should be tokenized
|
static String |
UNSECURED_ZONES
Parameter indicating comma sep list of zones that are not secured.
|
static String |
UPPER
Parameter name for specifying the type for the upper bounds of a range query.
|
static String |
WARNING
Parameter name for warning message applied to query object (String)
|
static String |
WILDCARD
Parameter name for wildcard parameter (boolean)
|
static String |
XON
(EXPERIMENTAL) Paramter name for the join constraint (NOTE: only used at parse time, never set on any Query instance)
|
static final String ALIAS
static final String QUERY
static final String BOOST
static final String COMPLETENESS_BOOST
static final String RECURSIVE
static final boolean DEFAULT_RECURSIVE
RECURSIVE
.static final String UNSECURED_ZONES
static final String ACL
AccessControlQuery
.static final String ALLOW
AccessControlQuery
.static final String DENY
AccessControlQuery
.static final String ANONYMOUS
AccessControlQuery
.@Deprecated static final String BOOST_PROXIMITY
@Deprecated static final String BOOST_FREQUENCY
@Deprecated static final String BOOST_POSITION
static final int DEFAULT_BOOST
BOOST
parameterstatic final String WILDCARD
@Deprecated static final String FIELD_NORMS
static final boolean DEFAULT_FIELD_NORMS
FIELD_NORMS
.static final String LANGUAGE
static final String SIMILARITY
static final int DEFAULT_SIMILARITY
SIMILARITY
.static final String DISABLE_COORD
static final String SIMILARITY_PREFIX
static final String FUZZY_MAX_TERMS
static final int DEFAULT_FUZZY_MAX_TERMS
FUZZY_MAX_TERMS
static final String MINIMUM
static final int DEFAULT_MINIMUM
MINIMUM
.static final String DISTANCE
static final String QUERY_LANGUAGE
static final String DEFAULT_SEARCH_FIELD
static final String ON
static final String XON
static final String SYNONYMS
QueryRequest.getSynonymsMode()
])static final String SYNONYMS_ORIGINAL
static final String SYNONYMS_EXPANDED
static final String ACRONYMS
QueryRequest.getSynonymsMode()
])static final String ACRONYMS_ORIGINAL
static final String ACRONYMS_EXPANDED
static final String STOPWORDS
static final String SPELLCHECK_MODE
static final String SPELLCHECK_SUGGESTIONS
static final String SPELLCHECK_CORRECTED
static final String SPELLCHECK_EXPANDED
static final String SPELLCHECK_ORIGINAL
static final String WARNING
static final String TOKENIZE
static final String DEPTH
static final int DEFAULT_DEPTH
DEPTH
.static final String ROLLUP
static final String FACET
static final int DEFAULT_ROLLUP_LIMIT
ROLLUP
.static final String LOWER
static final String UPPER
static final String SCORE_DEPTH
static final int DEFAULT_SCORE_DEPTH
SCORE_DEPTH
static final String SCORE_MODE
static final String SCORE_EXPLAIN
NOTE: currently this is only supported on a JoinQuery
. When set to false, the score explanation
will only include the explanation for the search query. No clauses or additional join query notation will
be included in the explanation for that JoinQuery
.
static final boolean DEFAULT_SCORE_EXPLAIN
SCORE_EXPLAIN
.static final String METHOD
static final String SCORE_FUNCTIONS
static final String RELEVANCY_MODEL
static final String SPAN
static final int DEFAULT_SPAN
SPAN
.static final String ORDER
static final String QUOTED
static final boolean DEFAULT_QUOTED
QUOTED
.static final String SOUNDS_LIKE
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.