Skip to content

Commit 6fa3670

Browse files
committed
fix typo
1 parent c053804 commit 6fa3670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2012-08-21-au-coeur-d-elasticsearch.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Les mots avaient été indexés en minuscule.
115115
Il est donc important d'appliquer les mêmes Analysers pour l'indexation et la recherche. C'est le comportement par défaut dans ElasticSearch.
116116

117117
Rechercher : "Road" => {}
118-
Récupérer dans l'index : "road => {Doc1}
118+
Récupérer dans l'index : "road" => {Doc1}
119119

120120
## Syntaxe de requête
121121

@@ -132,7 +132,7 @@ Index Inversé:
132132

133133
Query:
134134

135-
Récupérer dans l'index: "road => {Doc1}
135+
Récupérer dans l'index: "road" => {Doc1}
136136
Récupérer dans l'index: "path => {}
137137
Evaluer: (road OU path) => {Doc1}
138138
Récupérer dans l'index: "search => {Doc1, Doc2}
@@ -160,7 +160,7 @@ Mais en réalité Lucene permet d'indexer des objets complexes et faire des rech
160160
Doc1 = {
161161
"aText": "Road to a Distributed Search Engine",
162162
"anInt": 42,
163-
"anGeoLoc": {
163+
"aGeoLoc": {
164164
"lat": 45.5,
165165
"lon": 7.02
166166
},

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy