Class IdIdString

java.lang.Object
com.yahoo.document.idstring.IdString
com.yahoo.document.idstring.IdIdString

public class IdIdString extends IdString
Author:
Magnar Nedland
  • Constructor Details

    • IdIdString

      public IdIdString(String namespace, String type, String keyValues, String localId)
      Create an id scheme object. doc:<namespace>:<documentType>:<key-value-pairs>:<namespaceSpecific>
      Parameters:
      namespace - The namespace of this document id.
      type - The type of this document id.
      keyValues - The key/value pairs of this document id.
      localId - The namespace specific part.
  • Method Details