elasticsearch-suggest-plugin
elasticsearch-suggest-plugin copied to clipboard
Plugin for elasticsearch which uses the lucene FSTSuggester
elasticsearch-plugin-suggest -> elasticsearch-suggest-plugin
ElasticSearch 1.2 adds the ability to limit suggestions of the build in suggesters to a specific scope. I have no idea how complex it would be, but are there any...
Hi, I noticed that the terms returned by the FST suggester are always sorted alphabetically. However, I would like to have them sorted by frequency. As far as I can...
Hi, I need get all suggestions from my document, but I don't know how set multiple fields. Ex 1 - This working fine, but is not suggest all document properties:...
Hi. It's hard for a relative novice to tell what value the elasticsearch-suggest-plugin has relative to the ES suggestors. Adding a section to the README which clarifies what use-cases the...
Just installed the plugin (thanks for all the great work). Just using it with the instructions and each query is taking ~ 2 secs (100,000 records, 8 gb ram) using...
I was wondering: when are the suggestions loaded into memory, and how much is loaded? I set "refresh_disabled" to "false", and posted '{ "field":"suggest" }' to the api in order...