lemon-core 2.2.17 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/common/test-helper.js +1 -1
- package/dist/common/test-helper.js.map +1 -1
- package/dist/controllers/dummy-controller.js.map +1 -1
- package/dist/cores/api-service.js.map +1 -1
- package/dist/cores/aws/aws-s3-service.d.ts +24 -46
- package/dist/cores/aws/aws-s3-service.js +103 -223
- package/dist/cores/aws/aws-s3-service.js.map +1 -1
- package/dist/cores/aws/aws-sns-service.js +3 -3
- package/dist/cores/aws/aws-sns-service.js.map +1 -1
- package/dist/cores/core-types.d.ts +98 -2
- package/dist/cores/core-types.js +1 -0
- package/dist/cores/core-types.js.map +1 -1
- package/dist/cores/dynamo-service.js +2 -2
- package/dist/cores/dynamo-service.js.map +1 -1
- package/dist/cores/elastic6-query-service.d.ts +42 -9
- package/dist/cores/elastic6-query-service.js +144 -127
- package/dist/cores/elastic6-query-service.js.map +1 -1
- package/dist/cores/elastic6-service.d.ts +144 -57
- package/dist/cores/elastic6-service.js +506 -321
- package/dist/cores/elastic6-service.js.map +1 -1
- package/dist/cores/lambda/lambda-cognito-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-cron-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-dynamo-stream-handler.js +3 -3
- package/dist/cores/lambda/lambda-dynamo-stream-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-notification-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-sns-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-web-handler.js +2 -4
- package/dist/cores/lambda/lambda-web-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-wss-handler.js.map +1 -1
- package/dist/cores/model-manager.d.ts +4 -1
- package/dist/cores/model-manager.js +9 -4
- package/dist/cores/model-manager.js.map +1 -1
- package/dist/cores/protocol/protocol-service.d.ts +1 -2
- package/dist/cores/protocol/protocol-service.js +5 -3
- package/dist/cores/protocol/protocol-service.js.map +1 -1
- package/dist/engine/builder.d.ts +1 -0
- package/dist/engine/builder.js +1 -1
- package/dist/engine/builder.js.map +1 -1
- package/dist/engine/engine.js +2 -1
- package/dist/engine/engine.js.map +1 -1
- package/dist/engine/index.d.ts +0 -1
- package/dist/engine/index.js +2 -4
- package/dist/engine/index.js.map +1 -1
- package/dist/engine/types.d.ts +0 -4
- package/dist/engine/types.js.map +1 -1
- package/dist/engine/utilities.d.ts +5 -1
- package/dist/engine/utilities.js +126 -11
- package/dist/engine/utilities.js.map +1 -1
- package/dist/tools/express.js +0 -3
- package/dist/tools/express.js.map +1 -1
- package/package.json +7 -13
- package/CHANGELOG.md +0 -61
- package/dist/docs/assets/css/main.css +0 -2321
- package/dist/docs/assets/images/icons.png +0 -0
- package/dist/docs/assets/images/icons@2x.png +0 -0
- package/dist/docs/assets/images/widgets.png +0 -0
- package/dist/docs/assets/images/widgets@2x.png +0 -0
- package/dist/docs/assets/js/main.js +0 -1
- package/dist/docs/assets/js/search.js +0 -3
- package/dist/docs/classes/abstractmanager.html +0 -1034
- package/dist/docs/classes/apiproxyclient.html +0 -509
- package/dist/docs/classes/apiservice.html +0 -805
- package/dist/docs/classes/awskmsservice.html +0 -468
- package/dist/docs/classes/awsmodule.html +0 -353
- package/dist/docs/classes/awss3service.html +0 -689
- package/dist/docs/classes/awssnsservice.html +0 -543
- package/dist/docs/classes/awssqsservice.html +0 -517
- package/dist/docs/classes/cacheservice.html +0 -996
- package/dist/docs/classes/configmodule.html +0 -311
- package/dist/docs/classes/dummycacheservice.html +0 -1000
- package/dist/docs/classes/dummycontroller.html +0 -709
- package/dist/docs/classes/dummydynamoservice.html +0 -915
- package/dist/docs/classes/dummyelastic6service.html +0 -791
- package/dist/docs/classes/dummyredisstorageservice.html +0 -804
- package/dist/docs/classes/dummystoragemaker.html +0 -383
- package/dist/docs/classes/dummystorageservice.html +0 -592
- package/dist/docs/classes/dynamoqueryservice.html +0 -413
- package/dist/docs/classes/dynamoscanservice.html +0 -358
- package/dist/docs/classes/dynamoservice.html +0 -844
- package/dist/docs/classes/dynamostorageservice.html +0 -623
- package/dist/docs/classes/elastic6queryservice.html +0 -458
- package/dist/docs/classes/elastic6service.html +0 -804
- package/dist/docs/classes/file.html +0 -579
- package/dist/docs/classes/generalapicontroller.html +0 -877
- package/dist/docs/classes/generalcontroller.html +0 -454
- package/dist/docs/classes/generalcontrollerlocal.html +0 -499
- package/dist/docs/classes/generalcontrollerlocal2.html +0 -523
- package/dist/docs/classes/generalkeymaker.html +0 -335
- package/dist/docs/classes/generalmodelfilter.html +0 -529
- package/dist/docs/classes/generalwebcontroller.html +0 -580
- package/dist/docs/classes/hangulservice.html +0 -636
- package/dist/docs/classes/httpstorageservice.html +0 -539
- package/dist/docs/classes/lambdacognitohandler.html +0 -355
- package/dist/docs/classes/lambdacronhandler.html +0 -390
- package/dist/docs/classes/lambdacronhandlerlocal.html +0 -371
- package/dist/docs/classes/lambdadynamostreamhandler.html +0 -472
- package/dist/docs/classes/lambdadynamostreamhandlerlocal.html +0 -455
- package/dist/docs/classes/lambdahandler.html +0 -479
- package/dist/docs/classes/lambdahandlerlocal.html +0 -472
- package/dist/docs/classes/lambdamodule.html +0 -433
- package/dist/docs/classes/lambdanotificationhandler.html +0 -474
- package/dist/docs/classes/lambdanotificationhandlerlocal.html +0 -457
- package/dist/docs/classes/lambdasnshandler.html +0 -394
- package/dist/docs/classes/lambdasnshandlerlocal.html +0 -397
- package/dist/docs/classes/lambdasqshandler.html +0 -394
- package/dist/docs/classes/lambdasqshandlerlocal.html +0 -397
- package/dist/docs/classes/lambdasubhandler.html +0 -305
- package/dist/docs/classes/lambdawebhandler.html +0 -603
- package/dist/docs/classes/lambdawebhandlerlocal.html +0 -581
- package/dist/docs/classes/lambdawsshandler.html +0 -359
- package/dist/docs/classes/memcachedbackend.html +0 -900
- package/dist/docs/classes/mocksapiservice.html +0 -691
- package/dist/docs/classes/modelutil.html +0 -311
- package/dist/docs/classes/myconfigservice.html +0 -561
- package/dist/docs/classes/myconfigservicetest.html +0 -527
- package/dist/docs/classes/myconfigservicetest2.html +0 -522
- package/dist/docs/classes/mydummysqsservice.html +0 -419
- package/dist/docs/classes/myenginemodules.html +0 -357
- package/dist/docs/classes/mygeneralapicontroller.html +0 -837
- package/dist/docs/classes/mylemonwebcontroller.html +0 -356
- package/dist/docs/classes/mymodelfilter.html +0 -479
- package/dist/docs/classes/myprotocolservice.html +0 -993
- package/dist/docs/classes/myprotocolservicetest.html +0 -983
- package/dist/docs/classes/myservice.html +0 -329
- package/dist/docs/classes/mystorage.html +0 -1370
- package/dist/docs/classes/nodecachebackend.html +0 -714
- package/dist/docs/classes/protocolmodule.html +0 -311
- package/dist/docs/classes/proxystorageservice.html +0 -1441
- package/dist/docs/classes/query.html +0 -850
- package/dist/docs/classes/redisbackend.html +0 -781
- package/dist/docs/classes/redisstorageservice.html +0 -867
- package/dist/docs/classes/scan.html +0 -685
- package/dist/docs/classes/snsprotocoltransformer.html +0 -334
- package/dist/docs/classes/sqsprotocoltransformer.html +0 -334
- package/dist/docs/classes/typedstorageservice.html +0 -914
- package/dist/docs/classes/uniquefieldmanager.html +0 -477
- package/dist/docs/classes/usermanager.html +0 -919
- package/dist/docs/classes/utilities.html +0 -1914
- package/dist/docs/classes/webprotocoltransformer.html +0 -330
- package/dist/docs/globals.html +0 -7477
- package/dist/docs/index.html +0 -1511
- package/dist/docs/interfaces/accountitem.html +0 -277
- package/dist/docs/interfaces/accountmodel.html +0 -306
- package/dist/docs/interfaces/adaptiveparam.html +0 -203
- package/dist/docs/interfaces/apiheaders.html +0 -183
- package/dist/docs/interfaces/apihttpproxy.html +0 -304
- package/dist/docs/interfaces/apiserviceclient.html +0 -448
- package/dist/docs/interfaces/autocompletesearchparam.html +0 -282
- package/dist/docs/interfaces/betweencondition.html +0 -226
- package/dist/docs/interfaces/cachebackend.html +0 -714
- package/dist/docs/interfaces/cacheentry.html +0 -248
- package/dist/docs/interfaces/cacheoptions.html +0 -267
- package/dist/docs/interfaces/callbackdata.html +0 -279
- package/dist/docs/interfaces/callbackparam.html +0 -252
- package/dist/docs/interfaces/comparisoncondition.html +0 -226
- package/dist/docs/interfaces/coreconfigservice.html +0 -342
- package/dist/docs/interfaces/corekey.html +0 -278
- package/dist/docs/interfaces/corekeymakeable.html +0 -292
- package/dist/docs/interfaces/corekmsservice.html +0 -311
- package/dist/docs/interfaces/coremodel.html +0 -499
- package/dist/docs/interfaces/coremodelfilterable.html +0 -281
- package/dist/docs/interfaces/cores3service.html +0 -485
- package/dist/docs/interfaces/coreservices.html +0 -232
- package/dist/docs/interfaces/coresnsservice.html +0 -317
- package/dist/docs/interfaces/corewebcontroller.html +0 -271
- package/dist/docs/interfaces/cronevent.html +0 -223
- package/dist/docs/interfaces/cronparam.html +0 -212
- package/dist/docs/interfaces/dynamooption.html +0 -254
- package/dist/docs/interfaces/dynamoqueryresult.html +0 -244
- package/dist/docs/interfaces/dynamoscanresult.html +0 -244
- package/dist/docs/interfaces/dynamosimplequeriable.html +0 -308
- package/dist/docs/interfaces/dynamosimplescannable.html +0 -255
- package/dist/docs/interfaces/dynamostreambody.html +0 -268
- package/dist/docs/interfaces/dynamostreamcallback.html +0 -209
- package/dist/docs/interfaces/dynamostreamfilter.html +0 -218
- package/dist/docs/interfaces/dynamostreamparam.html +0 -240
- package/dist/docs/interfaces/elastic6item.html +0 -221
- package/dist/docs/interfaces/elastic6option.html +0 -275
- package/dist/docs/interfaces/elastic6simplequeriable.html +0 -284
- package/dist/docs/interfaces/engineconsole.html +0 -292
- package/dist/docs/interfaces/enginecore.html +0 -344
- package/dist/docs/interfaces/enginemodule.html +0 -269
- package/dist/docs/interfaces/enginemodules.html +0 -316
- package/dist/docs/interfaces/engineoption.html +0 -244
- package/dist/docs/interfaces/enginescope.html +0 -220
- package/dist/docs/interfaces/existencecondition.html +0 -212
- package/dist/docs/interfaces/filter.html +0 -253
- package/dist/docs/interfaces/generalfuntion.html +0 -207
- package/dist/docs/interfaces/generalitem.html +0 -212
- package/dist/docs/interfaces/handlermap.html +0 -171
- package/dist/docs/interfaces/incrementable.html +0 -190
- package/dist/docs/interfaces/internalkey.html +0 -210
- package/dist/docs/interfaces/internalmodel.html +0 -226
- package/dist/docs/interfaces/itementry.html +0 -241
- package/dist/docs/interfaces/jwtcommon.html +0 -242
- package/dist/docs/interfaces/lambdahandlerservice.html +0 -340
- package/dist/docs/interfaces/lemonengine.html +0 -593
- package/dist/docs/interfaces/metricpostbody.html +0 -220
- package/dist/docs/interfaces/mygeneral.html +0 -271
- package/dist/docs/interfaces/mymodel.html +0 -554
- package/dist/docs/interfaces/myprotocolparam.html +0 -359
- package/dist/docs/interfaces/nextcontext.html +0 -381
- package/dist/docs/interfaces/nextidentity.html +0 -325
- package/dist/docs/interfaces/nextidentityaccess.html +0 -495
- package/dist/docs/interfaces/nextidentitycognito.html +0 -422
- package/dist/docs/interfaces/notificationbody.html +0 -171
- package/dist/docs/interfaces/notificationparam.html +0 -304
- package/dist/docs/interfaces/options.html +0 -226
- package/dist/docs/interfaces/parrallelcallback.html +0 -203
- package/dist/docs/interfaces/parrallelparam.html +0 -285
- package/dist/docs/interfaces/protocolbody.html +0 -183
- package/dist/docs/interfaces/protocolparam.html +0 -336
- package/dist/docs/interfaces/protocolservice.html +0 -548
- package/dist/docs/interfaces/protocoltransformer.html +0 -295
- package/dist/docs/interfaces/proxyparams.html +0 -212
- package/dist/docs/interfaces/putobjectresult.html +0 -282
- package/dist/docs/interfaces/queryresult.html +0 -272
- package/dist/docs/interfaces/redisoptions.html +0 -248
- package/dist/docs/interfaces/simplesearchparam.html +0 -351
- package/dist/docs/interfaces/slackaction.html +0 -240
- package/dist/docs/interfaces/slackattachment.html +0 -459
- package/dist/docs/interfaces/slackpostbody.html +0 -240
- package/dist/docs/interfaces/sqsattribute.html +0 -171
- package/dist/docs/interfaces/sqsmessage.html +0 -254
- package/dist/docs/interfaces/sqsrecord.html +0 -324
- package/dist/docs/interfaces/sqsservice.html +0 -333
- package/dist/docs/interfaces/sqsstatistics.html +0 -240
- package/dist/docs/interfaces/storagemakeable.html +0 -258
- package/dist/docs/interfaces/storagemodel.html +0 -285
- package/dist/docs/interfaces/storageservice.html +0 -497
- package/dist/docs/interfaces/stringcondition.html +0 -226
- package/dist/docs/interfaces/tagset.html +0 -171
- package/dist/docs/interfaces/testmodel.html +0 -334
- package/dist/docs/interfaces/timeout.html +0 -233
- package/dist/docs/interfaces/updatable.html +0 -193
- package/dist/docs/interfaces/user.html +0 -534
|
@@ -1,791 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>DummyElastic6Service | lemon-core - v2.2.17</title>
|
|
7
|
-
<meta name="description" content="">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
</head>
|
|
11
|
-
<body>
|
|
12
|
-
<header>
|
|
13
|
-
<div class="tsd-page-toolbar">
|
|
14
|
-
<div class="container">
|
|
15
|
-
<div class="table-wrap">
|
|
16
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
|
|
17
|
-
<div class="field">
|
|
18
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
19
|
-
<input id="tsd-search-field" type="text" />
|
|
20
|
-
</div>
|
|
21
|
-
<ul class="results">
|
|
22
|
-
<li class="state loading">Preparing search index...</li>
|
|
23
|
-
<li class="state failure">The search index is not available</li>
|
|
24
|
-
</ul>
|
|
25
|
-
<a href="../index.html" class="title">lemon-core - v2.2.17</a>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="table-cell" id="tsd-widgets">
|
|
28
|
-
<div id="tsd-filter">
|
|
29
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
30
|
-
<div class="tsd-filter-group">
|
|
31
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
32
|
-
<span class="tsd-select-label">All</span>
|
|
33
|
-
<ul class="tsd-select-list">
|
|
34
|
-
<li data-value="public">Public</li>
|
|
35
|
-
<li data-value="protected">Public/Protected</li>
|
|
36
|
-
<li data-value="private" class="selected">All</li>
|
|
37
|
-
</ul>
|
|
38
|
-
</div>
|
|
39
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
40
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
41
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
42
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
43
|
-
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
44
|
-
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
<div class="tsd-page-title">
|
|
53
|
-
<div class="container">
|
|
54
|
-
<ul class="tsd-breadcrumb">
|
|
55
|
-
<li>
|
|
56
|
-
<a href="../globals.html">Globals</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="dummyelastic6service.html">DummyElastic6Service</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Class DummyElastic6Service<T></h1>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
65
|
-
</header>
|
|
66
|
-
<div class="container container-main">
|
|
67
|
-
<div class="row">
|
|
68
|
-
<div class="col-8 col-content">
|
|
69
|
-
<section class="tsd-panel tsd-comment">
|
|
70
|
-
<div class="tsd-comment tsd-typography">
|
|
71
|
-
<div class="lead">
|
|
72
|
-
<p>class: <code>DummyElastic6Service</code></p>
|
|
73
|
-
<ul>
|
|
74
|
-
<li>service in-memory dummy data</li>
|
|
75
|
-
</ul>
|
|
76
|
-
</div>
|
|
77
|
-
</div>
|
|
78
|
-
</section>
|
|
79
|
-
<section class="tsd-panel tsd-type-parameters">
|
|
80
|
-
<h3>Type parameters</h3>
|
|
81
|
-
<ul class="tsd-type-parameters">
|
|
82
|
-
<li>
|
|
83
|
-
<h4>T<span class="tsd-signature-symbol">: </span><a href="../interfaces/generalitem.html" class="tsd-signature-type">GeneralItem</a></h4>
|
|
84
|
-
</li>
|
|
85
|
-
</ul>
|
|
86
|
-
</section>
|
|
87
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
88
|
-
<h3>Hierarchy</h3>
|
|
89
|
-
<ul class="tsd-hierarchy">
|
|
90
|
-
<li>
|
|
91
|
-
<a href="elastic6service.html" class="tsd-signature-type">Elastic6Service</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span>
|
|
92
|
-
<ul class="tsd-hierarchy">
|
|
93
|
-
<li>
|
|
94
|
-
<span class="target">DummyElastic6Service</span>
|
|
95
|
-
</li>
|
|
96
|
-
</ul>
|
|
97
|
-
</li>
|
|
98
|
-
</ul>
|
|
99
|
-
</section>
|
|
100
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
101
|
-
<h2>Index</h2>
|
|
102
|
-
<section class="tsd-panel tsd-index-panel">
|
|
103
|
-
<div class="tsd-index-content">
|
|
104
|
-
<section class="tsd-index-section ">
|
|
105
|
-
<h3>Constructors</h3>
|
|
106
|
-
<ul class="tsd-index-list">
|
|
107
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="dummyelastic6service.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
108
|
-
</ul>
|
|
109
|
-
</section>
|
|
110
|
-
<section class="tsd-index-section ">
|
|
111
|
-
<h3>Properties</h3>
|
|
112
|
-
<ul class="tsd-index-list">
|
|
113
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="dummyelastic6service.html#buffer" class="tsd-kind-icon">buffer</a></li>
|
|
114
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="dummyelastic6service.html#options" class="tsd-kind-icon">options</a></li>
|
|
115
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="dummyelastic6service.html#decomposed_field" class="tsd-kind-icon">DECOMPOSED_<wbr>FIELD</a></li>
|
|
116
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="dummyelastic6service.html#qwerty_field" class="tsd-kind-icon">QWERTY_<wbr>FIELD</a></li>
|
|
117
|
-
</ul>
|
|
118
|
-
</section>
|
|
119
|
-
<section class="tsd-index-section ">
|
|
120
|
-
<h3>Methods</h3>
|
|
121
|
-
<ul class="tsd-index-list">
|
|
122
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummyelastic6service.html#createindex" class="tsd-kind-icon">create<wbr>Index</a></li>
|
|
123
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="dummyelastic6service.html#deleteitem" class="tsd-kind-icon">delete<wbr>Item</a></li>
|
|
124
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummyelastic6service.html#describe" class="tsd-kind-icon">describe</a></li>
|
|
125
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummyelastic6service.html#destroyindex" class="tsd-kind-icon">destroy<wbr>Index</a></li>
|
|
126
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummyelastic6service.html#flushindex" class="tsd-kind-icon">flush<wbr>Index</a></li>
|
|
127
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="dummyelastic6service.html#hello" class="tsd-kind-icon">hello</a></li>
|
|
128
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="dummyelastic6service.html#load" class="tsd-kind-icon">load</a></li>
|
|
129
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummyelastic6service.html#pushitem" class="tsd-kind-icon">push<wbr>Item</a></li>
|
|
130
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="dummyelastic6service.html#readitem" class="tsd-kind-icon">read<wbr>Item</a></li>
|
|
131
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="dummyelastic6service.html#refreshindex" class="tsd-kind-icon">refresh<wbr>Index</a></li>
|
|
132
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="dummyelastic6service.html#saveitem" class="tsd-kind-icon">save<wbr>Item</a></li>
|
|
133
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite"><a href="dummyelastic6service.html#updateitem" class="tsd-kind-icon">update<wbr>Item</a></li>
|
|
134
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="dummyelastic6service.html#instance" class="tsd-kind-icon">instance</a></li>
|
|
135
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="dummyelastic6service.html#preparesettings" class="tsd-kind-icon">prepare<wbr>Settings</a></li>
|
|
136
|
-
</ul>
|
|
137
|
-
</section>
|
|
138
|
-
</div>
|
|
139
|
-
</section>
|
|
140
|
-
</section>
|
|
141
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
142
|
-
<h2>Constructors</h2>
|
|
143
|
-
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
|
|
144
|
-
<a name="constructor" class="tsd-anchor"></a>
|
|
145
|
-
<h3>constructor</h3>
|
|
146
|
-
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
|
|
147
|
-
<li class="tsd-signature tsd-kind-icon">new <wbr>Dummy<wbr>Elastic6<wbr>Service<span class="tsd-signature-symbol">(</span>dataFile<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">: </span><a href="../interfaces/elastic6option.html" class="tsd-signature-type">Elastic6Option</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="dummyelastic6service.html" class="tsd-signature-type">DummyElastic6Service</a></li>
|
|
148
|
-
</ul>
|
|
149
|
-
<ul class="tsd-descriptions">
|
|
150
|
-
<li class="tsd-description">
|
|
151
|
-
<aside class="tsd-sources">
|
|
152
|
-
<p>Overrides <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#constructor">constructor</a></p>
|
|
153
|
-
<ul>
|
|
154
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L740">src/cores/elastic6-service.ts:740</a></li>
|
|
155
|
-
</ul>
|
|
156
|
-
</aside>
|
|
157
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
158
|
-
<ul class="tsd-parameters">
|
|
159
|
-
<li>
|
|
160
|
-
<h5>dataFile: <span class="tsd-signature-type">string</span></h5>
|
|
161
|
-
</li>
|
|
162
|
-
<li>
|
|
163
|
-
<h5>options: <a href="../interfaces/elastic6option.html" class="tsd-signature-type">Elastic6Option</a></h5>
|
|
164
|
-
</li>
|
|
165
|
-
</ul>
|
|
166
|
-
<h4 class="tsd-returns-title">Returns <a href="dummyelastic6service.html" class="tsd-signature-type">DummyElastic6Service</a></h4>
|
|
167
|
-
</li>
|
|
168
|
-
</ul>
|
|
169
|
-
</section>
|
|
170
|
-
</section>
|
|
171
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
172
|
-
<h2>Properties</h2>
|
|
173
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
|
|
174
|
-
<a name="buffer" class="tsd-anchor"></a>
|
|
175
|
-
<h3><span class="tsd-flag ts-flagPrivate">Private</span> buffer</h3>
|
|
176
|
-
<div class="tsd-signature tsd-kind-icon">buffer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
|
|
177
|
-
<aside class="tsd-sources">
|
|
178
|
-
<ul>
|
|
179
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L749">src/cores/elastic6-service.ts:749</a></li>
|
|
180
|
-
</ul>
|
|
181
|
-
</aside>
|
|
182
|
-
<div class="tsd-type-declaration">
|
|
183
|
-
<h4>Type declaration</h4>
|
|
184
|
-
<ul class="tsd-parameters">
|
|
185
|
-
<li class="tsd-parameter-index-signature">
|
|
186
|
-
<h5><span class="tsd-signature-symbol">[</span>id: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">T</span></h5>
|
|
187
|
-
</li>
|
|
188
|
-
</ul>
|
|
189
|
-
</div>
|
|
190
|
-
</section>
|
|
191
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
192
|
-
<a name="options" class="tsd-anchor"></a>
|
|
193
|
-
<h3><span class="tsd-flag ts-flagProtected">Protected</span> options</h3>
|
|
194
|
-
<div class="tsd-signature tsd-kind-icon">options<span class="tsd-signature-symbol">:</span> <a href="../interfaces/elastic6option.html" class="tsd-signature-type">Elastic6Option</a></div>
|
|
195
|
-
<aside class="tsd-sources">
|
|
196
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#options">options</a></p>
|
|
197
|
-
<ul>
|
|
198
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L59">src/cores/elastic6-service.ts:59</a></li>
|
|
199
|
-
</ul>
|
|
200
|
-
</aside>
|
|
201
|
-
</section>
|
|
202
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
203
|
-
<a name="decomposed_field" class="tsd-anchor"></a>
|
|
204
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> DECOMPOSED_<wbr>FIELD</h3>
|
|
205
|
-
<div class="tsd-signature tsd-kind-icon">DECOMPOSED_<wbr>FIELD<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"_decomposed"</span><span class="tsd-signature-symbol"> = "_decomposed"</span></div>
|
|
206
|
-
<aside class="tsd-sources">
|
|
207
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#decomposed_field">DECOMPOSED_FIELD</a></p>
|
|
208
|
-
<ul>
|
|
209
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L56">src/cores/elastic6-service.ts:56</a></li>
|
|
210
|
-
</ul>
|
|
211
|
-
</aside>
|
|
212
|
-
</section>
|
|
213
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
214
|
-
<a name="qwerty_field" class="tsd-anchor"></a>
|
|
215
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> QWERTY_<wbr>FIELD</h3>
|
|
216
|
-
<div class="tsd-signature tsd-kind-icon">QWERTY_<wbr>FIELD<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"_qwerty"</span><span class="tsd-signature-symbol"> = "_qwerty"</span></div>
|
|
217
|
-
<aside class="tsd-sources">
|
|
218
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#qwerty_field">QWERTY_FIELD</a></p>
|
|
219
|
-
<ul>
|
|
220
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L57">src/cores/elastic6-service.ts:57</a></li>
|
|
221
|
-
</ul>
|
|
222
|
-
</aside>
|
|
223
|
-
</section>
|
|
224
|
-
</section>
|
|
225
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
226
|
-
<h2>Methods</h2>
|
|
227
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
228
|
-
<a name="createindex" class="tsd-anchor"></a>
|
|
229
|
-
<h3>create<wbr>Index</h3>
|
|
230
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
231
|
-
<li class="tsd-signature tsd-kind-icon">create<wbr>Index<span class="tsd-signature-symbol">(</span>settings<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
232
|
-
</ul>
|
|
233
|
-
<ul class="tsd-descriptions">
|
|
234
|
-
<li class="tsd-description">
|
|
235
|
-
<aside class="tsd-sources">
|
|
236
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#createindex">createIndex</a></p>
|
|
237
|
-
<ul>
|
|
238
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L91">src/cores/elastic6-service.ts:91</a></li>
|
|
239
|
-
</ul>
|
|
240
|
-
</aside>
|
|
241
|
-
<div class="tsd-comment tsd-typography">
|
|
242
|
-
<div class="lead">
|
|
243
|
-
<p>create index by name</p>
|
|
244
|
-
</div>
|
|
245
|
-
</div>
|
|
246
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
247
|
-
<ul class="tsd-parameters">
|
|
248
|
-
<li>
|
|
249
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> settings: <span class="tsd-signature-type">any</span></h5>
|
|
250
|
-
<div class="tsd-comment tsd-typography">
|
|
251
|
-
<p>creating settings</p>
|
|
252
|
-
</div>
|
|
253
|
-
</li>
|
|
254
|
-
</ul>
|
|
255
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
256
|
-
</li>
|
|
257
|
-
</ul>
|
|
258
|
-
</section>
|
|
259
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
260
|
-
<a name="deleteitem" class="tsd-anchor"></a>
|
|
261
|
-
<h3>delete<wbr>Item</h3>
|
|
262
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
263
|
-
<li class="tsd-signature tsd-kind-icon">delete<wbr>Item<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, sort<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></li>
|
|
264
|
-
</ul>
|
|
265
|
-
<ul class="tsd-descriptions">
|
|
266
|
-
<li class="tsd-description">
|
|
267
|
-
<aside class="tsd-sources">
|
|
268
|
-
<p>Overrides <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#deleteitem">deleteItem</a></p>
|
|
269
|
-
<ul>
|
|
270
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L776">src/cores/elastic6-service.ts:776</a></li>
|
|
271
|
-
</ul>
|
|
272
|
-
</aside>
|
|
273
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
274
|
-
<ul class="tsd-parameters">
|
|
275
|
-
<li>
|
|
276
|
-
<h5>id: <span class="tsd-signature-type">string</span></h5>
|
|
277
|
-
</li>
|
|
278
|
-
<li>
|
|
279
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sort: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h5>
|
|
280
|
-
</li>
|
|
281
|
-
</ul>
|
|
282
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h4>
|
|
283
|
-
</li>
|
|
284
|
-
</ul>
|
|
285
|
-
</section>
|
|
286
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
287
|
-
<a name="describe" class="tsd-anchor"></a>
|
|
288
|
-
<h3>describe</h3>
|
|
289
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
290
|
-
<li class="tsd-signature tsd-kind-icon">describe<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">></span></li>
|
|
291
|
-
</ul>
|
|
292
|
-
<ul class="tsd-descriptions">
|
|
293
|
-
<li class="tsd-description">
|
|
294
|
-
<aside class="tsd-sources">
|
|
295
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#describe">describe</a></p>
|
|
296
|
-
<ul>
|
|
297
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L194">src/cores/elastic6-service.ts:194</a></li>
|
|
298
|
-
</ul>
|
|
299
|
-
</aside>
|
|
300
|
-
<div class="tsd-comment tsd-typography">
|
|
301
|
-
<div class="lead">
|
|
302
|
-
<p>describe <code>settings</code> and <code>mappings</code> of index.</p>
|
|
303
|
-
</div>
|
|
304
|
-
</div>
|
|
305
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">></span></h4>
|
|
306
|
-
</li>
|
|
307
|
-
</ul>
|
|
308
|
-
</section>
|
|
309
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
310
|
-
<a name="destroyindex" class="tsd-anchor"></a>
|
|
311
|
-
<h3>destroy<wbr>Index</h3>
|
|
312
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
313
|
-
<li class="tsd-signature tsd-kind-icon">destroy<wbr>Index<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
314
|
-
</ul>
|
|
315
|
-
<ul class="tsd-descriptions">
|
|
316
|
-
<li class="tsd-description">
|
|
317
|
-
<aside class="tsd-sources">
|
|
318
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#destroyindex">destroyIndex</a></p>
|
|
319
|
-
<ul>
|
|
320
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L128">src/cores/elastic6-service.ts:128</a></li>
|
|
321
|
-
</ul>
|
|
322
|
-
</aside>
|
|
323
|
-
<div class="tsd-comment tsd-typography">
|
|
324
|
-
<div class="lead">
|
|
325
|
-
<p>destroy search index</p>
|
|
326
|
-
</div>
|
|
327
|
-
</div>
|
|
328
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
329
|
-
</li>
|
|
330
|
-
</ul>
|
|
331
|
-
</section>
|
|
332
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
333
|
-
<a name="flushindex" class="tsd-anchor"></a>
|
|
334
|
-
<h3>flush<wbr>Index</h3>
|
|
335
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
336
|
-
<li class="tsd-signature tsd-kind-icon">flush<wbr>Index<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
337
|
-
</ul>
|
|
338
|
-
<ul class="tsd-descriptions">
|
|
339
|
-
<li class="tsd-description">
|
|
340
|
-
<aside class="tsd-sources">
|
|
341
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#flushindex">flushIndex</a></p>
|
|
342
|
-
<ul>
|
|
343
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L173">src/cores/elastic6-service.ts:173</a></li>
|
|
344
|
-
</ul>
|
|
345
|
-
</aside>
|
|
346
|
-
<div class="tsd-comment tsd-typography">
|
|
347
|
-
<div class="lead">
|
|
348
|
-
<p>flush search index - force store changes into search index immediately</p>
|
|
349
|
-
</div>
|
|
350
|
-
</div>
|
|
351
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
352
|
-
</li>
|
|
353
|
-
</ul>
|
|
354
|
-
</section>
|
|
355
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
356
|
-
<a name="hello" class="tsd-anchor"></a>
|
|
357
|
-
<h3>hello</h3>
|
|
358
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
359
|
-
<li class="tsd-signature tsd-kind-icon">hello<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
360
|
-
</ul>
|
|
361
|
-
<ul class="tsd-descriptions">
|
|
362
|
-
<li class="tsd-description">
|
|
363
|
-
<aside class="tsd-sources">
|
|
364
|
-
<p>Overrides <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#hello">hello</a></p>
|
|
365
|
-
<ul>
|
|
366
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L762">src/cores/elastic6-service.ts:762</a></li>
|
|
367
|
-
</ul>
|
|
368
|
-
</aside>
|
|
369
|
-
<div class="tsd-comment tsd-typography">
|
|
370
|
-
<div class="lead">
|
|
371
|
-
<p>say hello()</p>
|
|
372
|
-
</div>
|
|
373
|
-
</div>
|
|
374
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
375
|
-
</li>
|
|
376
|
-
</ul>
|
|
377
|
-
</section>
|
|
378
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
379
|
-
<a name="load" class="tsd-anchor"></a>
|
|
380
|
-
<h3>load</h3>
|
|
381
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
382
|
-
<li class="tsd-signature tsd-kind-icon">load<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
383
|
-
</ul>
|
|
384
|
-
<ul class="tsd-descriptions">
|
|
385
|
-
<li class="tsd-description">
|
|
386
|
-
<aside class="tsd-sources">
|
|
387
|
-
<ul>
|
|
388
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L750">src/cores/elastic6-service.ts:750</a></li>
|
|
389
|
-
</ul>
|
|
390
|
-
</aside>
|
|
391
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
392
|
-
<ul class="tsd-parameters">
|
|
393
|
-
<li>
|
|
394
|
-
<h5>data: <span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
395
|
-
</li>
|
|
396
|
-
</ul>
|
|
397
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
398
|
-
</li>
|
|
399
|
-
</ul>
|
|
400
|
-
</section>
|
|
401
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
402
|
-
<a name="pushitem" class="tsd-anchor"></a>
|
|
403
|
-
<h3>push<wbr>Item</h3>
|
|
404
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
405
|
-
<li class="tsd-signature tsd-kind-icon">push<wbr>Item<span class="tsd-signature-symbol">(</span>item<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span>, type<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></li>
|
|
406
|
-
</ul>
|
|
407
|
-
<ul class="tsd-descriptions">
|
|
408
|
-
<li class="tsd-description">
|
|
409
|
-
<aside class="tsd-sources">
|
|
410
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#pushitem">pushItem</a></p>
|
|
411
|
-
<ul>
|
|
412
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L279">src/cores/elastic6-service.ts:279</a></li>
|
|
413
|
-
</ul>
|
|
414
|
-
</aside>
|
|
415
|
-
<div class="tsd-comment tsd-typography">
|
|
416
|
-
<div class="lead">
|
|
417
|
-
<p>push item for time-series data.</p>
|
|
418
|
-
</div>
|
|
419
|
-
</div>
|
|
420
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
421
|
-
<ul class="tsd-parameters">
|
|
422
|
-
<li>
|
|
423
|
-
<h5>item: <span class="tsd-signature-type">T</span></h5>
|
|
424
|
-
<div class="tsd-comment tsd-typography">
|
|
425
|
-
<p>item to push</p>
|
|
426
|
-
</div>
|
|
427
|
-
</li>
|
|
428
|
-
<li>
|
|
429
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> type: <span class="tsd-signature-type">string</span></h5>
|
|
430
|
-
</li>
|
|
431
|
-
</ul>
|
|
432
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h4>
|
|
433
|
-
</li>
|
|
434
|
-
</ul>
|
|
435
|
-
</section>
|
|
436
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
437
|
-
<a name="readitem" class="tsd-anchor"></a>
|
|
438
|
-
<h3>read<wbr>Item</h3>
|
|
439
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
440
|
-
<li class="tsd-signature tsd-kind-icon">read<wbr>Item<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></li>
|
|
441
|
-
</ul>
|
|
442
|
-
<ul class="tsd-descriptions">
|
|
443
|
-
<li class="tsd-description">
|
|
444
|
-
<aside class="tsd-sources">
|
|
445
|
-
<p>Overrides <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#readitem">readItem</a></p>
|
|
446
|
-
<ul>
|
|
447
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L764">src/cores/elastic6-service.ts:764</a></li>
|
|
448
|
-
</ul>
|
|
449
|
-
</aside>
|
|
450
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
451
|
-
<ul class="tsd-parameters">
|
|
452
|
-
<li>
|
|
453
|
-
<h5>id: <span class="tsd-signature-type">string</span></h5>
|
|
454
|
-
</li>
|
|
455
|
-
</ul>
|
|
456
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h4>
|
|
457
|
-
</li>
|
|
458
|
-
</ul>
|
|
459
|
-
</section>
|
|
460
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
461
|
-
<a name="refreshindex" class="tsd-anchor"></a>
|
|
462
|
-
<h3>refresh<wbr>Index</h3>
|
|
463
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
464
|
-
<li class="tsd-signature tsd-kind-icon">refresh<wbr>Index<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
465
|
-
</ul>
|
|
466
|
-
<ul class="tsd-descriptions">
|
|
467
|
-
<li class="tsd-description">
|
|
468
|
-
<aside class="tsd-sources">
|
|
469
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#refreshindex">refreshIndex</a></p>
|
|
470
|
-
<ul>
|
|
471
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L152">src/cores/elastic6-service.ts:152</a></li>
|
|
472
|
-
</ul>
|
|
473
|
-
</aside>
|
|
474
|
-
<div class="tsd-comment tsd-typography">
|
|
475
|
-
<div class="lead">
|
|
476
|
-
<p>refresh search index - refresh index to make all items searchable</p>
|
|
477
|
-
</div>
|
|
478
|
-
</div>
|
|
479
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
480
|
-
</li>
|
|
481
|
-
</ul>
|
|
482
|
-
</section>
|
|
483
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
484
|
-
<a name="saveitem" class="tsd-anchor"></a>
|
|
485
|
-
<h3>save<wbr>Item</h3>
|
|
486
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
487
|
-
<li class="tsd-signature tsd-kind-icon">save<wbr>Item<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, item<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></li>
|
|
488
|
-
</ul>
|
|
489
|
-
<ul class="tsd-descriptions">
|
|
490
|
-
<li class="tsd-description">
|
|
491
|
-
<aside class="tsd-sources">
|
|
492
|
-
<p>Overrides <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#saveitem">saveItem</a></p>
|
|
493
|
-
<ul>
|
|
494
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L770">src/cores/elastic6-service.ts:770</a></li>
|
|
495
|
-
</ul>
|
|
496
|
-
</aside>
|
|
497
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
498
|
-
<ul class="tsd-parameters">
|
|
499
|
-
<li>
|
|
500
|
-
<h5>id: <span class="tsd-signature-type">string</span></h5>
|
|
501
|
-
</li>
|
|
502
|
-
<li>
|
|
503
|
-
<h5>item: <span class="tsd-signature-type">T</span></h5>
|
|
504
|
-
</li>
|
|
505
|
-
</ul>
|
|
506
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h4>
|
|
507
|
-
</li>
|
|
508
|
-
</ul>
|
|
509
|
-
</section>
|
|
510
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
511
|
-
<a name="updateitem" class="tsd-anchor"></a>
|
|
512
|
-
<h3>update<wbr>Item</h3>
|
|
513
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
514
|
-
<li class="tsd-signature tsd-kind-icon">update<wbr>Item<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, updates<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span>, increments<span class="tsd-signature-symbol">?: </span><a href="../interfaces/incrementable.html" class="tsd-signature-type">Incrementable</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></li>
|
|
515
|
-
</ul>
|
|
516
|
-
<ul class="tsd-descriptions">
|
|
517
|
-
<li class="tsd-description">
|
|
518
|
-
<aside class="tsd-sources">
|
|
519
|
-
<p>Overrides <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#updateitem">updateItem</a></p>
|
|
520
|
-
<ul>
|
|
521
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L782">src/cores/elastic6-service.ts:782</a></li>
|
|
522
|
-
</ul>
|
|
523
|
-
</aside>
|
|
524
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
525
|
-
<ul class="tsd-parameters">
|
|
526
|
-
<li>
|
|
527
|
-
<h5>id: <span class="tsd-signature-type">string</span></h5>
|
|
528
|
-
</li>
|
|
529
|
-
<li>
|
|
530
|
-
<h5>updates: <span class="tsd-signature-type">T</span></h5>
|
|
531
|
-
</li>
|
|
532
|
-
<li>
|
|
533
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> increments: <a href="../interfaces/incrementable.html" class="tsd-signature-type">Incrementable</a></h5>
|
|
534
|
-
</li>
|
|
535
|
-
</ul>
|
|
536
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></h4>
|
|
537
|
-
</li>
|
|
538
|
-
</ul>
|
|
539
|
-
</section>
|
|
540
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
541
|
-
<a name="instance" class="tsd-anchor"></a>
|
|
542
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> instance</h3>
|
|
543
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
544
|
-
<li class="tsd-signature tsd-kind-icon">instance<span class="tsd-signature-symbol">(</span>endpoint<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span></li>
|
|
545
|
-
</ul>
|
|
546
|
-
<ul class="tsd-descriptions">
|
|
547
|
-
<li class="tsd-description">
|
|
548
|
-
<aside class="tsd-sources">
|
|
549
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#instance">instance</a></p>
|
|
550
|
-
<ul>
|
|
551
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L81">src/cores/elastic6-service.ts:81</a></li>
|
|
552
|
-
</ul>
|
|
553
|
-
</aside>
|
|
554
|
-
<div class="tsd-comment tsd-typography">
|
|
555
|
-
<div class="lead">
|
|
556
|
-
<p>simple instance maker.</p>
|
|
557
|
-
</div>
|
|
558
|
-
<dl class="tsd-comment-tags">
|
|
559
|
-
<dt>see</dt>
|
|
560
|
-
<dd><p><a href="https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/configuration.html">https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/configuration.html</a></p>
|
|
561
|
-
</dd>
|
|
562
|
-
</dl>
|
|
563
|
-
</div>
|
|
564
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
565
|
-
<ul class="tsd-parameters">
|
|
566
|
-
<li>
|
|
567
|
-
<h5>endpoint: <span class="tsd-signature-type">string</span></h5>
|
|
568
|
-
<div class="tsd-comment tsd-typography">
|
|
569
|
-
<p>service-url</p>
|
|
570
|
-
</div>
|
|
571
|
-
</li>
|
|
572
|
-
</ul>
|
|
573
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4>
|
|
574
|
-
<ul class="tsd-parameters">
|
|
575
|
-
<li class="tsd-parameter">
|
|
576
|
-
<h5>client<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Client</span></h5>
|
|
577
|
-
</li>
|
|
578
|
-
</ul>
|
|
579
|
-
</li>
|
|
580
|
-
</ul>
|
|
581
|
-
</section>
|
|
582
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
583
|
-
<a name="preparesettings" class="tsd-anchor"></a>
|
|
584
|
-
<h3><span class="tsd-flag ts-flagStatic">Static</span> prepare<wbr>Settings</h3>
|
|
585
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
586
|
-
<li class="tsd-signature tsd-kind-icon">prepare<wbr>Settings<span class="tsd-signature-symbol">(</span>docType<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, idName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, timeSeries<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span>, shards<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, replicas<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
|
|
587
|
-
</ul>
|
|
588
|
-
<ul class="tsd-descriptions">
|
|
589
|
-
<li class="tsd-description">
|
|
590
|
-
<aside class="tsd-sources">
|
|
591
|
-
<p>Inherited from <a href="elastic6service.html">Elastic6Service</a>.<a href="elastic6service.html#preparesettings">prepareSettings</a></p>
|
|
592
|
-
<ul>
|
|
593
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.ts#L451">src/cores/elastic6-service.ts:451</a></li>
|
|
594
|
-
</ul>
|
|
595
|
-
</aside>
|
|
596
|
-
<div class="tsd-comment tsd-typography">
|
|
597
|
-
<div class="lead">
|
|
598
|
-
<p>prepare default setting</p>
|
|
599
|
-
<ul>
|
|
600
|
-
<li>migrated from engine-v2.</li>
|
|
601
|
-
</ul>
|
|
602
|
-
</div>
|
|
603
|
-
</div>
|
|
604
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
605
|
-
<ul class="tsd-parameters">
|
|
606
|
-
<li>
|
|
607
|
-
<h5>docType: <span class="tsd-signature-type">string</span></h5>
|
|
608
|
-
<div class="tsd-comment tsd-typography">
|
|
609
|
-
<p>document type name</p>
|
|
610
|
-
</div>
|
|
611
|
-
</li>
|
|
612
|
-
<li>
|
|
613
|
-
<h5>idName: <span class="tsd-signature-type">string</span></h5>
|
|
614
|
-
<div class="tsd-comment tsd-typography">
|
|
615
|
-
<p>id-name</p>
|
|
616
|
-
</div>
|
|
617
|
-
</li>
|
|
618
|
-
<li>
|
|
619
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> timeSeries: <span class="tsd-signature-type">boolean</span></h5>
|
|
620
|
-
<div class="tsd-comment tsd-typography">
|
|
621
|
-
<p>flag of TIMESERIES (default false)</p>
|
|
622
|
-
</div>
|
|
623
|
-
</li>
|
|
624
|
-
<li>
|
|
625
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> shards: <span class="tsd-signature-type">number</span></h5>
|
|
626
|
-
<div class="tsd-comment tsd-typography">
|
|
627
|
-
<p>number of shards (default 4)</p>
|
|
628
|
-
</div>
|
|
629
|
-
</li>
|
|
630
|
-
<li>
|
|
631
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> replicas: <span class="tsd-signature-type">number</span></h5>
|
|
632
|
-
<div class="tsd-comment tsd-typography">
|
|
633
|
-
<p>number of replicas (default 1)</p>
|
|
634
|
-
</div>
|
|
635
|
-
</li>
|
|
636
|
-
</ul>
|
|
637
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
638
|
-
</li>
|
|
639
|
-
</ul>
|
|
640
|
-
</section>
|
|
641
|
-
</section>
|
|
642
|
-
</div>
|
|
643
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
644
|
-
<nav class="tsd-navigation primary">
|
|
645
|
-
<ul>
|
|
646
|
-
<li class="globals ">
|
|
647
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
648
|
-
</li>
|
|
649
|
-
</ul>
|
|
650
|
-
</nav>
|
|
651
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
652
|
-
<ul class="before-current">
|
|
653
|
-
</ul>
|
|
654
|
-
<ul class="current">
|
|
655
|
-
<li class="current tsd-kind-class tsd-has-type-parameter">
|
|
656
|
-
<a href="dummyelastic6service.html" class="tsd-kind-icon">Dummy<wbr>Elastic6<wbr>Service</a>
|
|
657
|
-
<ul>
|
|
658
|
-
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
|
|
659
|
-
<a href="dummyelastic6service.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
660
|
-
</li>
|
|
661
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
|
|
662
|
-
<a href="dummyelastic6service.html#buffer" class="tsd-kind-icon">buffer</a>
|
|
663
|
-
</li>
|
|
664
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
|
|
665
|
-
<a href="dummyelastic6service.html#options" class="tsd-kind-icon">options</a>
|
|
666
|
-
</li>
|
|
667
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
668
|
-
<a href="dummyelastic6service.html#decomposed_field" class="tsd-kind-icon">DECOMPOSED_<wbr>FIELD</a>
|
|
669
|
-
</li>
|
|
670
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
671
|
-
<a href="dummyelastic6service.html#qwerty_field" class="tsd-kind-icon">QWERTY_<wbr>FIELD</a>
|
|
672
|
-
</li>
|
|
673
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
674
|
-
<a href="dummyelastic6service.html#createindex" class="tsd-kind-icon">create<wbr>Index</a>
|
|
675
|
-
</li>
|
|
676
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
677
|
-
<a href="dummyelastic6service.html#deleteitem" class="tsd-kind-icon">delete<wbr>Item</a>
|
|
678
|
-
</li>
|
|
679
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
680
|
-
<a href="dummyelastic6service.html#describe" class="tsd-kind-icon">describe</a>
|
|
681
|
-
</li>
|
|
682
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
683
|
-
<a href="dummyelastic6service.html#destroyindex" class="tsd-kind-icon">destroy<wbr>Index</a>
|
|
684
|
-
</li>
|
|
685
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
686
|
-
<a href="dummyelastic6service.html#flushindex" class="tsd-kind-icon">flush<wbr>Index</a>
|
|
687
|
-
</li>
|
|
688
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
689
|
-
<a href="dummyelastic6service.html#hello" class="tsd-kind-icon">hello</a>
|
|
690
|
-
</li>
|
|
691
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
692
|
-
<a href="dummyelastic6service.html#load" class="tsd-kind-icon">load</a>
|
|
693
|
-
</li>
|
|
694
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
695
|
-
<a href="dummyelastic6service.html#pushitem" class="tsd-kind-icon">push<wbr>Item</a>
|
|
696
|
-
</li>
|
|
697
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
698
|
-
<a href="dummyelastic6service.html#readitem" class="tsd-kind-icon">read<wbr>Item</a>
|
|
699
|
-
</li>
|
|
700
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
701
|
-
<a href="dummyelastic6service.html#refreshindex" class="tsd-kind-icon">refresh<wbr>Index</a>
|
|
702
|
-
</li>
|
|
703
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
704
|
-
<a href="dummyelastic6service.html#saveitem" class="tsd-kind-icon">save<wbr>Item</a>
|
|
705
|
-
</li>
|
|
706
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite">
|
|
707
|
-
<a href="dummyelastic6service.html#updateitem" class="tsd-kind-icon">update<wbr>Item</a>
|
|
708
|
-
</li>
|
|
709
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
710
|
-
<a href="dummyelastic6service.html#instance" class="tsd-kind-icon">instance</a>
|
|
711
|
-
</li>
|
|
712
|
-
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static">
|
|
713
|
-
<a href="dummyelastic6service.html#preparesettings" class="tsd-kind-icon">prepare<wbr>Settings</a>
|
|
714
|
-
</li>
|
|
715
|
-
</ul>
|
|
716
|
-
</li>
|
|
717
|
-
</ul>
|
|
718
|
-
<ul class="after-current">
|
|
719
|
-
</ul>
|
|
720
|
-
</nav>
|
|
721
|
-
</div>
|
|
722
|
-
</div>
|
|
723
|
-
</div>
|
|
724
|
-
<footer class="with-border-bottom">
|
|
725
|
-
<div class="container">
|
|
726
|
-
<h2>Legend</h2>
|
|
727
|
-
<div class="tsd-legend-group">
|
|
728
|
-
<ul class="tsd-legend">
|
|
729
|
-
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
|
|
730
|
-
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
|
|
731
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
732
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
733
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
734
|
-
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
|
735
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
736
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
737
|
-
</ul>
|
|
738
|
-
<ul class="tsd-legend">
|
|
739
|
-
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
740
|
-
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
|
|
741
|
-
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
|
|
742
|
-
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
|
|
743
|
-
</ul>
|
|
744
|
-
<ul class="tsd-legend">
|
|
745
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
746
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
747
|
-
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
|
|
748
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
749
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
750
|
-
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
|
|
751
|
-
</ul>
|
|
752
|
-
<ul class="tsd-legend">
|
|
753
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
754
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
755
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
756
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
757
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
758
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
|
759
|
-
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
|
|
760
|
-
</ul>
|
|
761
|
-
<ul class="tsd-legend">
|
|
762
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
763
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
764
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
765
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
|
766
|
-
</ul>
|
|
767
|
-
<ul class="tsd-legend">
|
|
768
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
|
769
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
|
770
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
|
|
771
|
-
</ul>
|
|
772
|
-
<ul class="tsd-legend">
|
|
773
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
774
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
775
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
|
|
776
|
-
</ul>
|
|
777
|
-
<ul class="tsd-legend">
|
|
778
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
779
|
-
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
780
|
-
</ul>
|
|
781
|
-
</div>
|
|
782
|
-
</div>
|
|
783
|
-
</footer>
|
|
784
|
-
<div class="container tsd-generator">
|
|
785
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
786
|
-
</div>
|
|
787
|
-
<div class="overlay"></div>
|
|
788
|
-
<script src="../assets/js/main.js"></script>
|
|
789
|
-
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
|
|
790
|
-
</body>
|
|
791
|
-
</html>
|