elasticsearch-index-termlist
elasticsearch-index-termlist copied to clipboard
Elasticsearch Index Termlist
How do you use this endpoint in combination with a query request?
When I use as size parameter a value that is equal or bigger than total, I do not get back all results. E.g. _termlist?field=autocomplete_object&term=kan&size=6 ``` total: 4, terms: [ {...
Tf-idf
Hi, could you add the possibility to have the "tf-idf" (or equivalent) by term, like you've done for the frequency ?
With an index with only `"index": "not_analyzed"` fields, it is confusing to not see the terms of `_all` in `curl -XGET 'http://localhost:9200/_termlist'` (i.e., output is: `{"_shards":{"total":1,"successful":1,"failed":0},"terms":[]}`), but I see this...