You are doing this kind of a thing?

document.add(new Field("id", id1, Field.Store.YES, Field.Index.TOKENIZED));
document.add(new Field("id", id2, Field.Store.YES, Field.Index.TOKENIZED));

I doubt whether this is possible. What happen to the value id1 when the
value id2 added to the same filed? merged or overridden?
Just curious.


Kalani.

On Tue, Oct 7, 2008 at 11:53 PM, Erick Erickson <[EMAIL PROTECTED]>wrote:

> Let's see the indexing code. It is perfectly reasonable to
> add data to a field multiple times, so I suspect you're
> doing something wrong.....
>
> What evidence do you have that it's only the last field that's
> indexed?
>
> Best
> Erick
>
> On Tue, Oct 7, 2008 at 1:28 PM, John Griffin <[EMAIL PROTECTED]
> >wrote:
>
> > Guys,
> >
> > I'm adding multiple fields with the same name to a document as Store.YES,
> > Indexed.TOKENIZED and it seems that only the last field entered is
> indexed.
> > I read about this somewhere her but now I can't find it, naturally. Is
> > there
> > a work around? does someone have a pointer to this discussion? Can
> someone
> > help?
> >
> > Thanks in advance.
> >
> > John G.
> >
>



-- 
Kalani Ruwanpathirana
Department of Computer Science & Engineering
University of Moratuwa

Reply via email to