Re: Help requested

2005-10-31 Thread Nrupal Akolkar
dear urvashi, hi, this is nice that u are analysing the practicalities of the usability of inbuilt lucene classes to yeild the results. Great !! but as we know that many a times, when we have got to know something, of which we have a solution ready at hand but with a little work to be done, we want

Re: Help requested

2005-10-30 Thread Erik Hatcher
Please post to java-user in the future. java-dev is for discussion of the internals of Lucene. On 30 Oct 2005, at 22:18, Urvashi Gadi wrote: I am new to Lucene and am trying to use Lucene for our digital library search engine. I have a couple of questions 1. Is there a way to use QueryParse

Re: Help requested

2005-10-30 Thread daniel.a.clark
The "contents" field searches on the entire document, including all indexes. From: Urvashi Gadi <[EMAIL PROTECTED]> Date: Sun Oct 30 21:18:56 CST 2005 To: [email protected] Subject: Help requested Hi All, I am new to Lucene and am trying to use Lucene for our digita

Help requested

2005-10-30 Thread Urvashi Gadi
Hi All, I am new to Lucene and am trying to use Lucene for our digital library search engine. I have a couple of questions 1. Is there a way to use QueryParser so that the query object constructed can search against all the indexed information and not only one field which can be specified as an