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 CollectionLinkCollectionLink. analyzers(String... analyzers)CollectionLinkCollectionLink. cache(Boolean cache)CollectionLinkCollectionLink. fields(FieldLink... fields)CollectionLinkCollectionLink. inBackground(Boolean inBackground)CollectionLinkCollectionLink. includeAllFields(Boolean includeAllFields)CollectionLinkCollectionLink. nested(FieldLink... nested)static CollectionLinkCollectionLink. on(String name)Creates an instance ofCollectionLinkon the given collection nameCollectionLinkCollectionLink. storeValues(StoreValuesType storeValues)CollectionLinkCollectionLink. 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 ArangoSearchCreateOptionsArangoSearchCreateOptions. link(CollectionLink... links)ArangoSearchPropertiesOptionsArangoSearchPropertiesOptions. link(CollectionLink... links)
-