Annotation Type Indexed

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String path
      Path within the JSON/XML document to get to the property.
      IndexType type  
    • Element Detail

      • type

        IndexType type
        Default:
        io.github.malteseduck.springframework.data.marklogic.core.mapping.IndexType.PATH
      • path

        String path
        Path within the JSON/XML document to get to the property. For example, in the following structure: { "name": "Bob", "pets": [ { "name": "Fluffy" } ] } the "path" would be set to "/pets" for the property "name" inside the pets array. This is used as a hint to the database sorting if you are using full path range indexes to properties.
        Returns:
        Default:
        ""