Package com.soffid.iam.bpm.index
Class Indexer
- java.lang.Object
-
- com.soffid.iam.bpm.index.Indexer
-
public class Indexer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.lucene.document.FieldTypeFULL_TEXT_INDEXED_STRINGstatic org.apache.lucene.document.FieldTypeINDEXED_STRING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Longflush(org.hibernate.Session session, long then, long now, Long nextProcessId, long max)org.apache.lucene.document.DocumentgenerateDocument(org.jbpm.graph.exe.ProcessInstance pi, String[] skipArray)static IndexergetIndexer()voidindex(org.jbpm.graph.exe.ProcessInstance pi)voidreindexAll()
-
-
-
Method Detail
-
getIndexer
public static Indexer getIndexer()
-
flush
public Long flush(org.hibernate.Session session, long then, long now, Long nextProcessId, long max) throws IOException
- Throws:
IOException
-
generateDocument
public org.apache.lucene.document.Document generateDocument(org.jbpm.graph.exe.ProcessInstance pi, String[] skipArray) throws IOException- Throws:
IOException
-
index
public void index(org.jbpm.graph.exe.ProcessInstance pi) throws IOException- Throws:
IOException
-
reindexAll
public void reindexAll() throws IOException, es.caib.seycon.ng.exception.InternalErrorException- Throws:
IOExceptiones.caib.seycon.ng.exception.InternalErrorException
-
-