【发布时间】:2012-10-27 12:26:27
【问题描述】:
我正在努力创建一个非常大的倒排索引术语。你会建议什么方法?
第一
termId - > docId
a doc2[locations],doc5[locations],doc12[locations]
b doc5[locations],doc7[locations],doc4[locations]
第二
termId - > docId
a doc2[locations]
a doc5[locations]
a doc12[locations]
b doc5[locations]
b doc7[locations]
b doc4[locations]
p.s Lucene 不是一个选项
【问题讨论】:
标签: python mysql database database-design inverted-index