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 |
unbindAll(List<String> holdingsIds,
String bibId) |
void |
unbindOne(List<String> holdingsIds,
String bibId) |
void |
update(Object object) |
void bind(String holdingsId, List<String> bibIds) throws org.apache.solr.client.solrj.SolrServerException, IOException
org.apache.solr.client.solrj.SolrServerException
IOException
void bindAnalytics(String holdingsId, List<String> bibIds, String createOrBreak) throws org.apache.solr.client.solrj.SolrServerException, IOException
org.apache.solr.client.solrj.SolrServerException
IOException
void createTree(Object object)
void createTrees(Object object)
void processBibTrees(BibTrees bibTrees)
void unbindOne(List<String> holdingsIds, String bibId) throws org.apache.solr.client.solrj.SolrServerException, IOException
org.apache.solr.client.solrj.SolrServerException
IOException
void unbindAll(List<String> holdingsIds, String bibId) throws org.apache.solr.client.solrj.SolrServerException, IOException
org.apache.solr.client.solrj.SolrServerException
IOException
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.