@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface IndexComponent
Index.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
legacy
Legacy field name.
|
java.lang.String |
name
The FQL property name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
descending
Defines whether this component uses descending sorting.
|
int |
extent
Extent of the component (can be > 0 only for a word index component)
|