add word filtering?

2006-03-27 Thread abdul muhaimin
Hi all I'm really new to lucene. In fact I just found it when i googled a few days ago. Never thought that java have this kind of excellent library for free. I would like to ask a few questions, which is where to add if we would like to filter certain text from being searched, and filter certain

Re: add word filtering?

2006-03-27 Thread abdul muhaimin
use > StopFilter to prevent words from being indexed and searched. > Alternatively, you can use StandardAnalyzer, which in addition to > removing stop words also does more sophisticated tokenizing. > > Venu > > -Original Message- > From: abdul muhaimin [mailto:[EMAIL PROTECTE