No, that's a separate project on SF, IIRC.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
> From: John Wang <[EMAIL PROTECTED]>
> To: java-user@lucene.apache.org
> Sent: Wednesday, May 21, 2008 11:46:02 AM
> Subject: Re: distributed lucene progress
I see. So is it then the bailey project?
-John
On Tue, May 20, 2008 at 9:04 PM, Otis Gospodnetic <
[EMAIL PROTECTED]> wrote:
> Oh, it very much did. Check Hadoop Wiki's "Recent Changes", it's there.
>
>
> Otis
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
>
>
> - Original
Check out NullFragmenter.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Grant Ingersoll wrote:
Hi Tod,
Lucene doesn't know anything you don't tell it about your
documents/metadata. You would need to create fields for the metadata
for a document and then index them. You could just do something like a
document with fields:
text
author
createDate
...
These all c