public interface DocumentIndexer
| Modifier and Type | Method and Description | 
|---|---|
| void | bind(String holdingsId,
        List<String> bibIds) | 
| void | bindAnalytics(String holdingsId,
                          List<String> bibIds,
                          String createOrBreak) | 
| void | create(Object object) | 
| void | createTree(Object object) | 
| void | createTrees(Object object) | 
| void | delete(String id) | 
| void | processBibTrees(BibTrees bibTrees) | 
| void | transfer(List<String> sourceIds,
                String destinationId) | 
| void | update(Object object) | 
void bind(String holdingsId, List<String> bibIds) throws org.apache.solr.client.solrj.SolrServerException, IOException
org.apache.solr.client.solrj.SolrServerExceptionIOExceptionvoid bindAnalytics(String holdingsId, List<String> bibIds, String createOrBreak) throws org.apache.solr.client.solrj.SolrServerException, IOException
org.apache.solr.client.solrj.SolrServerExceptionIOExceptionvoid createTree(Object object)
void createTrees(Object object)
void processBibTrees(BibTrees bibTrees)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.