Résultats plein texte:
- elasticsearch
- puler les documents. Création d'un index: <code bash> http --json PUT localhost:9200/bibliography/_cre... ["SF","nouvelle"]' </code> Mettre a jour: <code bash> http --json PUT :9200/bibliography/_doc/1 \ auth... egory="SF" </code> Supprimer un document: <code bash> http delete :9200/bibliography/_doc/1 </code> =