mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 19:08:54 +00:00
add doc v1.1.2
This commit is contained in:
22
doc/webhelp/app/search/index/index.js
Normal file
22
doc/webhelp/app/search/index/index.js
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user