Re: Lucene index customization

2013-08-24 Thread Airway Wong
ieldInfo.html > > And if that doesn't answer, perhaps you'd explain a bit more _why_ you want > to do this, this could be an XY problem. > > Best > Erick > > > On Sat, Aug 24, 2013 at 12:04 PM, Airway Wong > wrote: > > > Thanks for the sugge

Re: Lucene index customization

2013-08-24 Thread Airway Wong
Could someone give more insight into this? Thanks. > On 08/24/2013 09:27 AM, Airway Wong wrote: > > To customize the inverted list for different format, it seems we have to > > overload many different classes and functions. We are only interested in > > simple inverted inde

Lucene index customization

2013-08-24 Thread Airway Wong
Hi, To customize the inverted list for different format, it seems we have to overload many different classes and functions. We are only interested in simple inverted index without position/posting information. Is it possible to customize an inverted list format that only support simple inverted i

Directly use inverted index

2013-07-27 Thread Airway Wong
Hi, I would like to use Lucene's inverted index directly as building block for experimental purpose. 1. How can I customize the inverted list for different format? Is there any example? 2. Is there an easy way to force load the complete index into memory? Thanks in advance.