Having some trouble running tests with custom codec

2015-10-09 Thread Sigbjørn Lund Olsen
As part of my master's thesis I am planning on implementing a custom Lucene codec for compression experiments. To get started with my prototype, I've tried following the instructions here (but using the more recent Lucene 5.3.1): http://opensourceconnections.com/blog/2013/06/05/build-your-own-luc

Re: Equivalent API in Lucene 5.x.x for ResultMode.setResultMode and ResultMode.setDepth

2015-10-09 Thread Gimantha Bandara
any help on this please? On 10/6/15, Gimantha Bandara wrote: > Hi, > > I want to get the top categories (all the categories) recursively in one > call. I know that in Lucene 4.x.x we can simply set the ResultMode to > PER_NODE_IN_TREE [1] and set the depth, so we can get the categories > recursiv