You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by ZaeX <za...@gmail.com> on 2008/03/16 09:45:30 UTC

how to see the indexed,tokenized but not stored field

Hi, all

I got some troubles on getting expected search results, so I want to check
what info is stored (more precisely, how was it tokenized) in index for some
fields. (indexed and tokenized but not stored)
Please tell me how to get that.

Thanks.


-- 
Time is mana, we must hurry

Re: how to see the indexed,tokenized but not stored field

Posted by ZaeX <za...@gmail.com>.
Thanks very much.

2008/3/16, Erick Erickson <er...@gmail.com>:
>
> Use the Luke, force. Google Lucene and Luke and you'll find the link
> to a wonderful tool that'll allow you to examine your index in great
> detail.
>
> Best
> Erick
>
> On Sun, Mar 16, 2008 at 4:45 AM, ZaeX <za...@gmail.com> wrote:
>
> > Hi, all
> >
> > I got some troubles on getting expected search results, so I want to
> check
> > what info is stored (more precisely, how was it tokenized) in index for
> > some
> > fields. (indexed and tokenized but not stored)
> > Please tell me how to get that.
> >
> > Thanks.
> >
> >
> > --
> > Time is mana, we must hurry
> >
>



-- 
Time is mana, we must hurry

Re: how to see the indexed,tokenized but not stored field

Posted by Erick Erickson <er...@gmail.com>.
Use the Luke, force. Google Lucene and Luke and you'll find the link
to a wonderful tool that'll allow you to examine your index in great
detail.

Best
Erick

On Sun, Mar 16, 2008 at 4:45 AM, ZaeX <za...@gmail.com> wrote:

> Hi, all
>
> I got some troubles on getting expected search results, so I want to check
> what info is stored (more precisely, how was it tokenized) in index for
> some
> fields. (indexed and tokenized but not stored)
> Please tell me how to get that.
>
> Thanks.
>
>
> --
> Time is mana, we must hurry
>