public abstract class QueryOnlySolrClient
extends org.apache.solr.client.solrj.SolrClient
UnsupportedOperationException| 构造器和说明 |
|---|
QueryOnlySolrClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.solr.client.solrj.response.UpdateResponse |
add(Collection<org.apache.solr.common.SolrInputDocument> docs) |
org.apache.solr.client.solrj.response.UpdateResponse |
add(Collection<org.apache.solr.common.SolrInputDocument> docs,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
add(Iterator<org.apache.solr.common.SolrInputDocument> docIterator) |
org.apache.solr.client.solrj.response.UpdateResponse |
add(org.apache.solr.common.SolrInputDocument doc) |
org.apache.solr.client.solrj.response.UpdateResponse |
add(org.apache.solr.common.SolrInputDocument doc,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
add(String collection,
Collection<org.apache.solr.common.SolrInputDocument> docs) |
org.apache.solr.client.solrj.response.UpdateResponse |
add(String collection,
Collection<org.apache.solr.common.SolrInputDocument> docs,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
add(String collection,
Iterator<org.apache.solr.common.SolrInputDocument> docIterator) |
org.apache.solr.client.solrj.response.UpdateResponse |
add(String collection,
org.apache.solr.common.SolrInputDocument doc) |
org.apache.solr.client.solrj.response.UpdateResponse |
add(String collection,
org.apache.solr.common.SolrInputDocument doc,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
addBean(Object obj) |
org.apache.solr.client.solrj.response.UpdateResponse |
addBean(Object obj,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
addBean(String collection,
Object obj) |
org.apache.solr.client.solrj.response.UpdateResponse |
addBean(String collection,
Object obj,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
addBeans(Collection<?> beans) |
org.apache.solr.client.solrj.response.UpdateResponse |
addBeans(Collection<?> beans,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
addBeans(Iterator<?> beanIterator) |
org.apache.solr.client.solrj.response.UpdateResponse |
addBeans(String collection,
Collection<?> beans) |
org.apache.solr.client.solrj.response.UpdateResponse |
addBeans(String collection,
Collection<?> beans,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
addBeans(String collection,
Iterator<?> beanIterator) |
org.apache.solr.client.solrj.response.UpdateResponse |
commit() |
org.apache.solr.client.solrj.response.UpdateResponse |
commit(boolean waitFlush,
boolean waitSearcher) |
org.apache.solr.client.solrj.response.UpdateResponse |
commit(boolean waitFlush,
boolean waitSearcher,
boolean softCommit) |
org.apache.solr.client.solrj.response.UpdateResponse |
commit(String collection) |
org.apache.solr.client.solrj.response.UpdateResponse |
commit(String collection,
boolean waitFlush,
boolean waitSearcher) |
org.apache.solr.client.solrj.response.UpdateResponse |
commit(String collection,
boolean waitFlush,
boolean waitSearcher,
boolean softCommit) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteById(List<String> ids) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteById(List<String> ids,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteById(String id) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteById(String id,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteById(String collection,
List<String> ids) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteById(String collection,
List<String> ids,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteById(String collection,
String id) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteById(String collection,
String id,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteByQuery(String query) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteByQuery(String query,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteByQuery(String collection,
String query) |
org.apache.solr.client.solrj.response.UpdateResponse |
deleteByQuery(String collection,
String query,
int commitWithinMs) |
org.apache.solr.client.solrj.response.UpdateResponse |
optimize() |
org.apache.solr.client.solrj.response.UpdateResponse |
optimize(boolean waitFlush,
boolean waitSearcher) |
org.apache.solr.client.solrj.response.UpdateResponse |
optimize(boolean waitFlush,
boolean waitSearcher,
int maxSegments) |
org.apache.solr.client.solrj.response.UpdateResponse |
optimize(String collection) |
org.apache.solr.client.solrj.response.UpdateResponse |
optimize(String collection,
boolean waitFlush,
boolean waitSearcher) |
org.apache.solr.client.solrj.response.UpdateResponse |
optimize(String collection,
boolean waitFlush,
boolean waitSearcher,
int maxSegments) |
org.apache.solr.client.solrj.response.UpdateResponse |
rollback() |
org.apache.solr.client.solrj.response.UpdateResponse |
rollback(String collection) |
getBinder, getById, getById, getById, getById, getById, getById, getById, getById, ping, query, query, query, query, queryAndStreamResponse, queryAndStreamResponse, request, requestpublic final org.apache.solr.client.solrj.response.UpdateResponse add(String collection, Collection<org.apache.solr.common.SolrInputDocument> docs) throws org.apache.solr.client.solrj.SolrServerException, IOException
add 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse add(Collection<org.apache.solr.common.SolrInputDocument> docs) throws org.apache.solr.client.solrj.SolrServerException, IOException
add 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse add(String collection, Collection<org.apache.solr.common.SolrInputDocument> docs, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
add 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse add(Collection<org.apache.solr.common.SolrInputDocument> docs, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
add 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse add(String collection, org.apache.solr.common.SolrInputDocument doc) throws org.apache.solr.client.solrj.SolrServerException, IOException
add 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse add(org.apache.solr.common.SolrInputDocument doc)
throws org.apache.solr.client.solrj.SolrServerException,
IOException
add 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse add(String collection, org.apache.solr.common.SolrInputDocument doc, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
add 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse add(org.apache.solr.common.SolrInputDocument doc,
int commitWithinMs)
throws org.apache.solr.client.solrj.SolrServerException,
IOException
add 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse add(String collection, Iterator<org.apache.solr.common.SolrInputDocument> docIterator) throws org.apache.solr.client.solrj.SolrServerException, IOException
add 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse add(Iterator<org.apache.solr.common.SolrInputDocument> docIterator) throws org.apache.solr.client.solrj.SolrServerException, IOException
add 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse addBean(String collection, Object obj) throws IOException, org.apache.solr.client.solrj.SolrServerException
addBean 在类中 org.apache.solr.client.solrj.SolrClientIOExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse addBean(Object obj) throws IOException, org.apache.solr.client.solrj.SolrServerException
addBean 在类中 org.apache.solr.client.solrj.SolrClientIOExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse addBean(String collection, Object obj, int commitWithinMs) throws IOException, org.apache.solr.client.solrj.SolrServerException
addBean 在类中 org.apache.solr.client.solrj.SolrClientIOExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse addBean(Object obj, int commitWithinMs) throws IOException, org.apache.solr.client.solrj.SolrServerException
addBean 在类中 org.apache.solr.client.solrj.SolrClientIOExceptionorg.apache.solr.client.solrj.SolrServerExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse addBeans(String collection, Collection<?> beans) throws org.apache.solr.client.solrj.SolrServerException, IOException
addBeans 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse addBeans(Collection<?> beans) throws org.apache.solr.client.solrj.SolrServerException, IOException
addBeans 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse addBeans(String collection, Collection<?> beans, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
addBeans 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse addBeans(Collection<?> beans, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
addBeans 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse addBeans(String collection, Iterator<?> beanIterator) throws org.apache.solr.client.solrj.SolrServerException, IOException
addBeans 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse addBeans(Iterator<?> beanIterator) throws org.apache.solr.client.solrj.SolrServerException, IOException
addBeans 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse commit(String collection) throws org.apache.solr.client.solrj.SolrServerException, IOException
commit 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse commit()
throws org.apache.solr.client.solrj.SolrServerException,
IOException
commit 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse commit(String collection, boolean waitFlush, boolean waitSearcher) throws org.apache.solr.client.solrj.SolrServerException, IOException
commit 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse commit(boolean waitFlush,
boolean waitSearcher)
throws org.apache.solr.client.solrj.SolrServerException,
IOException
commit 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse commit(String collection, boolean waitFlush, boolean waitSearcher, boolean softCommit) throws org.apache.solr.client.solrj.SolrServerException, IOException
commit 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse commit(boolean waitFlush,
boolean waitSearcher,
boolean softCommit)
throws org.apache.solr.client.solrj.SolrServerException,
IOException
commit 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse optimize(String collection) throws org.apache.solr.client.solrj.SolrServerException, IOException
optimize 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse optimize()
throws org.apache.solr.client.solrj.SolrServerException,
IOException
optimize 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse optimize(String collection, boolean waitFlush, boolean waitSearcher) throws org.apache.solr.client.solrj.SolrServerException, IOException
optimize 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse optimize(boolean waitFlush,
boolean waitSearcher)
throws org.apache.solr.client.solrj.SolrServerException,
IOException
optimize 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse optimize(String collection, boolean waitFlush, boolean waitSearcher, int maxSegments) throws org.apache.solr.client.solrj.SolrServerException, IOException
optimize 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse optimize(boolean waitFlush,
boolean waitSearcher,
int maxSegments)
throws org.apache.solr.client.solrj.SolrServerException,
IOException
optimize 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse rollback(String collection) throws org.apache.solr.client.solrj.SolrServerException, IOException
rollback 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse rollback()
throws org.apache.solr.client.solrj.SolrServerException,
IOException
rollback 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteById(String collection, String id) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteById 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteById(String id) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteById 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteById(String collection, String id, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteById 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteById(String id, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteById 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteById(String collection, List<String> ids) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteById 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteById(List<String> ids) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteById 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteById(String collection, List<String> ids, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteById 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteById(List<String> ids, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteById 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteByQuery(String collection, String query) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteByQuery 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteByQuery(String query) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteByQuery 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteByQuery(String collection, String query, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteByQuery 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionpublic final org.apache.solr.client.solrj.response.UpdateResponse deleteByQuery(String query, int commitWithinMs) throws org.apache.solr.client.solrj.SolrServerException, IOException
deleteByQuery 在类中 org.apache.solr.client.solrj.SolrClientorg.apache.solr.client.solrj.SolrServerExceptionIOExceptionCopyright © 2016 vootoo. All rights reserved.