Package | Description |
---|---|
com.arangodb.entity | |
com.arangodb.model |
Modifier and Type | Method and Description |
---|---|
InvertedIndexField |
InvertedIndexField.analyzer(String analyzer) |
InvertedIndexField |
InvertedIndexField.features(AnalyzerFeature... features) |
InvertedIndexField |
InvertedIndexField.includeAllFields(Boolean includeAllFields) |
InvertedIndexField |
InvertedIndexField.name(String name) |
InvertedIndexField |
InvertedIndexField.nested(InvertedIndexField... nested) |
InvertedIndexField |
InvertedIndexField.searchField(Boolean searchField) |
InvertedIndexField |
InvertedIndexField.trackListPositions(Boolean trackListPositions) |
Modifier and Type | Method and Description |
---|---|
Collection<InvertedIndexField> |
InvertedIndexEntity.getFields() |
Collection<InvertedIndexField> |
InvertedIndexField.getNested() |
Modifier and Type | Method and Description |
---|---|
InvertedIndexField |
InvertedIndexField.nested(InvertedIndexField... nested) |
Modifier and Type | Method and Description |
---|---|
Collection<InvertedIndexField> |
InvertedIndexOptions.getFields() |
Modifier and Type | Method and Description |
---|---|
InvertedIndexOptions |
InvertedIndexOptions.fields(InvertedIndexField... fields) |
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.