Hi all,
Anyone see this exception before? Is it a lucene bug or something wrong in
my code?
Exception in thread "Thread-14" java.lang.IllegalArgumentException:
maxValue must be non-negative (got: -1)
at
org.apache.lucene.util.packed.PackedInts.bitsRequired(PackedInts.java:1141)
Thanks for the feedback.
PointValues.intersect() seems to go through all the documents in my corpus. Are
LongPoints and NumericDocFields stored such that there is no way to get
distinct values, other than scanning through every single document? It'd be
completely fine with me, just that it is n