Class ReindexCommand

java.lang.Object
org.codice.ddf.commands.catalog.CommandSupport
org.codice.ddf.commands.solr.SolrCommands
org.codice.ddf.commands.solr.ReindexCommand
All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action

public class ReindexCommand extends SolrCommands
  • Field Details

  • Constructor Details

    • ReindexCommand

      public ReindexCommand()
  • Method Details

    • execute

      public Object execute() throws Exception
      Throws:
      Exception
    • setSolrjClient

      protected void setSolrjClient(org.apache.solr.client.solrj.SolrClient solrjClient)
    • setMetacardClient

      protected void setMetacardClient(SolrMetacardClientImpl metacardClient)
    • setNumThread

      protected void setNumThread(int numThreads)
    • setCollection

      protected void setCollection(String collection)
    • setCatalogFramework

      protected void setCatalogFramework(ddf.catalog.CatalogFramework catalogFramework)
    • setAfterDate

      protected void setAfterDate(String afterDate)
    • setBeforeDate

      protected void setBeforeDate(String beforeDate)
    • setField

      protected void setField(String field)