SpringerLink
Last updated
Was this helpful?
Last updated
Was this helpful?
Fonctionnalités
Possibilités
opérateurs booléens
AND
, &
OR
NOT
opérateurs de proximité
NEAR/
n
ONEAR/
n
troncature
*
(zéro ou plus de caractères)
?
(un caractère)
troncature possible au milieu et à droite
phrase
"..."
interprétation de la requête
oui (stemming)
historique
non
Exemples
information NEAR/4 systems
renvoie les résultats où "information" se trouve à max. 4 mots de "system" (avant ou après).
system NEAR testing
renvoie les résultats où "system" se trouve à max. 10 mots de "testing" (valeur par défaut).
system ONEAR testing
renvoie les résultats où "system" précède "testing" de max. 10 mots (valeur par défaut).
system ONEAR/2 testing
renvoie les résultats où "system" précède "testing" de 2 mots max.
hea*
renvoie head, heats, health, heated, heating, etc.
hea?
renvoie head, heat, heal, etc.
source: