Yes thinking a bit more about my question , i understood to make a query to process every document will be not a good solution. I preferred to use boolean properties with traditional inverted index. Thanks for confirmation :)
2016-08-27 20:24 GMT+02:00 Mikhail Khludnev <m...@apache.org>: > My guess is that you need to implement own MultyTermQuery, and I guess it's > gonna be slow. > > On Sat, Aug 27, 2016 at 8:41 AM, Cristian Lorenzetto < > cristian.lorenze...@gmail.com> wrote: > > > How it is possible to search in a bitmask for soddisfying a request as > > > > bitmask&0xf == 0xf ? > > > > > > -- > Sincerely yours > Mikhail Khludnev >