Files
luban-lite/doc/webhelp/app/search/index/index.js
刘可亮 6e36e8e296 v1.2.0
2025-04-23 17:54:31 +08:00

22 lines
446 B
JavaScript
Executable File

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
}