VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Alter query to add custom function score querys #25

Closed VeggieMeat closed 10 years ago

VeggieMeat commented 10 years ago

Original issue: https://www.drupal.org/node/2295813

I'm currently working on a project where i need the ability to customize the query before it will be send to elasticsearch. I need this to add some custom function score querys. What is the best way to do this?