org.carrot2.source.google
Class GoogleDocumentSourceDescriptor.Keys

java.lang.Object
  extended by org.carrot2.source.SearchEngineBaseDescriptor.Keys
      extended by org.carrot2.source.MultipageSearchEngineDescriptor.Keys
          extended by org.carrot2.source.google.GoogleDocumentSourceDescriptor.Keys
Enclosing class:
GoogleDocumentSourceDescriptor

public static class GoogleDocumentSourceDescriptor.Keys
extends MultipageSearchEngineDescriptor.Keys

Constants for all attribute keys of the GoogleDocumentSource component.


Field Summary
static String API_KEY
          Attribute key for: GoogleDocumentSource.apiKey.
static String KEEP_HIGHLIGHTS
          Attribute key for: GoogleDocumentSource.keepHighlights.
static String REFERER
          Attribute key for: GoogleDocumentSource.referer.
static String SERVICE_URL
          Attribute key for: GoogleDocumentSource.serviceUrl.
 
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 GoogleDocumentSourceDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_URL

public static final String SERVICE_URL
Attribute key for: GoogleDocumentSource.serviceUrl.

See Also:
Constant Field Values

REFERER

public static final String REFERER
Attribute key for: GoogleDocumentSource.referer.

See Also:
Constant Field Values

KEEP_HIGHLIGHTS

public static final String KEEP_HIGHLIGHTS
Attribute key for: GoogleDocumentSource.keepHighlights.

See Also:
Constant Field Values

API_KEY

public static final String API_KEY
Attribute key for: GoogleDocumentSource.apiKey.

See Also:
Constant Field Values
Constructor Detail

GoogleDocumentSourceDescriptor.Keys

protected GoogleDocumentSourceDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski