Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)

77164: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud)
      74289: ACE-1690: SOLR 4 - Index nodes with bulk fetch for metadata
         - Multithreading MetadataTracker


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@78022 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2014-07-23 16:12:27 +00:00
parent a7b2cd89c3
commit 79932987ae
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
<artifactId>alfresco-data-model</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-repository</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>

View File

@@ -65,6 +65,8 @@ public interface InformationServer
void deleteByNodeId(Long nodeId) throws IOException;
void indexNode(Node node, boolean overwrite) throws IOException, AuthenticationException, JSONException;
void indexNodes(List<Node> nodes, boolean overwrite) throws IOException, AuthenticationException, JSONException;
NodeReport checkNodeCommon(NodeReport nodeReport);