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:
Andrew Hind
2011-07-15 12:14:43 +00:00
parent afa67d2bda
commit 176a08d093
58 changed files with 3525 additions and 1115 deletions

View File

@@ -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);
}