codelibs / elasticsearch-dynarank

This plugin provides a feature to change top N documents in a search result.
Apache License 2.0
56 stars 15 forks source link

SearchActionFilter is called twice #2

Closed marevol closed 10 years ago

marevol commented 10 years ago

It's difficult for own ActionFIlter to discriminate TransportSearchAction and the subsequent SearchAction. I think that this problem comes from Elasticsearch's specification issue.