Hi I am a little confused by your request. When you say get the text that lucene would normally put into the index doesn't really make sense since lucene is term based.
What data are you trying to get. The set of unique terms for each document? If you are trying to use lucene to normalize the data, you probably want to look into the analyzer. --Peter On 3/14/02 11:20 AM, "Robert A. Decker" <[EMAIL PROTECTED]> wrote: > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
