File: completion.html

package info (click to toggle)
groonga 11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 121,576 kB
  • sloc: ansic: 801,209; javascript: 62,121; ruby: 46,206; cpp: 33,790; xml: 24,951; yacc: 13,333; sh: 7,776; python: 3,266; makefile: 2,315; perl: 133
file content (568 lines) | stat: -rw-r--r-- 21,156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568


<!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>7.20.2. Completion &#8212; Groonga v10.1.1-31-g1e46ba6 documentation</title>
    <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
    
    <script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
    <script src="../../_static/jquery.js"></script>
    <script src="../../_static/underscore.js"></script>
    <script src="../../_static/doctools.js"></script>
    <script src="../../_static/language_data.js"></script>
    
    <link rel="shortcut icon" href="../../_static/favicon.ico"/>
    <link rel="index" title="Index" href="../../genindex.html" />
    <link rel="search" title="Search" href="../../search.html" />
    <link rel="next" title="7.20.3. Correction" href="correction.html" />
    <link rel="prev" title="7.20.1. Introduction" href="introduction.html" /> 
  </head><body>
<div class="header">
  <h1 class="title">
    <a id="top-link" href="../../index.html">
      <span class="project">groonga</span>
      <span class="separator">-</span>
      <span class="description">An open-source fulltext search engine and column store.</span>
    </a>
  </h1>

  <div class="other-language-links">
    <ul>
      <li><a href="../../../../ja/html/reference/suggest/completion.html">日本語</a></li>
    </ul>
  </div>
</div>
  

    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="correction.html" title="7.20.3. Correction"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="introduction.html" title="7.20.1. Introduction"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
          <li class="nav-item nav-item-2"><a href="../suggest.html" accesskey="U"><span class="section-number">7.20. </span>Suggest</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.2. </span>Completion</a></li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="completion">
