Class DeleteUpdateCommand

    • Field Detail

      • indexedId

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

        public int commitWithin
    • Constructor Detail

    • Method Detail

      • 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)