Files
luban-lite-t3e-pro/doc/webhelp/app/search/index/index.js
2025-01-23 16:37:00 +08:00

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
}