Class AbstractSolrClientCommand
java.lang.Object
org.codice.ddf.commands.catalog.CommandSupport
org.codice.ddf.commands.catalog.SubjectCommands
ddf.catalog.solr.offlinegazetteer.AbstractSolrClientCommand
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
BuildGazetteerSuggesterIndexCommand,RemoveAllOfflineSolrGazetteerCommand,SyncCatalogCommand
public abstract class AbstractSolrClientCommand
extends org.codice.ddf.commands.catalog.SubjectCommands
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.codice.solr.factory.SolrClientFactoryprotected booleanFields inherited from class org.codice.ddf.commands.catalog.SubjectCommands
security, session, userFields inherited from class org.codice.ddf.commands.catalog.CommandSupport
console, ERROR_COLOR, MS_PER_SECOND -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codice.ddf.commands.catalog.SubjectCommands
executeMethods inherited from class org.codice.ddf.commands.catalog.CommandSupport
calculateRecordsPerSecond, printColor, printErrorMessage, printHeaderMessage, printProgressAndFlush, printSuccessMessage
-
Field Details
-
clientFactory
protected org.codice.solr.factory.SolrClientFactory clientFactory -
force
protected boolean force
-
-
Constructor Details
-
AbstractSolrClientCommand
public AbstractSolrClientCommand()
-
-
Method Details
-
executeWithSubject
- Specified by:
executeWithSubjectin classorg.codice.ddf.commands.catalog.SubjectCommands- Throws:
Exception
-