|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.search.IndexerType
This class records the capabilities of a search indexer implemenation.
Field Summary | |
static IndexerType |
INTERMEDIA
|
static IndexerType |
LUCENE
|
static IndexerType |
NOOP
|
Constructor Summary | |
protected |
IndexerType(String key,
ContentType[] content,
DocumentObserver observer)
|
Method Summary | |
boolean |
equals(Object o)
Two IndexerType objects compare equals if they have the same key |
ContentType[] |
getContent()
Returns the list of content types supported by the indexer |
String |
getKey()
Returns the key for the indexer |
DocumentObserver |
getObserver()
Gets the document observer for this indexer |
int |
hashCode()
Generates a hashcode based on the index key |
String |
toString()
Simply returns the indexers key |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final IndexerType INTERMEDIA
public static final IndexerType LUCENE
public static final IndexerType NOOP
Constructor Detail |
protected IndexerType(String key, ContentType[] content, DocumentObserver observer)
Method Detail |
public String getKey()
public ContentType[] getContent()
public DocumentObserver getObserver()
public String toString()
public boolean equals(Object o)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |