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 index (keyword -> list of (doc, an integer) pairs), without overloading all classes and functions? Thanks.