|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.docstore.service.DocumentIndexer
public class DocumentIndexer
Class for Indexing Documents.
Constructor Summary | |
---|---|
DocumentIndexer()
|
Method Summary | |
---|---|
void |
indexDocument(RequestDocument reqDoc)
Method to index Bib And Linked Instance Documents |
void |
indexDocuments(List<RequestDocument> reqDocs)
Method to index Bib And Linked Instance Documents for a given list. |
void |
indexDocumentsForBulk(List<RequestDocument> reqDocs,
boolean isCommit)
Method to index Documents For Bulk Process. |
void |
optimizeSolr()
Method to optimizeSolr |
void |
optimizeSolr(Boolean waitFlush,
Boolean waitSearcher)
Method to optimizeSolr |
void |
rollbackIndexedData(List<RequestDocument> requestDocuments)
Method to roll back Indexed Data for a given Request Docuemnts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentIndexer()
Method Detail |
---|
public void indexDocuments(List<RequestDocument> reqDocs) throws Exception
reqDocs
-
Exception
public void indexDocumentsForBulk(List<RequestDocument> reqDocs, boolean isCommit) throws Exception
reqDocs
-
Exception
public void indexDocument(RequestDocument reqDoc) throws Exception
reqDoc
-
Exception
public void rollbackIndexedData(List<RequestDocument> requestDocuments)
requestDocuments
- public void optimizeSolr() throws Exception
Exception
public void optimizeSolr(Boolean waitFlush, Boolean waitSearcher) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |