Nitasha Walia (niwalia) wrote:

Hi,
I am a new user of Java Lucene and need to learn how to add a new attribute, such that, given a database of emails, containing sender information, searching for a keyword, results in


what kind of database do you use to store your emails?

I am asking because it might make sense to introduce some data abstraction layer (for example JCR or Yarep) which would access your database and has built-in Lucene and hence you would't have to worry about Lucene itself, but could rather search like

Node[] emails = getRepository("emails").search("sender", QUERY);
for (i < emails.length) System.out.print(emails[i].getProperty("body");

1. The sender of the email
2. The email.


Otherwise I would suggest to start at

http://lucene.apache.org/java/2_3_1/gettingstarted.html

HTH

Michael

I am using Lucene-2.3.1, and don't know where to start in the huge code base. Can someone please advise on the same? Thanks,

*Nitasha Walia*
*Software Engineer*
**Product Development*
*
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Mobile: *412-736 4507*

        

**

United States
Cisco home page <http://www.cisco.com/>

Think before you print. Think before you print.
This e-mail may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply e-mail and delete all copies of this message.





--
Michael Wechner
Wyona      -   Open Source Content Management - Yanel, Yulup
http://www.wyona.com
[EMAIL PROTECTED], [EMAIL PROTECTED]
+41 44 272 91 61


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to