October 2019
Beginner
186 pages
5h 39m
English
The fingerprint analyzers implement a fingerprinting algorithm that allows clustering:
POST _analyze { "analyzer": "fingerprint", "text": "Get busy living or get busy dying."}
This will output the following result in a single term:
[busy dying get living or]
The fingerprint analyzer uses the following parameters:
An example of configuration is shown ...
Read now
Unlock full access