Class DeleteUpdateCommand

java.lang.Object
org.apache.solr.update.UpdateCommand
org.apache.solr.update.DeleteUpdateCommand
All Implemented Interfaces:
Cloneable

public class DeleteUpdateCommand extends UpdateCommand
  • Field Details

    • id

      public String id
    • query

      public String query
    • indexedId

      public org.apache.lucene.util.BytesRef indexedId
    • commitWithin

      public int commitWithin
  • Constructor Details

  • Method Details

    • name

      public String name()
      Specified by:
      name in class UpdateCommand
    • isDeleteById

      public boolean isDeleteById()
    • clear

      public void clear()
    • getIndexedId

      public org.apache.lucene.util.BytesRef getIndexedId()
      Returns the indexed ID for this delete. The returned BytesRef is retained across multiple calls, and should not be modified.
    • getId

      public String getId()
    • getQuery

      public String getQuery()
    • setQuery

      public void setQuery(String query)
    • setIndexedId

      public void setIndexedId(org.apache.lucene.util.BytesRef indexedId)
    • setId

      public void setId(String id)
    • toString

      public String toString()
      Overrides:
      toString in class UpdateCommand