Re: ContainingIntervalsSource alternative

2021-06-02 Thread elbek kamoliddinov
Ahh, Exactly what I was looking for. Thanks Patrick. On Wed, Jun 2, 2021 at 6:16 PM Patrick Zhai wrote: > Hi Elbek, > Maybe go with ContainedByIntervalsSource? ContainingIntervalsSource is > actually the big source filtered by small source, and > ContainedByIntervalsSource is the opposite so it

Re: ContainingIntervalsSource alternative

2021-06-02 Thread Patrick Zhai
Hi Elbek, Maybe go with ContainedByIntervalsSource? ContainingIntervalsSource is actually the big source filtered by small source, and ContainedByIntervalsSource is the opposite so it should give the expect behavior? Best Patrick elbek kamoliddinov 于2021年6月2日周三 下午2:55写道: > Hello everyone, > > I

ContainingIntervalsSource alternative

2021-06-02 Thread elbek kamoliddinov
Hello everyone, I am experimenting with Interval Queries to get phrase match count within parts of an indexed field. ContainingIntervalsSource seemed to be the way to go but, it only considers at most a single match per region. Example: Field value: "[a b c d e a c] e f g h [a c k]" (opening and