Hi,
Are you just trying to have Lucene index terms that are in your Vocaulary.

If you, then you can great your own analyzer returns words in your
vocabulary.

Also, you could use the StandardAnalyzer, and then you could create your own
Lucene Document and only add words that match your vocabulary.

If you just want to see if it works, you might try to just add code on top
of your own document. There are many examples of Lucene Documents. The
HTMLDocument in the demo or just the text document.

Hope this helps

--Peter

On 2/25/02 11:29 AM, "Philipp Chudinov" <[EMAIL PROTECTED]> wrote:

> subj?
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 


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

Reply via email to