u can
retrieve the text to be re-indexed - if and only if it was indexed in stored
fields.
-- Jack Krupansky
-Original Message-
From: 黄靖宇
Sent: Friday, January 21, 2011 4:04 AM
To: java-user@lucene.apache.org
Subject: How to rebuild index
Hi,
I am new to lucene. Recently I was assigne
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, D-28213 Bremen
> > http://www.thetaphi.de
> > eMail: u...@thetaphi.de
> >
> >
> > > -Original Message-
> > > From: 黄靖宇 [mailto:qingyujin...@gmail.com]
> > > Sent: Friday, January
hi.de
> eMail: u...@thetaphi.de
>
>
> > -Original Message-
> > From: 黄靖宇 [mailto:qingyujin...@gmail.com]
> > Sent: Friday, January 21, 2011 10:05 AM
> > To: java-user@lucene.apache.org
> > Subject: How to rebuild index
> >
> > Hi,
> > I
uary 21, 2011 10:05 AM
> To: java-user@lucene.apache.org
> Subject: How to rebuild index
>
> Hi,
> I am new to lucene. Recently I was assigned for some lucene related
> workitems.
> Now there is one problem. Before, we use StandardAnalyzer in our
> application, and our a
HI
You were using a system for two years and it used an index created using
lucene with the StandardAnalyzer. So, There must be an index creation code
with your system.
Anyway,Since you have the book “*Lucene in action*” you can find how to
create an index by reading chapter 2 (Indexing). Please
Hi,
I am new to lucene. Recently I was assigned for some lucene related
workitems.
Now there is one problem. Before, we use StandardAnalyzer in our
application, and our application has been online for about two years.
Now, we must to write a Custom Analyzer to replace the StandarAnalyzer for
enhanc