[CODE4LIB] Solr for Internal Searching

2008-08-05 Thread Cloutman, David
Today my boss asked me to come up with a solution that would let us index and search our intranet. I was already thinking of using Solr on our public Web site we are building, and thought this might be a good opportunity to knock two items off the to-do list with the same technology. I know there

Re: [CODE4LIB] Solr for Internal Searching

2008-08-05 Thread Bess Sadler
Hi, David. I think solr is great, and I use it all the time and can highly recommend it. However, if what you have is mostly HTML pages, you might want to consider nutch (http://lucene.apache.org/nutch) instead. Both solr and nutch are based on lucene, but nutch will give you more

Re: [CODE4LIB] Solr for Internal Searching

2008-08-05 Thread Michael J. Giarlo
The nice thing about nutch is that it exposes an OpenSearch interface. So you can write your search-y webapps in any language that can speak HTTP and XML, which both Java and PHP should be able to handle. In fact, I'd be surprised if both languages didn't already have OpenSearch libraries.

Re: [CODE4LIB] Solr for Internal Searching

2008-08-05 Thread Nate Vack
I know this is code4lib, not buystuff4lib, but the Google Mini is reputed to be rather quick, bulletproof and configurable, and starts at $3k. For example, it works nicely with lots of file formats (including Office documents) out of the box. And works with LDAP and NTLM for authentication and

Re: [CODE4LIB] Solr for Internal Searching

2008-08-05 Thread Tim Spalding
Does Google Mini facet? It seems to have a concept of collections, but does it facet by them? T On Wed, Aug 6, 2008 at 12:05 AM, Bill Dueber [EMAIL PROTECTED] wrote: At UMich, we use space on a Google Appliance as our site search (different setups for internal vs. public pages) and have been