Annotation Type Indexed
-
@Target({ANNOTATION_TYPE,FIELD}) @Retention(RUNTIME) public @interface Indexed
-
-
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:
- ""
-
-