JDONREFv4 Plugin : Différence entre versions
De JDONREF Wiki
(→Includes) |
|||
Ligne 25 : | Ligne 25 : | ||
| query |
| query |
||
|- |
|- |
||
− | | [[JDONREFv3ES_Mappings# |
+ | | [[JDONREFv3ES_Mappings#Le_mapping_adresse|adresse]] |
| mapping |
| mapping |
||
|- |
|- |
||
− | | [[JDONREFv3ES_Mappings# |
+ | | [[JDONREFv3ES_Mappings#Le_mapping_troncon|troncon]] |
| mapping |
| mapping |
||
|- |
|- |
||
− | | [[JDONREFv3ES_Mappings# |
+ | | [[JDONREFv3ES_Mappings#Le_mapping_voie|voie]] |
| mapping |
| mapping |
||
|- |
|- |
||
− | | [[JDONREFv3ES_Mappings# |
+ | | [[JDONREFv3ES_Mappings#Le_mapping_commune|commune]] |
| mapping |
| mapping |
||
|- |
|- |
||
− | | [[JDONREFv3ES_Mappings# |
+ | | [[JDONREFv3ES_Mappings#Le_mapping_departement|departement]] |
| mapping |
| mapping |
||
|- |
|- |
||
− | | [[JDONREFv3ES_Mappings# |
+ | | [[JDONREFv3ES_Mappings#Le_mapping_pays|pays]] |
| mapping |
| mapping |
||
|- |
|- |
Version du 13 avril 2014 à 03:12
L'intérêt du plugin JDONREFv3ES pour ElasticSearch est multiple :
- fournir les mappings utilisés par JDONREF ;
- proposer une requête permettant de chercher efficacement des adresses ;
- un fichier de synonymes, un filtre et un analyzer pour simplifier l'indexation des adresses ;
Releases
JDONREFv3ES plugin | elasticsearch | release date |
0.1beta | 1.0.0.RC1 | 2014-04-30 |
Includes
name | type |
jdonref_adress_query | query |
adresse | mapping |
troncon | mapping |
voie | mapping |
commune | mapping |
departement | mapping |
pays | mapping |
jdonrefv3es_synonym.fr.txt | fichier de synonymes |
jdonrefv3es_analyzer | analyzer |
jdonrefv3es_filtre | filtre |
Installation
Pour installer le plugin, vous pouvez simplement exécuter la commande suivante :
bin/plugin install jdonrefv3es -url http://svn.code.sf.net/p/jdonref/code/tags/JDONREFv3ES_plugin/0.1beta/elasticsearch-query-jdonref-0.1beta.zip
La configuration du plugin est décrite ici.