Hi, everyone!
I'm using 6.3.0 Lucene.
I've got two structures: Offerings and Prices.
Offering has id, list of prices and other parameters.
Price has value and other parameters(type, dates and so on).
I create documents in Lucene in such manner:
if i have offering with 3 prices in list, I make 3
Hi,
For matching documents, Is there any way to calculate mix and max
values on NumericDocValuesField ( say date field)?
*Case:*
I would like to implement it in numeric range faceting by splitting the
numeric values( from result documents) into ranges.
Kindly help me to move forward.