Re: Store/Index Email Address in Lucene

2008-07-05 Thread Karl Wettin
5 jul 2008 kl. 03.29 skrev miztaken: Hi there, for email addresses string such as "[EMAIL PROTECTED]; jack smith" Can there be multiple addresses in a single document? Do you add any other data to the document that you mean to query for? I might do wild card search like john* or jack* or [

Index different files in different folders in lucene

2008-07-05 Thread starz10de
Hi all, I am new to lucene , is it possible to Index different files in different folders in lucene for examples , i have two folderes a and b , each contain several files. in lucene args i wrote : c:\a\ , c:\b\ but it does index only the first files in folder A and it doesnt index any files

RE: Index different files in different folders in lucene

2008-07-05 Thread John Griffin
Starz, How about your code so we can see what you are doing? We're flying blind here. John G. -Original Message- From: starz10de [mailto:[EMAIL PROTECTED] Sent: Saturday, July 05, 2008 12:41 PM To: java-user@lucene.apache.org Subject: Index different files in different folders in lucene