Package org.alfresco.solr.handler
Class AlfrescoReplicationHandler.CommitVersionInfo
- java.lang.Object
-
- org.alfresco.solr.handler.AlfrescoReplicationHandler.CommitVersionInfo
-
- Enclosing class:
- AlfrescoReplicationHandler
public static final class AlfrescoReplicationHandler.CommitVersionInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description longversion
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AlfrescoReplicationHandler.CommitVersionInfobuild(org.apache.lucene.index.IndexCommit commit)builds a CommitVersionInfo data for the specified IndexCommit.StringtoString()
-
-
-
Method Detail
-
build
public static AlfrescoReplicationHandler.CommitVersionInfo build(org.apache.lucene.index.IndexCommit commit)
builds a CommitVersionInfo data for the specified IndexCommit. Will never be null, ut version and generation may be zero if there are problems extracting them from the commit data
-
-