Résultats plein texte:
- elasticsearch @dbadmin:elasticsearch
- les documents. Création d'un index: <code bash> http --json PUT localhost:9200/bibliography/_create/1 ... "nouvelle"]' </code> Mettre a jour: <code bash> http --json PUT :9200/bibliography/_doc/1 \ author="Wi... "SF" </code> Supprimer un document: <code bash> http delete :9200/bibliography/_doc/1 </code> ===== P