Hi,
iam using lucene 4.6.0.
can i use a FieldCacheRangeFilter on a docvalue field?
like
FieldCacheRangeFilter<Long> ffilter =
FieldCacheRangeFilter.newLongRange("dv_id", 0L, Long.MAX_VALUE, true , true);where dv_id is s NumericDocValue regards Sascha --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
