Skip to content

Commit a1fbbfd

Browse files
authored
Merge pull request #152 from medcl/cn
Fix document building error
2 parents 35500ef + 8eb7582 commit a1fbbfd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

056_Sorting/88_String_sorting.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and one that is `not_analyzed` for sorting.
2222
But storing the same string twice in the `_source` field is waste of space.
2323
What we really want to do is to pass in a _single field_ but to _index it in two different ways_. All of the _core_ field types (strings, numbers,
2424
Booleans, dates) accept a `fields` parameter ((("mapping (types)", "transforming simple mapping to multifield mapping")))((("types", "core simple field types", "accepting fields parameter")))((("fields parameter")))((("multifield mapping")))that allows you to transform a
25-
simple mapping like
25+
simple mapping like:
2626

2727
[source,js]
2828
--------------------------------------------------
@@ -71,5 +71,4 @@ GET /_search
7171
// SENSE: 056_Sorting/88_Multifield.json
7272

7373
WARNING: Sorting on a full-text `analyzed` field can use a lot of memory. See
74-
<<fielddata-intro>> for more information.
75-
74+
<<aggregations-and-analysis>> for more information.

0 commit comments

Comments
 (0)