Hi All,
I finally figured out what was happening with my scans not bringing back any
results when using some filters. It turns out if I don't add the column, via
scan.addColumn(), for the column I am filtering for the scan will not return
data. I was trying to reduce the amount of data being returned from a scan so I
didn't add any columns I didn't need for display, they are just used to filter
results.
Is this an expected result? The javadocs didn't mention anything about
it (that I could find).
Thanks
-Pete