Oihana PHP Arango

enums

Table of Contents

Classes

AnalyzerFeature
ArangoSearch analyzer features, used as entries of the `features` array on `POST /_api/analyzer` (and as the per-field `features` array on inverted indexes / arangosearch views).
AnalyzerField
JSON field names exchanged with the ArangoDB analyzer API (`/_api/analyzer`), on both the request side (body of `POST /_api/analyzer`) and the response side (wrapper of `GET /_api/analyzer/{name}` and entries of `GET /_api/analyzer?force=true`).
AnalyzerType
ArangoSearch analyzer type discriminator, used as the `type` field of every payload sent to `POST /_api/analyzer` and returned by `GET /_api/analyzer/{name}`.
BuiltinAnalyzer
Built-in (server-provided) ArangoSearch analyzer **names**.
CaseFolding
Case-folding strategy applied by the `norm` and `text` analyzers, carried as the {@see AnalyzerField::CASE} property of the payload sent to `POST /_api/analyzer`.
StreamType
Input encoding the `ngram` analyzer operates on, carried as the {@see AnalyzerField::STREAM_TYPE} property of the payload sent to `POST /_api/analyzer`.
On this page

Search results