File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Les mots avaient été indexés en minuscule.
115115Il 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
133133Query:
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 },
You can’t perform that action at this time.
0 commit comments