BlockJoinQuery with sorting

2016-11-25 Thread ASKozitsin
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

Min/Max values on DocValuesField

2016-11-25 Thread Chitra R
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.