Constructor and Description |
---|
TextExtractorWorker() |
Modifier and Type | Method and Description |
---|---|
static List<TextExtractorWork> |
getInProgressWorks()
Get in progress extraction works.
|
static long |
getPendingSize()
Get pending extraction work size.
|
static List<TextExtractorWork> |
getPendingWorks(int max)
Get pending extraction works.
|
void |
rebuildWorker(org.hibernate.search.batchindexing.MassIndexerProgressMonitor monitor)
Force text extraction of every document in the repository
|
void |
run()
Document text extraction batch
|
cancel, scheduledExecutionTime
public static List<TextExtractorWork> getInProgressWorks() throws DatabaseException
DatabaseException
public static List<TextExtractorWork> getPendingWorks(int max) throws DatabaseException
DatabaseException
public static long getPendingSize() throws DatabaseException
DatabaseException
public void run()
public void rebuildWorker(org.hibernate.search.batchindexing.MassIndexerProgressMonitor monitor) throws PathNotFoundException, DatabaseException, InterruptedException
Copyright © 2015. All Rights Reserved.