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 index without position/posting information.
>
> Is it possible to customize an inverted list format that only support
> simple inverted index (keyword -> list of (doc, an integer) pairs), without
> overloading all classes and functions?

Hello!

Reducing or making big changes to index functionality points to the fact
that Lucene is a bad choice for you.
I would suggest you to try alternatives, especially http://terrier.org/
(flexible IR system with main goal to serve in academic purposes).


  Regards,
    Ivan Krišto

Reply via email to