Re: distributed lucene progress

2008-05-21 Thread Otis Gospodnetic
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

Re: distributed lucene progress

2008-05-21 Thread John Wang
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

Re: How to return entire resultset which includes the highlighted keywords

2008-05-21 Thread Mark Miller
Check out NullFragmenter. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Treatment of Metadata

2008-05-21 Thread Tod
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