Class SearchOptions.Summarize<K,​V>

    • Constructor Detail

      • Summarize

        public Summarize()
    • Method Detail

      • getFields

        public java.util.List<K> getFields()
      • setFields

        public void setFields​(java.util.List<K> fields)
      • getFrags

        public java.util.OptionalLong getFrags()
      • setFrags

        public void setFrags​(long frags)
      • getLength

        public java.util.OptionalLong getLength()
      • setLength

        public void setLength​(long length)
      • getSeparator

        public java.util.Optional<V> getSeparator()
      • setSeparator

        public void setSeparator​(V separator)