org.carrot2.source.opensearch
Class OpenSearchDocumentSourceDescriptor.Keys

java.lang.Object
  extended by org.carrot2.source.SearchEngineBaseDescriptor.Keys
      extended by org.carrot2.source.MultipageSearchEngineDescriptor.Keys
          extended by org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Keys
Enclosing class:
OpenSearchDocumentSourceDescriptor

public static class OpenSearchDocumentSourceDescriptor.Keys
extends MultipageSearchEngineDescriptor.Keys

Constants for all attribute keys of the OpenSearchDocumentSource component.


Field Summary
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.
 
Fields inherited from class org.carrot2.source.MultipageSearchEngineDescriptor.Keys
SEARCH_MODE
 
Fields inherited from class org.carrot2.source.SearchEngineBaseDescriptor.Keys
COMPRESSED, DOCUMENTS, QUERY, RESULTS, RESULTS_TOTAL, START
 
Constructor Summary
protected OpenSearchDocumentSourceDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEED_URL_TEMPLATE

public static final String FEED_URL_TEMPLATE
Attribute key for: OpenSearchDocumentSource.feedUrlTemplate.

See Also:
Constant Field Values

RESULTS_PER_PAGE

public static final String RESULTS_PER_PAGE
Attribute key for: OpenSearchDocumentSource.resultsPerPage.

See Also:
Constant Field Values

MAXIMUM_RESULTS

public static final String MAXIMUM_RESULTS
Attribute key for: OpenSearchDocumentSource.maximumResults.

See Also:
Constant Field Values

FEED_URL_PARAMS

public static final String FEED_URL_PARAMS
Attribute key for: OpenSearchDocumentSource.feedUrlParams.

See Also:
Constant Field Values

USER_AGENT

public static final String USER_AGENT
Attribute key for: OpenSearchDocumentSource.userAgent.

See Also:
Constant Field Values
Constructor Detail

OpenSearchDocumentSourceDescriptor.Keys

protected OpenSearchDocumentSourceDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski