|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchIndexer
Interface of pluggable indexer. An Indexer can add documents to the main Lucene index.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the indexer service description |
java.util.List<org.apache.lucene.document.Document> |
getDocuments()
Returns a List of lucene documents to add to the index |
java.lang.String |
getName()
Returns the indexer service name |
java.lang.String |
getVersion()
Returns the indexer service version |
boolean |
isEnable()
Tells whether the service is enable or not |
Method Detail |
---|
java.util.List<org.apache.lucene.document.Document> getDocuments() throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
java.lang.String getName()
java.lang.String getVersion()
java.lang.String getDescription()
boolean isEnable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |