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
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
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
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.