Re: get begin/end of matched terms

2017-10-21 Thread Ahmet Arslan
Hi Nicolas, With SpanQuery family, it is possible to retrieve spans (index/position information) Also, you may find luwak relevant.  https://github.com/flaxsearch/luwak Ahmet On Sunday, October 22, 2017, 1:16:01 AM GMT+3, Nicolas Paris wrote: Hi I am looking for a way to get

get begin/end of matched terms

2017-10-21 Thread Nicolas Paris
Hi I am looking for a way to get the index of matched terms. Right now, I haven't found any trivial solution. I ve found the highlighter code[1] that looks to do the job. Before I start to code that myself, user may already did that and point me in the right direction. Thanks [1]  https://gith