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 FieldLinkFieldLink. analyzers(String... analyzers)FieldLinkFieldLink. fields(FieldLink... fields)FieldLinkFieldLink. inBackground(Boolean inBackground)FieldLinkFieldLink. includeAllFields(Boolean includeAllFields)FieldLinkFieldLink. nested(FieldLink... nested)static FieldLinkFieldLink. on(String name)Creates an instance ofFieldLinkon the given field nameFieldLinkFieldLink. storeValues(StoreValuesType storeValues)FieldLinkFieldLink. 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 CollectionLinkCollectionLink. fields(FieldLink... fields)FieldLinkFieldLink. fields(FieldLink... fields)CollectionLinkCollectionLink. nested(FieldLink... nested)FieldLinkFieldLink. nested(FieldLink... nested)
-