Interface OnPrimaryPath

    • Method Detail

      • on

        UsingWithPath on​(String keyspace)
        Describes on which keyspace (bucket name) to index.
        Parameters:
        keyspace - the keyspace targeted (it will automatically be escaped).
      • on

        UsingWithPath on​(String namespace,
                         String keyspace)
        Describes on which keyspace (bucket name) to index, also prefixing the keyspace with a namespace.
        Parameters:
        namespace - the optional namespace prefix for the keyspace (it will automatically be escaped).
        keyspace - the keyspace targeted (it will automatically be escaped).