aalto1 / candidategeneration

Fast d-bigram static inverted index w/ in-memory predictive structure to fetch relevant document in a flash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PredictiveIndex

For the theory behind our candidate generator please refer to the documentation

There are four phases to build our index

  • Collect collection metadata
  • Collect collection global statistics
  • Collect quality models
  • Select indexes prefixes

Read the wiki for more informations

About

Fast d-bigram static inverted index w/ in-memory predictive structure to fetch relevant document in a flash


Languages

Language:Java 82.0%Language:C++ 18.0%