Have you seen:
https://github.com/apache/accumulo/blob/master/core/src/main/java/org/apache/accumulo/core/iterators/OrIterator.java
?
vaibhav thapliyal wrote:
Hi
I was trying to run boolean and queries and successfully did so using
the intersecting iterator. Can I tweak this iterator to successfully run
boolean OR queries or should I consider making a iterator from scratch
for this purpose. Could anyone so give me brief overview about the
logic inside the intersecting iterator so that the modification part
becomes easier. I have a document partitioned index table as described
in the documentation.
Thanks
Vaibhav