JavaScript is disabled on your browser.
Skip navigation links
Spring Data Couchbase
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.couchbase.core.index
Annotation Interface QueryIndexed
@Target
({
ANNOTATION_TYPE
,
FIELD
})
@Retention
(
RUNTIME
)
public @interface
QueryIndexed
Mark a field to be indexed by the query engine.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
QueryIndexDirection
direction
String
name
Element Details
direction
QueryIndexDirection
direction
Default:
ASCENDING
name
String
name
Default:
""