org.carrot2.source
Class SearchEngineBaseDescriptor.Keys

java.lang.Object
  extended by org.carrot2.source.SearchEngineBaseDescriptor.Keys
Direct Known Subclasses:
MultipageSearchEngineDescriptor.Keys, SimpleSearchEngineDescriptor.Keys
Enclosing class:
SearchEngineBaseDescriptor

public static class SearchEngineBaseDescriptor.Keys
extends Object

Constants for all attribute keys of the SearchEngineBase component.


Field Summary
static String COMPRESSED
          Attribute key for: SearchEngineBase.compressed.
static String DOCUMENTS
          Attribute key for: SearchEngineBase.documents.
static String QUERY
          Attribute key for: SearchEngineBase.query.
static String RESULTS
          Attribute key for: SearchEngineBase.results.
static String RESULTS_TOTAL
          Attribute key for: SearchEngineBase.resultsTotal.
static String START
          Attribute key for: SearchEngineBase.start.
 
Constructor Summary
protected SearchEngineBaseDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START

public static final String START
Attribute key for: SearchEngineBase.start.

See Also:
Constant Field Values

RESULTS

public static final String RESULTS
Attribute key for: SearchEngineBase.results.

See Also:
Constant Field Values

QUERY

public static final String QUERY
Attribute key for: SearchEngineBase.query.

See Also:
Constant Field Values

RESULTS_TOTAL

public static final String RESULTS_TOTAL
Attribute key for: SearchEngineBase.resultsTotal.

See Also:
Constant Field Values

DOCUMENTS

public static final String DOCUMENTS
Attribute key for: SearchEngineBase.documents.

See Also:
Constant Field Values

COMPRESSED

public static final String COMPRESSED
Attribute key for: SearchEngineBase.compressed.

See Also:
Constant Field Values
Constructor Detail

SearchEngineBaseDescriptor.Keys

protected SearchEngineBaseDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski