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

Is it possible to use highlighting from Elasticsearch instead of the one in Search API? #73

Open simperreault opened 9 years ago

simperreault commented 9 years ago

Hello!

Is it possible to use highlighting setting from Elasticsearch instead of the one on the search api? It seems like that the Search API highlight is only matching exacts words in the search query. Our Elasticsearch setting are tweaked to match language (plural, stems, etc...) and sometime Elasticsearch return results but searchAPI doesn't highlight anything :cry:

Thanks!

VeggieMeat commented 9 years ago

I'm fairly certain it should be possible. I'll dig into it.