dy Pook [mailto:andy.p...@gmail.com]
> Sent: Fri 2/26/2010 10:58 PM
> To: lucene-net-dev@lucene.apache.org
> Subject: Re: Retrieving Attributes
>
> I'd like to be able to access the collection/stream of Attributes in a
> Field _after_ I've done a search.
>
> The res
Andy,
FYI - I moved this thread to the user list as it applies to the use rather than
development of Lucene.Net.
Michael
-Original Message-
From: Andy Pook [mailto:andy.p...@gmail.com]
Sent: Fri 2/26/2010 10:58 PM
To: lucene-net-dev@lucene.apache.org
Subject: Re: Retrieving Attributes
I'd like to be able to access the collection/stream of Attributes in a
Field _after_ I've done a search.
The result of a search is a collection of Documents. A Document has
Fields. But I cannot see a simple way of getting at the Attributes of
each Field.
For example: The TypeAttribute has a defau
Andy,
Can you give a bit more information on what you are looking to do? I
don't quite understand what you are looking to do.
Michael
-Original Message-
From: Andy Pook [mailto:andy.p...@gmail.com]
Sent: Friday, February 26, 2010 10:37 AM
To: lucene-net-dev@lucene.apache.org
Subject: R