milvus-logo

Class Index

  • java.lang.Object
    • io.milvus.client.Index

  • public class Index
    extends java.lang.Object
    Represents an index containing indexType and nList
    • Nested Class Summary

      Modifier and Type Class Description
      static class  Index.Builder
      Builder for Index
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getCollectionName()  
      IndexType getIndexType()  
      java.lang.String getParamsInJson()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCollectionName

        public java.lang.String getCollectionName()
      • getIndexType

        public IndexType getIndexType()
      • getParamsInJson

        public java.lang.String getParamsInJson()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object