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.FieldType
FULL_TEXT_INDEXED_STRING
static org.apache.lucene.document.FieldType
INDEXED_STRING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
flush(org.hibernate.Session session, long then, long now, Long nextProcessId, long max)
org.apache.lucene.document.Document
generateDocument(org.jbpm.graph.exe.ProcessInstance pi, String[] skipArray)
static Indexer
getIndexer()
void
index(org.jbpm.graph.exe.ProcessInstance pi)
void
reindexAll()
-
-
-
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:
IOException
es.caib.seycon.ng.exception.InternalErrorException
-
-