| Example |
Results |
| "job link" |
Documents with the phrase job link. |
| job link |
Documents with either or both of the words job and
link. |
| equal {near dist=50, unit=word} poster |
Documents with the words equal and poster
within 50 words of each other. |
| equal ~ poster & @rank > 0 |
Documents containing the words equal and poster
occurring near each other. |
| @size > 4000 & < 8000 |
Documents larger than 4 kilobytes but smaller than
8 kilobytes. |
| @all job & ( @size > 1000 & < 8000 ) &
link |
Documents containing the words job and link
that are between 1 kilobyte and 8 kilobytes in size. |
| @Write > -8d |
All documents changed within the last eight days. |
| @Write > 2002-12-1 |
All documents changed on or after Dec 1, 2002. |
| @filename = *.doc |
All Microsoft Word documents. |
| Job and @filename=*.doc |
All Microsoft Word documents that contain the word Job. |
| {generate method=prefix} off {/generate} |
All words beginning with off: For example, office,
official. |