Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 0510fc4

Browse files
rafalbigpolyfractal
authored andcommitted
Colon added before code snippet (#516)
Hope it helps :)
1 parent 6986264 commit 0510fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

056_Sorting/88_String_sorting.asciidoc

+1-1
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
--------------------------------------------------

0 commit comments

Comments
 (0)