Hash on indexing and query

xiaoxiao2021-03-05  25

Hash on indexing and query

Indexer: 1: Establish index, generate Dictionary Table 2: Generate a Hash Index (WordHash), Hash: Word (Keyword Strings) VALUE: WordId (Word) Value: WordId (Word) VALUE: WordId (Word), You can retrieve the NodeID corresponding to Word)

Query: 1: Use the obtained Word in WordHash to get the WordID2 corresponding to the Word: Retrieve the corresponding NodeID according to the WordID in InvertEDIndex

转载请注明原文地址:https://www.9cbs.com/read-35903.html

New Post(0)