On Tue, Jul 19, 2011 at 7:30 AM, Raffaele Branda <raf.b...@gmail.com> wrote:
> Dear Lucene developers,
>
> I am a student from an University in Italy and I am using Lucene for a
> project.
>
> I need to use the *FieldInvertState* class in order to get all the values of
> a given field state at indexing time. Is there a method that returns a *
> FieldInvertState* object? Is there any tutorial on how to use it?
>

Can you describe in more detail (high-level) what you are trying to do?
The most common hook here for customization where FieldInvertState is
exposed is in Similarity's computeNorm,

-- 
lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to