Uses of Class
com.arangodb.entity.arangosearch.CollectionLink
-
Packages that use CollectionLink Package Description com.arangodb.entity.arangosearch com.arangodb.model.arangosearch -
-
Uses of CollectionLink in com.arangodb.entity.arangosearch
Methods in com.arangodb.entity.arangosearch that return CollectionLink Modifier and Type Method Description CollectionLink
CollectionLink. analyzers(String... analyzers)
CollectionLink
CollectionLink. cache(Boolean cache)
CollectionLink
CollectionLink. fields(FieldLink... fields)
CollectionLink
CollectionLink. inBackground(Boolean inBackground)
CollectionLink
CollectionLink. includeAllFields(Boolean includeAllFields)
CollectionLink
CollectionLink. nested(FieldLink... nested)
static CollectionLink
CollectionLink. on(String name)
Creates an instance ofCollectionLink
on the given collection nameCollectionLink
CollectionLink. storeValues(StoreValuesType storeValues)
CollectionLink
CollectionLink. trackListPositions(Boolean trackListPositions)
Methods in com.arangodb.entity.arangosearch that return types with arguments of type CollectionLink Modifier and Type Method Description Collection<CollectionLink>
ArangoSearchPropertiesEntity. getLinks()
-
Uses of CollectionLink in com.arangodb.model.arangosearch
Methods in com.arangodb.model.arangosearch that return types with arguments of type CollectionLink Modifier and Type Method Description Collection<CollectionLink>
ArangoSearchCreateOptions. getLinks()
Collection<CollectionLink>
ArangoSearchPropertiesOptions. getLinks()
Methods in com.arangodb.model.arangosearch with parameters of type CollectionLink Modifier and Type Method Description ArangoSearchCreateOptions
ArangoSearchCreateOptions. link(CollectionLink... links)
ArangoSearchPropertiesOptions
ArangoSearchPropertiesOptions. link(CollectionLink... links)
-