Re: How to rebuild index

2011-01-21 Thread Jack Krupansky
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

Re: How to rebuild index

2011-01-21 Thread Erdinc Akkaya
> > 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

Re: How to rebuild index

2011-01-21 Thread 黄靖宇
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

RE: How to rebuild index

2011-01-21 Thread Uwe Schindler
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

Re: How to rebuild index

2011-01-21 Thread Lahiru Samarakoon
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

How to rebuild index

2011-01-21 Thread 黄靖宇
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