I would like to use a very small part of the functionality of Lucene, but need some pointers on which classes I should start looking at first.
What I want to do is pass to a Lucene method some text, and have it return the text that it would normally put into the index. (I'll then take that text and put it into an Oracle table) Really, that's all I want to do for now - I don't want anything to be written to the filesystem. Just want to pass in text and get the modified text back (assuming repetitive and common words have been removed). Can someone give me any pointers to get started? I've been slogging through the code and the demos, but there's a lot there. thanks, rob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
