Thanks guys, that's what I figured. Jamie
On 4/25/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 4/25/07, Jamie Orchard-Hays <[EMAIL PROTECTED]> wrote: > If I have a multiValued field, will it always return all items in the > array, or can I retrieve just those in the document with matching > text? You always get all of them. Lucene does not return to you which field matches a query. Features like highlighting re-do some work to figure out where matches occurred. -Yonik