public class FileSystemSolrIndexStatusProviderImpl extends Object implements SolrIndexStatusProvider
| Modifier and Type | Field and Description |
|---|---|
protected DocumentBuilder |
builder |
protected SimpleDateFormat |
format |
protected SearchService |
searchService |
protected XPath |
xPath |
| Constructor and Description |
|---|
FileSystemSolrIndexStatusProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getStatusDirectory(SolrSearchServiceImpl searchService) |
protected File |
getStatusFile(SolrSearchServiceImpl searchService) |
void |
handleUpdateIndexStatus(IndexStatusInfo status) |
IndexStatusInfo |
readIndexStatus(IndexStatusInfo status) |
protected SearchService searchService
protected DocumentBuilder builder
protected XPath xPath
protected SimpleDateFormat format
public FileSystemSolrIndexStatusProviderImpl()
public void handleUpdateIndexStatus(IndexStatusInfo status)
handleUpdateIndexStatus in interface SolrIndexStatusProviderpublic IndexStatusInfo readIndexStatus(IndexStatusInfo status)
readIndexStatus in interface SolrIndexStatusProviderprotected File getStatusFile(SolrSearchServiceImpl searchService)
protected String getStatusDirectory(SolrSearchServiceImpl searchService)
Copyright © 2017. All rights reserved.