public static class OpenSearchDocumentSourceDescriptor.Keys extends MultipageSearchEngineDescriptor.Keys
OpenSearchDocumentSource
component.Modifier and Type | Field and Description |
---|---|
static String |
FEED_URL_PARAMS
Attribute key for:
OpenSearchDocumentSource.feedUrlParams . |
static String |
FEED_URL_TEMPLATE
Attribute key for:
OpenSearchDocumentSource.feedUrlTemplate . |
static String |
MAXIMUM_RESULTS
Attribute key for:
OpenSearchDocumentSource.maximumResults . |
static String |
RESULTS_PER_PAGE
Attribute key for:
OpenSearchDocumentSource.resultsPerPage . |
static String |
USER_AGENT
Attribute key for:
OpenSearchDocumentSource.userAgent . |
SEARCH_MODE
COMPRESSED, DOCUMENTS, QUERY, RESULTS, RESULTS_TOTAL, START
Modifier | Constructor and Description |
---|---|
protected |
Keys() |
public static final String FEED_URL_TEMPLATE
OpenSearchDocumentSource.feedUrlTemplate
.public static final String RESULTS_PER_PAGE
OpenSearchDocumentSource.resultsPerPage
.public static final String MAXIMUM_RESULTS
OpenSearchDocumentSource.maximumResults
.public static final String FEED_URL_PARAMS
OpenSearchDocumentSource.feedUrlParams
.public static final String USER_AGENT
OpenSearchDocumentSource.userAgent
.