diff --git a/README.md b/README.md index 084f054..eb4af18 100644 --- a/README.md +++ b/README.md @@ -24,25 +24,31 @@ ## Usage Par exemple pour moissonner les 850 premiers (ordre d'indexation) documents du corpus "springer" il faut taper ceci: + ```bash istex-api-harvester --corpus springer --size 850 ``` Pour moissonner les 100 documents les plus pertinants correspondant à la requête "hypertex" tout corpus confondus : + ```bash istex-api-harvester --query hypertext --size 100 ``` Pour moissonner également les pleins textes : + ```bash istex-api-harvester --query hypertext --size 100 --fulltext 1 ``` + ```bash istex-api-harvester --query hypertext --size 100 --fulltext all ``` + ```bash istex-api-harvester --query hypertext --size 100 --fulltext zip ``` + ```bash istex-api-harvester --query hypertext --size 100 --fulltext pdf ```