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 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 argument. 2. When I use class "Field", the compiler says that it has been deprecated. But i couldn't find the information in Java docs. Any pointers? Best regards, Urvashi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
