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 bee

Re: [CODE4LIB] Solr for Internal Searching

2008-08-05 Thread Bill Dueber
At UMich, we use space on a Google Appliance as our site search (different setups for internal vs. public pages) and have been pretty happy. I've been able to abuse the "google ads" space to our benefit -- e.g., go to http://lib.umich.edu/ and search "Web Pages" for "grad" (get today's hours) or 'd

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 auth

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. nutch

Re: [CODE4LIB] Solr for Internal Searching

2008-08-05 Thread Cloutman, David
Thanks to both Roy and Bess, and anyone else who posts after I write this. I'll definitely have to look into nutch. Just to state my needs a little more clearly, I'm trying to keep our applications contained to Java and PHP solutions, if possible, as our machines are already configured to utilize t

Re: [CODE4LIB] Solr for Internal Searching

2008-08-05 Thread Doran, Michael D
Hi David, I don't have any reason why you should *not* use Solr. However, if you are not already familiar with SWISH-E, that might be another open-source option to consider [1]. I've found it to be pretty easy to get up and running. I use a SWISH-CGI interface written by John Millard. The S

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 built-i

Re: [CODE4LIB] Solr for Internal Searching

2008-08-05 Thread Roy Tennant
Well, for simple web site searching Solr may be overkill. Have you looked at http://swish-e.org/ ? Roy On 8/5/08 8/5/08 € 4:03 PM, "Cloutman, David" <[EMAIL PROTECTED]> wrote: > Today my boss asked me to come up with a solution that would let us > index and search our intranet. I was already thi

[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 w