Re: solr index reusable with nutch?

2006-12-13 Thread Otis Gospodnetic
Hi, Solr should be able to search any Lucene index, not just those created by Solr itself, as long as you configure it properly via schema.xml. Thus, you should be able to use Solr to search an index created by Nutch. Haven't tried it. It would be nice if you could contribute the

Re: automatic index time field?

2006-12-13 Thread Chris Hostetter
: Is there a way to automatically set a field when a document is indexed? : Specifically, I'd like to have a date field updated to the current time when : a document is indexed. Your message reminded me that i never announced the new Date Match parsing code, which does let you say something

Case sensitivity on hostnames and email addresses

2006-12-13 Thread Wade Leftwich
I've run into some unexpected case sensitivity on searches, at least unexpected by me. If you index a text field containing this sentence: A sentence containing CamelCase words by [EMAIL PROTECTED] is found at StudlyCaps.org The document will be found by searching for camelcase but not for

Re: solr index reusable with nutch?

2006-12-13 Thread Thorsten Scherler
On Wed, 2006-12-13 at 07:45 -0800, Otis Gospodnetic wrote: Hi, Solr should be able to search any Lucene index, ok, good to know. :) So can I guess that the same is true for nutch? Meaning the index solr is creating could be used by a nutch searcher. not just those created by Solr itself,