mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-9079: RSOLR 019: Lucene to SOLR switchover administration
- Part 1 - solr/lucene subsystems with JMX/property switch git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29073 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -31,7 +31,7 @@ import org.alfresco.service.namespace.QName;
|
||||
* @since 4.0
|
||||
*/
|
||||
public interface SOLRTrackingComponent
|
||||
{
|
||||
{
|
||||
/**
|
||||
* Get the ACL changesets for given range parameters
|
||||
*
|
||||
@@ -132,4 +132,14 @@ public interface SOLRTrackingComponent
|
||||
*/
|
||||
boolean handleNodeMetaData(NodeMetaData nodeMetaData);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
boolean isEnabled();
|
||||
|
||||
/**
|
||||
* @param enabled
|
||||
*/
|
||||
void setEnabled(boolean enabled);
|
||||
}
|
||||
|
Reference in New Issue
Block a user