Annotation Interface FulltextIndex
@Repeatable(FulltextIndexes.class)
@Retention(RUNTIME)
@Target(TYPE)
@Deprecated
public @interface FulltextIndex
Deprecated.
Annotation to define a given field to be indexed using ArangoDB's Fulltext
index.
- Author:
- Mark Vollmary
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionint
Deprecated.Minimum character length of words to index.
-
Element Details
-
field
String fieldDeprecated.The attribute paths
-
-
-
minLength
int minLengthDeprecated.Minimum character length of words to index. Will default to a server-defined value if unspecified. It is thus recommended to set this value explicitly when creating the index.- Default:
- -1
-