JDONREFv4 Plugin : Différence entre versions
De JDONREF Wiki
(→Includes) |
|||
Ligne 25 : | Ligne 25 : | ||
| query |
| query |
||
|- |
|- |
||
− | | [[ |
+ | | [[JDONREFv3ES_Mappings#Le_type_adresse|adresse]] |
− | | |
+ | | mapping |
|- |
|- |
||
− | | [[ |
+ | | [[JDONREFv3ES_Mappings#Le_type_troncon|troncon]] |
− | | |
+ | | mapping |
|- |
|- |
||
− | | [[ |
+ | | [[JDONREFv3ES_Mappings#Le_type_voie|voie]] |
− | | |
+ | | mapping |
|- |
|- |
||
− | | [[ |
+ | | [[JDONREFv3ES_Mappings#Le_type_commune|commune]] |
− | | |
+ | | mapping |
|- |
|- |
||
− | | [[ |
+ | | [[JDONREFv3ES_Mappings#Le_type_departement|departement]] |
− | | |
+ | | mapping |
|- |
|- |
||
− | | [[ |
+ | | [[JDONREFv3ES_Mappings#Le_type_pays|pays]] |
− | | |
+ | | mapping |
|- |
|- |
||
| [[JDONREFv3ES_synonymes|jdonrefv3es_synonym.fr.txt]] |
| [[JDONREFv3ES_synonymes|jdonrefv3es_synonym.fr.txt]] |
Version du 13 avril 2014 à 03:06
L'intérêt du plugin JDONREFv3ES pour ElasticSearch est multiple :
- fournir les types 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.