the "bitset" feature is equivalent to the "cacheable" feature. the AND/OR
filters can't cache its results since they always have to compare to other
docs , but if a filter can be "translated" into a bitset, then it can be
"saved" for future references, and that doc hasn't to be examined again in
order to see if complies with the filter, but a single look at its bitset
records should be enough.
??
On Tuesday, February 18, 2014 2:24:29 PM UTC-5, Binh Ly wrote:
The missing filter should be cached by default if that's what you wanted
to know:
the "bitset" feature is equivalent to the "cacheable" feature. the AND/OR
filters can't cache its results since they always have to compare to other
docs , but if a filter can be "translated" into a bitset, then it can be
"saved" for future references, and that doc hasn't to be examined again in
order to see if complies with the filter, but a single look at its bitset
records should be enough.
??
On Tuesday, February 18, 2014 2:24:29 PM UTC-5, Binh Ly wrote:
The missing filter should be cached by default if that's what you wanted
to know:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.