public static interface FTS.Options
Modifier and Type | Field and Description |
---|---|
static FTS.EndpointType |
DEFAULT_ENDPOINT_TYPE |
static String |
DEFAULT_PARAMS |
static String |
DEFAULT_SCORE_FIELD |
static String |
DEFAULT_SEARCH_FIELD |
static FTS.SearchResultType |
DEFAULT_SEARCH_RESULT_TYPE |
static String |
DEFAULT_SNIPPET_FIELD |
static int |
DEFAULT_TIMEOUT |
static String |
FTS_ENDPOINT
Option that may be set to specify a default for
FTS.ENDPOINT ,
to be used in fulltext search whenever the FTS.ENDPOINT is
left unspecified. |
static String |
FTS_ENDPOINT_TYPE
Option that may be set to specify a default for
FTS.ENDPOINT_TYPE ,
to be used in fulltext search whenever the FTS.ENDPOINT_TYPE is
left unspecified. |
static String |
FTS_PARAMS
Option that may be set to specify a default for
FTS.PARAMS ,
to be used in fulltext search whenever the FTS.PARAMS is
left unspecified. |
static String |
FTS_SCORE_FIELD
Option that may be set to specify a default for
FTS.SCORE_FIELD ,
to be used in fulltext search whenever the FTS.SCORE_FIELD is
left unspecified. |
static String |
FTS_SEARCH_FIELD
Option that may be set to specify a default for
FTS.SEARCH_FIELD ,
to be used in fulltext search whenever the FTS.SEARCH_FIELD is
left unspecified. |
static String |
FTS_SEARCH_RESULT_TYPE
Option that may be set to specify a default for
FTS.SEARCH_RESULT_TYPE ,
to be used in fulltext search whenever the FTS.SEARCH_RESULT_TYPE is
left unspecified. |
static String |
FTS_SNIPPET_FIELD
Option that may be set to specify a default for
FTS.SNIPPET_FIELD ,
to be used in fulltext search whenever the FTS.SNIPPET_FIELD is
left unspecified. |
static String |
FTS_TIMEOUT
Option that may be set to specify a default for
FTS#FTS_TIMEOUT ,
to be used in fulltext search whenever the FTS#FTS_TIMEOUT is
left unspecified. |
static final String FTS_ENDPOINT
FTS.ENDPOINT
,
to be used in fulltext search whenever the FTS.ENDPOINT
is
left unspecified. When not set, the FTS.ENDPOINT
is
mandatory in FTS SERVICE queries; when set, the magic vocabulary
FTS.ENDPOINT
may be used to override the default.static final String FTS_ENDPOINT_TYPE
FTS.ENDPOINT_TYPE
,
to be used in fulltext search whenever the FTS.ENDPOINT_TYPE
is
left unspecified. When set, the magic vocabulary
FTS.ENDPOINT_TYPE
may be used to override the default.static final FTS.EndpointType DEFAULT_ENDPOINT_TYPE
static final String FTS_SEARCH_RESULT_TYPE
FTS.SEARCH_RESULT_TYPE
,
to be used in fulltext search whenever the FTS.SEARCH_RESULT_TYPE
is
left unspecified. When set, the magic vocabulary
FTS.SEARCH_RESULT_TYPE
may be used to override the default.static final FTS.SearchResultType DEFAULT_SEARCH_RESULT_TYPE
static final String FTS_TIMEOUT
FTS#FTS_TIMEOUT
,
to be used in fulltext search whenever the FTS#FTS_TIMEOUT
is
left unspecified. When set, the magic vocabulary
FTS#FTS_TIMEOUT
may be used to override the default.static final int DEFAULT_TIMEOUT
static final String FTS_PARAMS
FTS.PARAMS
,
to be used in fulltext search whenever the FTS.PARAMS
is
left unspecified. When set, the vocabulary
FTS.PARAMS
may be used to override the default.static final String DEFAULT_PARAMS
static final String FTS_SEARCH_FIELD
FTS.SEARCH_FIELD
,
to be used in fulltext search whenever the FTS.SEARCH_FIELD
is
left unspecified. When set, the magic vocabulary
FTS.SEARCH_FIELD
may be used to override the default.static final String DEFAULT_SEARCH_FIELD
static final String FTS_SCORE_FIELD
FTS.SCORE_FIELD
,
to be used in fulltext search whenever the FTS.SCORE_FIELD
is
left unspecified. When set, the magic vocabulary
FTS.SCORE_FIELD
may be used to override the default.static final String DEFAULT_SCORE_FIELD
static final String FTS_SNIPPET_FIELD
FTS.SNIPPET_FIELD
,
to be used in fulltext search whenever the FTS.SNIPPET_FIELD
is
left unspecified. When set, the magic vocabulary
FTS.SNIPPET_FIELD
may be used to override the default.static final String DEFAULT_SNIPPET_FIELD
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.