| Examples |
Description |
| cake |
Documents containing the word <cake> |
| chocolate cake |
Documents containing both words <chocolate> and
<cake> |
| "chocolate cake" |
Documents containing word <chocolate> followed by word
<cake>. |
| chocolate +cherry +cake |
Documents containing all
specified words. |
| chocolate -cake |
Documents containing the word <chocolate> but
not containing the word <cake>.
|
chocolate AND cake
| <chocolate AND cake> is equivalent to
<chocolate
+cake> or
<"chocolate cake">
|
|
chocolate OR cake
| <chocolate OR cake> is equivalent to
<chocolate
| cake> |