Uses of Class
org.apache.solr.client.solrj.request.CollectionAdminRequest.ReindexCollection
Packages that use CollectionAdminRequest.ReindexCollection
Package
Description
Convenience classes for dealing with various types of Solr requests.
-
Uses of CollectionAdminRequest.ReindexCollection in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return CollectionAdminRequest.ReindexCollectionModifier and TypeMethodDescriptionCollectionAdminRequest.reindexCollection(String collection) Returns a SolrRequest to reindex a collectionCollectionAdminRequest.ReindexCollection.setBatchSize(int batchSize) Copy documents in batches of this size.CollectionAdminRequest.ReindexCollection.setCollectionParam(String key, Object value) Set other supported collection CREATE parameters.CollectionAdminRequest.ReindexCollection.setCommand(String command) Set optional command (eg.CollectionAdminRequest.ReindexCollection.setConfigName(String configName) Config name for the target collection.Fields to reindex (the same syntax asCommonParams.FL), default is '*'.Query matching the documents to reindex (default is '*:*').CollectionAdminRequest.ReindexCollection.setRemoveSource(boolean removeSource) Remove source collection after success.Target collection name (null if the same).