public interface SolrClientProvider
Modifier and Type | Method and Description |
---|---|
String |
getCollectionName()
Get the name of the collection to use.
|
String |
getCollectionName(String workspaceName)
Get the collection to use.
|
SolrClient |
getReadClient()
Get the "read" mode solr client.
|
SolrClient |
getUpdateClient(String workspaceName)
Get a Solr client suited to update.
|
SolrClient getReadClient()
SolrClient getUpdateClient(String workspaceName)
workspaceName
- The name of the workspaceString getCollectionName()
String getCollectionName(String workspaceName)
workspaceName
- The workspace name.