Class SourceConfig

    • Constructor Detail

      • SourceConfig

        public SourceConfig​(java.lang.String... index)
        Create a new SourceConfig for the provided indices. QueryConfig defaults to a MatchAll query.
        Parameters:
        index - Any number of indices. At least one non-null, non-empty, index should be provided
    • Method Detail

      • getIndex

        public java.lang.String[] getIndex()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object