Inverted Index

Quegel allows each worker to build a local index from its vertex set after graph loading, and the index structure is a user-defined data type.

For our keyword search applications, the data type is given by the InvIdx class defined in invidx.h, and it should be compiled with the application code of all our keyword search applications.