Uses of Class
com.arangodb.entity.arangosearch.FieldLink
-
Packages that use FieldLink Package Description com.arangodb.entity.arangosearch -
-
Uses of FieldLink in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return FieldLink Modifier and Type Method Description FieldLink
FieldLink. analyzers(String... analyzers)
FieldLink
FieldLink. fields(FieldLink... fields)
FieldLink
FieldLink. inBackground(Boolean inBackground)
FieldLink
FieldLink. includeAllFields(Boolean includeAllFields)
FieldLink
FieldLink. nested(FieldLink... nested)
static FieldLink
FieldLink. on(String name)
Creates an instance ofFieldLink
on the given field nameFieldLink
FieldLink. storeValues(StoreValuesType storeValues)
FieldLink
FieldLink. trackListPositions(Boolean trackListPositions)
Methods in com.arangodb.entity.arangosearch that return types with arguments of type FieldLink Modifier and Type Method Description Collection<FieldLink>
CollectionLink. getFields()
Collection<FieldLink>
FieldLink. getFields()
Collection<FieldLink>
CollectionLink. getNested()
Collection<FieldLink>
FieldLink. getNested()
Methods in com.arangodb.entity.arangosearch with parameters of type FieldLink Modifier and Type Method Description CollectionLink
CollectionLink. fields(FieldLink... fields)
FieldLink
FieldLink. fields(FieldLink... fields)
CollectionLink
CollectionLink. nested(FieldLink... nested)
FieldLink
FieldLink. nested(FieldLink... nested)
-