JDONREFv4 Plugin : Différence entre versions
De JDONREF Wiki
(→Installation) |
(→Includes) |
||
Ligne 21 : | Ligne 21 : | ||
| '''name''' |
| '''name''' |
||
| '''type''' |
| '''type''' |
||
+ | | '''disponibilité''' |
||
+ | | |
||
|- |
|- |
||
| [[JDONREFv3ES_Query|jdonrefv3es]] |
| [[JDONREFv3ES_Query|jdonrefv3es]] |
||
| query |
| query |
||
+ | | 0.1beta |
||
|- |
|- |
||
| [[JDONREFv3ES_Mappings#Le_mapping_adresse|adresse]] |
| [[JDONREFv3ES_Mappings#Le_mapping_adresse|adresse]] |
||
| mapping |
| mapping |
||
+ | | 0.1beta |
||
|- |
|- |
||
| [[JDONREFv3ES_Mappings#Le_mapping_troncon|troncon]] |
| [[JDONREFv3ES_Mappings#Le_mapping_troncon|troncon]] |
||
| mapping |
| mapping |
||
+ | | 0.1beta |
||
|- |
|- |
||
| [[JDONREFv3ES_Mappings#Le_mapping_voie|voie]] |
| [[JDONREFv3ES_Mappings#Le_mapping_voie|voie]] |
||
| mapping |
| mapping |
||
+ | | 0.1beta |
||
|- |
|- |
||
| [[JDONREFv3ES_Mappings#Le_mapping_commune|commune]] |
| [[JDONREFv3ES_Mappings#Le_mapping_commune|commune]] |
||
| mapping |
| mapping |
||
+ | | 0.1beta |
||
|- |
|- |
||
| [[JDONREFv3ES_Mappings#Le_mapping_departement|departement]] |
| [[JDONREFv3ES_Mappings#Le_mapping_departement|departement]] |
||
| mapping |
| mapping |
||
+ | | 0.1beta |
||
|- |
|- |
||
| [[JDONREFv3ES_Mappings#Le_mapping_pays|pays]] |
| [[JDONREFv3ES_Mappings#Le_mapping_pays|pays]] |
||
| mapping |
| mapping |
||
+ | | 0.1beta |
||
|- |
|- |
||
| [[JDONREFv3ES_synonymes|jdonrefv3es_synonym.fr.txt]] |
| [[JDONREFv3ES_synonymes|jdonrefv3es_synonym.fr.txt]] |
||
| fichier de synonymes |
| fichier de synonymes |
||
+ | | 0.1beta |
||
|- |
|- |
||
| [[JDONREFv3ES_Analyzer|jdonrefv3es_analyzer]] |
| [[JDONREFv3ES_Analyzer|jdonrefv3es_analyzer]] |
Version du 24 avril 2014 à 02:32
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 ;
Sommaire
Releases
JDONREFv3ES plugin | elasticsearch | release date |
0.1beta | 1.0.0.RC1 | 2014-04-30 |
Includes
name | type | disponibilité | |
jdonrefv3es | query | 0.1beta | |
adresse | mapping | 0.1beta | |
troncon | mapping | 0.1beta | |
voie | mapping | 0.1beta | |
commune | mapping | 0.1beta | |
departement | mapping | 0.1beta | |
pays | mapping | 0.1beta | |
jdonrefv3es_synonym.fr.txt | fichier de synonymes | 0.1beta | |
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.
Utilisation
Voir notamment le guide de première utilisation.