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.
115
115
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.
116
116
117
117
Rechercher : "Road" => {}
118
- Récupérer dans l'index : "road => {Doc1}
118
+ Récupérer dans l'index : "road" => {Doc1}
119
119
120
120
## Syntaxe de requête
121
121
@@ -132,7 +132,7 @@ Index Inversé:
132
132
133
133
Query:
134
134
135
- Récupérer dans l'index: "road => {Doc1}
135
+ Récupérer dans l'index: "road" => {Doc1}
136
136
Récupérer dans l'index: "path => {}
137
137
Evaluer: (road OU path) => {Doc1}
138
138
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
160
160
Doc1 = {
161
161
"aText": "Road to a Distributed Search Engine",
162
162
"anInt": 42,
163
- "anGeoLoc ": {
163
+ "aGeoLoc ": {
164
164
"lat": 45.5,
165
165
"lon": 7.02
166
166
},
You can’t perform that action at this time.
0 commit comments