mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
22 lines
446 B
JavaScript
22 lines
446 B
JavaScript
var words = {};
|
|
Object.assign(words, index1, index2, index3);
|
|
|
|
var index = {
|
|
/**
|
|
* The object with indexed words.
|
|
*
|
|
* {"word" : "topicID*score, topicID*score"}
|
|
*/
|
|
w : words,
|
|
/**
|
|
* Auto generated list of analyzer stop words that must be ignored by search.
|
|
*/
|
|
stopWords : stopwords,
|
|
|
|
/**
|
|
* File info list.
|
|
*/
|
|
fil : htmlFileInfoList,
|
|
|
|
link2parent : linkToParent
|
|
} |