spinscale / elasticsearch-suggest-plugin

Plugin for elasticsearch which uses the lucene FSTSuggester
203 stars 42 forks source link

Add filters for suggest(autocomplete) #19

Closed rw-LukaszPrzybyla closed 11 years ago

rw-LukaszPrzybyla commented 11 years ago

Add possibility for filter returned suggest. This is nice feature for autocomplete. Now autocomplete responds are from all index.

spinscale commented 11 years ago

I totally agree that this is a nice feature, but the underlying lucene implmentation does not support this. I am thinking of supporting a weighted FST, so you could change the influence a bit, but more is not possible at this stage. And even this are far future plans.

A workaround might be to have own suggest indices to query on...