<h1><span class="section-number">7.20.2. </span>Completion<a class="headerlink" href="#completion" title="Permalink to this headline">¶</a></h1>
<p>This section describes about the following completion
features:</p>
<ul class="simple">
<li><p>How it works</p></li>
<li><p>How to use</p></li>
<li><p>How to learn</p></li>
</ul>
<div class="section" id="how-it-works">
<h2><span class="section-number">7.20.2.1. </span>How it works<a class="headerlink" href="#how-it-works" title="Permalink to this headline">¶</a></h2>
<p>The completion feature uses three searches to compute
completed words:</p>
<blockquote>
<div><ol class="arabic simple">
<li><p>Prefix RK search against registered words.</p></li>
<li><p>Cooccurrence search against learned data.</p></li>
<li><p>Prefix search against registered words. (optional)</p></li>
</ol>
</div></blockquote>
<div class="section" id="prefix-rk-search">
<h3><span class="section-number">7.20.2.1.1. </span>Prefix RK search<a class="headerlink" href="#prefix-rk-search" title="Permalink to this headline">¶</a></h3>
<p>See <a class="reference internal" href="../operations/prefix_rk_search.html"><span class="doc">Prefix RK search</span></a> for prefix RK
search.</p>
<p>If you create dataset which is named as <code class="docutils literal notranslate"><span class="pre">query</span></code> by
<a class="reference internal" href="../executables/groonga-suggest-create-dataset.html"><span class="doc">groonga-suggest-create-dataset</span></a>
executable file, you can update pairs of registered word and its
reading by loading data to <code class="docutils literal notranslate"><span class="pre">_key</span></code> and <code class="docutils literal notranslate"><span class="pre">kana</span></code> column of
<code class="docutils literal notranslate"><span class="pre">item_query</span></code> table explicitly for prefix RK search.</p>
</div>
<div class="section" id="cooccurrence-search">
<h3><span class="section-number">7.20.2.1.2. </span>Cooccurrence search<a class="headerlink" href="#cooccurrence-search" title="Permalink to this headline">¶</a></h3>
<p>Cooccurrence search can find registered words from user’s
partial input. It uses user input sequences that will be
learned from query logs, access logs and so on.</p>
<p>For example, there is the following user input sequence:</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 50%" />
<col style="width: 50%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>input</p></th>
<th class="head"><p>submit</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>s</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-odd"><td><p>se</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-even"><td><p>sea</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-odd"><td><p>sear</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-even"><td><p>searc</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-odd"><td><p>search</p></td>
<td><p>yes</p></td>
</tr>
<tr class="row-even"><td><p>e</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-odd"><td><p>en</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-even"><td><p>eng</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-odd"><td><p>engi</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-even"><td><p>engin</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-odd"><td><p>engine</p></td>
<td><p>no</p></td>
</tr>
<tr class="row-even"><td><p>enginen</p></td>
<td><p>no (typo!)</p></td>
</tr>
<tr class="row-odd"><td><p>engine</p></td>
<td><p>yes</p></td>
</tr>
</tbody>
</table>
<p>Groonga creates the following completion pairs:</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 33%" />
<col style="width: 67%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>input</p></th>
<th class="head"><p>completed word</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>s</p></td>
<td><p>search</p></td>
</tr>
<tr class="row-odd"><td><p>se</p></td>
<td><p>search</p></td>
</tr>
<tr class="row-even"><td><p>sea</p></td>
<td><p>search</p></td>
</tr>
<tr class="row-odd"><td><p>sear</p></td>
<td><p>search</p></td>
</tr>
<tr class="row-even"><td><p>searc</p></td>
<td><p>search</p></td>
</tr>
<tr class="row-odd"><td><p>e</p></td>
<td><p>engine</p></td>
</tr>
<tr class="row-even"><td><p>en</p></td>
<td><p>engine</p></td>
</tr>
<tr class="row-odd"><td><p>eng</p></td>
<td><p>engine</p></td>
</tr>
<tr class="row-even"><td><p>engi</p></td>
<td><p>engine</p></td>
</tr>
<tr class="row-odd"><td><p>engin</p></td>
<td><p>engine</p></td>
</tr>
<tr class="row-even"><td><p>engine</p></td>
<td><p>engine</p></td>
</tr>
<tr class="row-odd"><td><p>enginen</p></td>
<td><p>engine</p></td>
</tr>
</tbody>
</table>
<p>All user not-submitted inputs (e.g. “s”, “se” and so on)
before each an user submission maps to the submitted input
(e.g. “search”).</p>
<p>To be precise, this description isn’t correct because it
omits about time stamp. Groonga doesn’t case about “all user
not-submitted inputs before each an user
submission”. Groonga just case about “all user not-submitted
inputs within a minute from an user submission before each
an user submission”. Groonga doesn’t treat user inputs
before a minute ago.</p>
<p>If an user inputs “sea” and cooccurrence search returns
“search” because “sea” is in input column and corresponding
completed word column value is “search”.</p>
</div>
<div class="section" id="prefix-search">
<h3><span class="section-number">7.20.2.1.3. </span>Prefix search<a class="headerlink" href="#prefix-search" title="Permalink to this headline">¶</a></h3>
<p>Prefix search can find registered word that start with
user’s input. This search doesn’t care about romaji,
katakana and hiragana not like prefix RK search.</p>
<p>This search isn’t always ran. It’s just ran when it’s
requested explicitly or both prefix RK search and
cooccurrence search return nothing.</p>
<p>For example, there is a registered word “search”. An user
can find “search” by “s”, “se”, “sea”, “sear”, “searc” and
“search”.</p>
</div>
</div>
<div class="section" id="how-to-use">
<h2><span class="section-number">7.20.2.2. </span>How to use<a class="headerlink" href="#how-to-use" title="Permalink to this headline">¶</a></h2>
<p>Groonga provides <a class="reference internal" href="../commands/suggest.html"><span class="doc">suggest</span></a> command to use
completion. <code class="docutils literal notranslate"><span class="pre">--type</span> <span class="pre">complete</span></code> option requests completion.</p>
<p>For example, here is an command to get completion results by
“en”:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>suggest --table item_query --column kana --types complete --frequency_threshold 1 --query en
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   {
#     &quot;complete&quot;: [
#       [
#         1
#       ],
#       [
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;_score&quot;,
#           &quot;Int32&quot;
#         ]
#       ],
#       [
#         &quot;engine&quot;,
#         1
#       ]
#     ]
#   }
# ]
</pre></div>
</div>
</div>
<div class="section" id="how-it-learns">
<h2><span class="section-number">7.20.2.3. </span>How it learns<a class="headerlink" href="#how-it-learns" title="Permalink to this headline">¶</a></h2>
<p>Cooccurrence search uses learned data. They are based on
query logs, access logs and so on. To create learned data,
Groonga needs user input sequence with time stamp and user
submit input with time stamp.</p>
<p>For example, an user wants to search by “engine”. The user
inputs the query with the following sequence:</p>
<blockquote>
<div><ol class="arabic simple">
<li><p>2011-08-10T13:33:23+09:00: e</p></li>
<li><p>2011-08-10T13:33:23+09:00: en</p></li>
<li><p>2011-08-10T13:33:24+09:00: eng</p></li>
<li><p>2011-08-10T13:33:24+09:00: engi</p></li>
<li><p>2011-08-10T13:33:24+09:00: engin</p></li>
<li><p>2011-08-10T13:33:25+09:00: engine (submit!)</p></li>
</ol>
</div></blockquote>
<p>Groonga can be learned from the input sequence by the
following command:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load --table event_query --each &#39;suggest_preparer(_id, type, item, sequence, time, pair_query)&#39;
[
{&quot;sequence&quot;: &quot;1&quot;, &quot;time&quot;: 1312950803.86057, &quot;item&quot;: &quot;e&quot;},
{&quot;sequence&quot;: &quot;1&quot;, &quot;time&quot;: 1312950803.96857, &quot;item&quot;: &quot;en&quot;},
{&quot;sequence&quot;: &quot;1&quot;, &quot;time&quot;: 1312950804.26057, &quot;item&quot;: &quot;eng&quot;},
{&quot;sequence&quot;: &quot;1&quot;, &quot;time&quot;: 1312950804.56057, &quot;item&quot;: &quot;engi&quot;},
{&quot;sequence&quot;: &quot;1&quot;, &quot;time&quot;: 1312950804.76057, &quot;item&quot;: &quot;engin&quot;},
{&quot;sequence&quot;: &quot;1&quot;, &quot;time&quot;: 1312950805.86057, &quot;item&quot;: &quot;engine&quot;, &quot;type&quot;: &quot;submit&quot;}
]
</pre></div>
</div>
</div>
<div class="section" id="how-to-update-reading-data">
<h2><span class="section-number">7.20.2.4. </span>How to update reading data<a class="headerlink" href="#how-to-update-reading-data" title="Permalink to this headline">¶</a></h2>
<p>Groonga requires registered word and its reading for prefix RK
search. This section describes how to register a word and its reading.</p>
<p>Here is an example to register “日本” which means Japan in English:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load --table event_query --each &#39;suggest_preparer(_id, type, item, sequence, time, pair_query)&#39;
[
{&quot;sequence&quot;: &quot;1&quot;, &quot;time&quot;: 1312950805.86058, &quot;item&quot;: &quot;日本&quot;, &quot;type&quot;: &quot;submit&quot;}
]
# [[0, 1337566253.89858, 0.000355720520019531], 1]
</pre></div>
</div>
<p>Here is an example to update reading data to complete “日本”:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load --table item_query
[
{&quot;_key&quot;:&quot;日本&quot;, &quot;kana&quot;:[&quot;ニホン&quot;, &quot;ニッポン&quot;]}
]
# [[0, 1337566253.89858, 0.000355720520019531], 1]
</pre></div>
</div>
<p>Then you can complete registered word “日本” by Romaji input -
“nihon”.</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>suggest --table item_query --column kana --types complete --frequency_threshold 1 --query nihon
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   {
#     &quot;complete&quot;: [
#       [
#         1
#       ],
#       [
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;_score&quot;,
#           &quot;Int32&quot;
#         ]
#       ],
#       [
#         &quot;日本&quot;,
#         2
#       ]
#     ]
#   }
# ]
</pre></div>
</div>
<p>Without loading above reading data, you can’t complete registered word
“日本” by query - “nihon”.</p>
<p>You can register multiple readings for a registered word because
<code class="docutils literal notranslate"><span class="pre">kana</span></code> column in <code class="docutils literal notranslate"><span class="pre">item_query</span></code> table is defined as a
<a class="reference internal" href="../columns/vector.html"><span class="doc">Vector column</span></a>.</p>
<p>This is the reason that you can also complete the registered word “日本”
by query - “nippon”.</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>suggest --table item_query --column kana --types complete --frequency_threshold 1 --query nippon
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   {
#     &quot;complete&quot;: [
#       [
#         1
#       ],
#       [
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;_score&quot;,
#           &quot;Int32&quot;
#         ]
#       ],
#       [
#         &quot;日本&quot;,
#         2
#       ]
#     ]
#   }
# ]
</pre></div>
</div>
<p>This feature is very convenient because you can search registered word
even though Japanese input method is disabled.</p>
<p>If there are multiple candidates as completed result, you can
customize priority to set the value of <code class="docutils literal notranslate"><span class="pre">boost</span></code> column in
<code class="docutils literal notranslate"><span class="pre">item_query</span></code> table.</p>
<p>Here is an example to customize priority for prefix RK search:</p>
<p>Execution example:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>load --table event_query --each &#39;suggest_preparer(_id, type, item, sequence, time, pair_query)&#39;
[
{&quot;sequence&quot;: &quot;1&quot;, &quot;time&quot;: 1312950805.86059, &quot;item&quot;: &quot;日本語&quot;, &quot;type&quot;: &quot;submit&quot;}
{&quot;sequence&quot;: &quot;1&quot;, &quot;time&quot;: 1312950805.86060, &quot;item&quot;: &quot;日本人&quot;, &quot;type&quot;: &quot;submit&quot;}
]
# [[0, 1337566253.89858, 0.000355720520019531], 2]
load --table item_query
[
{&quot;_key&quot;:&quot;日本語&quot;, &quot;kana&quot;:&quot;ニホンゴ&quot;}
{&quot;_key&quot;:&quot;日本人&quot;, &quot;kana&quot;:&quot;ニホンジン&quot;}
]
# [[0, 1337566253.89858, 0.000355720520019531], 2]
suggest --table item_query --column kana --types complete --frequency_threshold 1 --query nihon
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   {
#     &quot;complete&quot;: [
#       [
#         3
#       ],
#       [
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;_score&quot;,
#           &quot;Int32&quot;
#         ]
#       ],
#       [
#         &quot;日本&quot;,
#         2
#       ],
#       [
#         &quot;日本人&quot;,
#         2
#       ],
#       [
#         &quot;日本語&quot;,
#         2
#       ]
#     ]
#   }
# ]
load --table item_query
[
{&quot;_key&quot;:&quot;日本人&quot;, &quot;boost&quot;: 100},
]
# [[0, 1337566253.89858, 0.000355720520019531], 1]
suggest --table item_query --column kana --types complete --frequency_threshold 1 --query nihon
# [
#   [
#     0,
#     1337566253.89858,
#     0.000355720520019531
#   ],
#   {
#     &quot;complete&quot;: [
#       [
#         3
#       ],
#       [
#         [
#           &quot;_key&quot;,
#           &quot;ShortText&quot;
#         ],
#         [
#           &quot;_score&quot;,
#           &quot;Int32&quot;
#         ]
#       ],
#       [
#         &quot;日本人&quot;,
#         102
#       ],
#       [
#         &quot;日本&quot;,
#         2
#       ],
#       [
#         &quot;日本語&quot;,
#         2
#       ]
#     ]
#   }
# ]
</pre></div>
</div>
</div>
</div>


            <div class="clearer"></div>
          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h3><a href="../../index.html">Table of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">7.20.2. Completion</a><ul>
<li><a class="reference internal" href="#how-it-works">7.20.2.1. How it works</a><ul>
<li><a class="reference internal" href="#prefix-rk-search">7.20.2.1.1. Prefix RK search</a></li>
<li><a class="reference internal" href="#cooccurrence-search">7.20.2.1.2. Cooccurrence search</a></li>
<li><a class="reference internal" href="#prefix-search">7.20.2.1.3. Prefix search</a></li>
</ul>
</li>
<li><a class="reference internal" href="#how-to-use">7.20.2.2. How to use</a></li>
<li><a class="reference internal" href="#how-it-learns">7.20.2.3. How it learns</a></li>
<li><a class="reference internal" href="#how-to-update-reading-data">7.20.2.4. How to update reading data</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="introduction.html"
                        title="previous chapter"><span class="section-number">7.20.1. </span>Introduction</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="correction.html"
                        title="next chapter"><span class="section-number">7.20.3. </span>Correction</a></p>
<div id="searchbox" style="display: none" role="search">
  <h3 id="searchlabel">Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="../../search.html" method="get">
      <input type="text" name="q" aria-labelledby="searchlabel" />
      <input type="submit" value="Go" />
    </form>
    </div>
</div>
<script>$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="correction.html" title="7.20.3. Correction"
             >next</a> |</li>
        <li class="right" >
          <a href="introduction.html" title="7.20.1. Introduction"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v10.1.1-31-g1e46ba6 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../../reference.html" ><span class="section-number">7. </span>Reference manual</a> &#187;</li>
          <li class="nav-item nav-item-2"><a href="../suggest.html" ><span class="section-number">7.20. </span>Suggest</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href=""><span class="section-number">7.20.2. </span>Completion</a></li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright 2009-2021, Brazil, Inc.
    </div>
  </body>
</html>