Re: Key/Value Query

2015-01-29 Thread Alexandre Rafalovitch
That's a bit hard. I think some of this information is in the debug, if you enable it. But that's expensive. You don't by any chance trying to run incoming documents against a bunch of preset queries, do you? Because if you do, Luwak might be something to check out. https://github.com/flaxsearch/l

Key/Value Query

2015-01-29 Thread Trilok Prithvi
Hi, I need your help on the following query: *Indexed data (field name is 'text'):* ** *I'm also a cat* *I'm pig* *I'm a cat* *I'm a hero* *I'm a superman* *I'm dog* I want to query for *text:(i'm cat) OR text:(i'm dog) OR text:(i'm god)* And I wo