Package | Description |
---|---|
com.arangodb.entity.arangosearch | |
com.arangodb.model.arangosearch |
Modifier and Type | Method and Description |
---|---|
CollectionLink |
CollectionLink.analyzers(String... analyzers) |
CollectionLink |
CollectionLink.fields(FieldLink... fields) |
CollectionLink |
CollectionLink.includeAllFields(Boolean includeAllFields) |
static CollectionLink |
CollectionLink.on(String name)
Creates an instance of
CollectionLink on the given collection name |
CollectionLink |
CollectionLink.storeValues(StoreValuesType storeValues) |
CollectionLink |
CollectionLink.trackListPositions(Boolean trackListPositions) |
Modifier and Type | Method and Description |
---|---|
Collection<CollectionLink> |
ArangoSearchPropertiesEntity.getLinks() |
Collection<CollectionLink> |
ArangoSearchProperties.getLinks() |
Modifier and Type | Method and Description |
---|---|
void |
ArangoSearchProperties.addLink(CollectionLink... links) |
Modifier and Type | Method and Description |
---|---|
ArangoSearchCreateOptions |
ArangoSearchCreateOptions.link(CollectionLink... links) |
ArangoSearchPropertiesOptions |
ArangoSearchPropertiesOptions.link(CollectionLink... links) |
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.