Class CoresApi.MergeIndexes
- java.lang.Object
-
- org.apache.solr.client.solrj.SolrRequest<CoresApi.MergeIndexesResponse>
-
- org.apache.solr.client.solrj.request.CoresApi.MergeIndexes
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CoresApi
public static class CoresApi.MergeIndexes extends SolrRequest<CoresApi.MergeIndexesResponse>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequest
SolrRequest.ApiVersion, SolrRequest.METHOD, SolrRequest.SolrClientContext, SolrRequest.SolrRequestType
-
-
Field Summary
-
Fields inherited from class org.apache.solr.client.solrj.SolrRequest
SUPPORTED_METHODS, useBinaryV2, usev2
-
-
Constructor Summary
Constructors Constructor Description MergeIndexes(String coreName)Create a MergeIndexes request object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CoresApi.MergeIndexesResponsecreateResponse(SolrClient client)Create a new SolrResponse to hold the response from the serverSolrRequest.ApiVersiongetApiVersion()Indicates which API version this request will makeRequestWriter.ContentWritergetContentWriter(String expectedType)If a request object wants to do a push write, implement this method.SolrParamsgetParams()StringgetRequestType()This method defines the type of this Solr request.ResponseParsergetResponseParser()voidsetAsync(String async)voidsetIndexDirs(List<String> indexDirs)voidsetSrcCores(List<String> srcCores)voidsetUpdateChain(String updateChain)-
Methods inherited from class org.apache.solr.client.solrj.SolrRequest
addHeader, addHeaders, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentStreams, getHeaders, getMethod, getPath, getPreferredNodes, getQueryParams, getStreamingResponseCallback, getUserPrincipal, process, process, requiresCollection, setBasePath, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2
-
-
-
-
Constructor Detail
-
MergeIndexes
public MergeIndexes(String coreName)
Create a MergeIndexes request object.- Parameters:
coreName- Path param - The core that the specified indices are merged into.
-
-
Method Detail
-
setIndexDirs
public void setIndexDirs(List<String> indexDirs)
- Parameters:
indexDirs- Multi-valued, directories that would be merged.
-
setSrcCores
public void setSrcCores(List<String> srcCores)
- Parameters:
srcCores- Multi-valued, source cores that would be merged.
-
setAsync
public void setAsync(String async)
- Parameters:
async- Request ID to track this action which will be processed asynchronously.
-
setUpdateChain
public void setUpdateChain(String updateChain)
-
getContentWriter
public RequestWriter.ContentWriter getContentWriter(String expectedType)
Description copied from class:SolrRequestIf a request object wants to do a push write, implement this method.- Overrides:
getContentWriterin classSolrRequest<CoresApi.MergeIndexesResponse>- Parameters:
expectedType- This is the type that the RequestWriter would like to get. But, it is OK to send any format
-
getRequestType
public String getRequestType()
Description copied from class:SolrRequestThis method defines the type of this Solr request.- Specified by:
getRequestTypein classSolrRequest<CoresApi.MergeIndexesResponse>
-
getApiVersion
public SolrRequest.ApiVersion getApiVersion()
Description copied from class:SolrRequestIndicates which API version this request will makeDefaults implementation returns 'V1'.
- Overrides:
getApiVersionin classSolrRequest<CoresApi.MergeIndexesResponse>
-
getParams
public SolrParams getParams()
- Specified by:
getParamsin classSolrRequest<CoresApi.MergeIndexesResponse>
-
createResponse
protected CoresApi.MergeIndexesResponse createResponse(SolrClient client)
Description copied from class:SolrRequestCreate a new SolrResponse to hold the response from the server- Specified by:
createResponsein classSolrRequest<CoresApi.MergeIndexesResponse>- Parameters:
client- theSolrClientthe request will be sent to
-
getResponseParser
public ResponseParser getResponseParser()
- Overrides:
getResponseParserin classSolrRequest<CoresApi.MergeIndexesResponse>- Returns:
- The
ResponseParser
-
-