Maik: Thanks for the reply. I was going to go that way, but it involves a lot of work, since my text file is about 3 meg of information.
However, I am looking into integrating my data with Derby plus Lucene. TIA! On 9/26/05, Maik Schreiber <[EMAIL PROTECTED]> wrote: > > > Can I use lucene to index this document only, and display blocks of > > information if I need it? Like if I type in this query, "cook rice" I > should > > get the "To Cook rice:" statement and block... > > Just break your original document into multiple documents by splitting on > empty lines, and add those documents with a "text" field into a Lucene > index. > > -- > Maik Schreiber * http://www.blizzy.de > > GPG public key: > http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1F11D713 > Key fingerprint: CF19 AFCE 6E3D 5443 9599 18B5 5640 1F11 D713 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >