Uses of Interface
org.alfresco.solr.InformationServer
-
Packages that use InformationServer Package Description org.alfresco.solr org.alfresco.solr.tracker -
-
Uses of InformationServer in org.alfresco.solr
Classes in org.alfresco.solr that implement InformationServer Modifier and Type Class Description classSolrInformationServerThis is the Solr4 implementation of the information server (index).Methods in org.alfresco.solr that return types with arguments of type InformationServer Modifier and Type Method Description ConcurrentHashMap<String,InformationServer>AlfrescoCoreAdminHandler. getInformationServers()Methods in org.alfresco.solr with parameters of type InformationServer Modifier and Type Method Description static voidHandlerReportBuilder. addCoreSummary(TrackerRegistry trackerRegistry, String cname, boolean detail, boolean hist, boolean values, InformationServer srv, org.apache.solr.common.util.NamedList<Object> report)Adds a core summarystatic org.apache.solr.common.util.NamedList<Object>HandlerReportBuilder. buildAclTxReport(TrackerRegistry trackerRegistry, InformationServer srv, String coreName, AclTracker tracker, Long acltxid)Builds AclTxReportstatic 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 reportstatic org.apache.solr.common.util.NamedList<Object>HandlerReportBuilder. buildTxReport(TrackerRegistry trackerRegistry, InformationServer srv, String coreName, MetadataTracker tracker, Long txid)Builds TxReport -
Uses of InformationServer in org.alfresco.solr.tracker
Fields in org.alfresco.solr.tracker declared as InformationServer Modifier and Type Field Description protected InformationServerAbstractTracker. infoSrvConstructors in org.alfresco.solr.tracker with parameters of type InformationServer Constructor 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)
-