Re-directing to lucene-user list.

One way of doing this is by writing a custom Analyzer that throws away
words you don't want to index (see an example of custom Analyzer in
jGuru FAQ).  Another way would be to just re-use the existing Analyzers
and add words you don't want indexed to the Analyzer's stop list.

Otis


--- jitender ahuja <[EMAIL PROTECTED]> wrote:
> Sir,
>        I am implementing lucene for a database as part of my masters'
> project. I desire to reduce the index directory size by specifying
> the key words to be indexed for the "Text" field specified as Reader
> type. This Key words' specification, if possible, will further reduce
> the Index directory size, but am unable to figure out how to do the
> same. 
> Kindly specify the means to achieve the same.
> 
> Regards,
> Jitender


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to