add doc v1.1.2

This commit is contained in:
刘可亮
2025-01-23 16:37:00 +08:00
parent ba327e0931
commit b4033d8696
1883 changed files with 417094 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
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
}