| Package | Description |
|---|---|
| org.alfresco.solr | |
| org.alfresco.solr.tracker |
| Modifier and Type | Class and Description |
|---|---|
class |
SolrInformationServer
This is the Solr4 implementation of the information server (index).
|
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<String,InformationServer> |
AlfrescoCoreAdminHandler.getInformationServers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
HandlerReportBuilder.addCoreSummary(TrackerRegistry trackerRegistry,
String cname,
boolean detail,
boolean hist,
boolean values,
InformationServer srv,
org.apache.solr.common.util.NamedList<Object> report)
Adds a core summary
|
static org.apache.solr.common.util.NamedList<Object> |
HandlerReportBuilder.buildAclTxReport(TrackerRegistry trackerRegistry,
InformationServer srv,
String coreName,
AclTracker tracker,
Long acltxid)
Builds AclTxReport
|
static org.apache.solr.common.util.NamedList<Object> |
HandlerReportBuilder.buildTrackerReport(TrackerRegistry trackerRegistry,
InformationServer srv,
String coreName,
Long fromTx,
Long toTx,
Long fromAclTx,
Long toAclTx,
Long fromTime,
Long toTime)
Builds Tracker report
|
static org.apache.solr.common.util.NamedList<Object> |
HandlerReportBuilder.buildTxReport(TrackerRegistry trackerRegistry,
InformationServer srv,
String coreName,
MetadataTracker tracker,
Long txid)
Builds TxReport
|
| Modifier and Type | Field and Description |
|---|---|
protected InformationServer |
AbstractTracker.infoSrv |
| Constructor and Description |
|---|
AbstractTracker(Properties p,
org.alfresco.solr.client.SOLRAPIClient client,
String coreName,
InformationServer informationServer,
Tracker.Type type) |
AclTracker(Properties p,
org.alfresco.solr.client.SOLRAPIClient client,
String coreName,
InformationServer informationServer) |
CascadeTracker(Properties p,
org.alfresco.solr.client.SOLRAPIClient client,
String coreName,
InformationServer informationServer) |
CommitTracker(Properties p,
org.alfresco.solr.client.SOLRAPIClient client,
String coreName,
InformationServer informationServer,
List<Tracker> trackers) |
ContentTracker(Properties p,
org.alfresco.solr.client.SOLRAPIClient client,
String coreName,
InformationServer informationServer) |
MetadataTracker(Properties p,
org.alfresco.solr.client.SOLRAPIClient client,
String coreName,
InformationServer informationServer) |
ModelTracker(String solrHome,
Properties p,
org.alfresco.solr.client.SOLRAPIClient client,
String coreName,
InformationServer informationServer) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.