|
|
|
|
|
by n_u
256 days ago
|
|
Cool project! I see you are using a positional index rather than doing bi-word matching to support positional queries. Positional indexes can be a lot larger than non-positional. What is the ratio of the size of all documents to the size of the positional inverted index? |
|