Skip to content

Commit e306216

Browse files
committed
📖 DOC: Update Summary to match new docs layout
1 parent 3b0a671 commit e306216

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

‎modules/cbelasticsearch/docs/Searching/Aggregations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Learn how to summarize or "aggregate" data with CBElasticsearch
2+
description: Learn how to summarize or "aggregate" data with cbElasticsearch
33
---
44

55
# Aggregations
@@ -8,7 +8,7 @@ In some cases, you aren't interested in searching documents as you are in retrie
88

99
## Creating an Aggregation
1010

11-
CBElasticsearch's `SearchBuilder` provides an `aggregation()` method for simple aggregation definitions:
11+
cbElasticsearch's `SearchBuilder` provides an `aggregation()` method for simple aggregation definitions:
1212

1313
```js
1414
searchBuilder.aggregation( string name, struct options )

‎modules/cbelasticsearch/docs/Searching/Suggestions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Term suggestions suggestors on a single word at a time, while phrase suggestors
2020
Term and phrase suggestors are usually added to an existing query. The results will appear in a `suggest` property on the `SearchResult`.
2121

2222
{% hint style="info" %}
23-
More information on how to optimize term and phrase suggestors can be found in the [ElasticSearch documentation.](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html)
23+
More information on how to optimize term and phrase suggestors can be found in the [ElasticSearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html).
2424
{% endhint %}
2525

2626
## Autocomplete
+19-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
# Summary
1+
# cbElasticsearch
22

3-
# Summary
4-
5-
- [Introduction](Introduction.md)
6-
- [Configuration](Configuration.md)
7-
- [Indexes](Indexes.md)
8-
- [Documents](Documents.md)
9-
- [Ingest Pipelines](Pipelines.md)
10-
- [Searching](Search.md)
11-
- [Contributing](Contributing.md)
12-
- [Tasks](Tasks.md)
13-
- [Logging](Logging.md)
3+
- Getting Started
4+
* [Installation](Getting-Started/Installation.md)
5+
* [Configuration](Getting-Started/Configuration.md)
6+
* [Secondary Cluster](Getting-Started/Secondary-Cluster.md)
7+
- Indices
8+
* [Managing Indices](Indices/Managing-Indices.md)
9+
* [Mapping Builder](Indices/Mapping-Builder.md)
10+
* [Aliases](Indices/Aliases.md)
11+
* [Reindexing](Indices/Reindexing.md)
12+
- Searching
13+
* [Search](Searching/Search.md)
14+
* [Aggregations](Searching/Aggregations.md)
15+
* [Suggestions](Searching/Suggestions.md)
16+
* [Documents](Documents.md)
17+
* [Logging](Logging.md)
18+
* [Pipelines](Pipelines.md)
19+
* [Tasks](Tasks.md)
20+
* [Contributing](Contributing.md)

0 commit comments

Comments
 (0)