Terms
A query is broken up into terms and operators. There are two types of terms: Single Terms and Phrases.
- A Single Term is a single word such as " hannon."
- A Phrase is a group of words surrounded by double quotes such as " hannon hill."
Multiple terms can be combined together with Boolean operators to form a more complex query.
Additional Notes
The analyzer used to create the index will be used on the terms and phrases in the query string. So it is important to choose an analyzer that will not interfere with the terms used in the query string.
Last modified on Mon, 05 Nov 2007 11:07:14 -0500
Top / Previous / Next / Up / Table of Contents