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 Apache Solr implementation of the information server (index).Methods in org.alfresco.solr that return types with arguments of type InformationServer Modifier and Type Method Description java.util.concurrent.ConcurrentHashMap<java.lang.String,InformationServer>AlfrescoCoreAdminHandler. getInformationServers() -
Uses of InformationServer in org.alfresco.solr.tracker
Constructors in org.alfresco.solr.tracker with parameters of type InformationServer Constructor Description AbstractTracker(java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer, Tracker.Type type)AclTracker(java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer)ActivatableTracker(java.util.Properties properties, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer, Tracker.Type type)CascadeTracker(java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer)CommitTracker(java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer, java.util.List<Tracker> trackers)ContentTracker(java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer)MetadataTracker(java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer)MetadataTracker(java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer, boolean checkRepoServicesAvailability)MetadataTracker constructorModelTracker(java.lang.String solrHome, java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer)ShardStatePublisher(boolean isMaster, java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer)
-