Re: What version is this index?

2016-09-18 Thread Trejkaz
On Mon, Sep 19, 2016 at 3:41 PM, Trejkaz wrote: > The version checking code then says that because format < 9 and format >= 11, > the index must be Lucene 3.0. Obviously I meant format < -9 and format >= -11. Just in case this confuses anyone. Also as it turns out, the same version detection cod

What version is this index?

2016-09-18 Thread Trejkaz
Hi all. I have an index in my hands where we have: 1197474657 _0.fdt 270297 _0.fdx 7737 _0.fnm 520 _0.si 377812472 _0.tvd 216765 _0.tvx 182245906 _0_Lucene50_0.doc 4121910583 _0_Lucene50_0.pos 197539330 _0_Lucene50_0.ti

simple facet search

2016-09-18 Thread Cam Bazz
Hello, I have a field called timeSlot in my documents, basically representing an hour. When a query is made, I would like to make a graph of how many doc hits corresponds to each timeSlot, sort it and display a chart of it. I am simply using term queries, to query StringFields, and here is my re