Re: search terms submitted

2006-09-10 Thread Chris Hostetter
: Just wondering what others do with the search terms people type into your : solr search boxes? you mean besies return results that match :) : Does CNet use this information for "Popular Searches?" yep... http://shopper-search.cnet.com/top -Hoss

Re: Got it working! And some questions

2006-09-10 Thread Chris Hostetter
: First of all, it seems the mailing list is having some troubles? Some of : my posts end up in the wrong thread (even new threads I post), I don't : receive them in my mail, and they're present only in the 'date archive' : of http://www.mail-archive.com, and not in the 'thread' one? I don't : rec

Re: Got it working! And some questions

2006-09-10 Thread Michael Imbeault
First of all, it seems the mailing list is having some troubles? Some of my posts end up in the wrong thread (even new threads I post), I don't receive them in my mail, and they're present only in the 'date archive' of http://www.mail-archive.com, and not in the 'thread' one? I don't receive so

Re: Re: Re: IIS web server and Solr integration

2006-09-10 Thread Tim Archambault
Thanks Jeff, I am going to run Solr for our beta site, mobile.bangordailynews.net, the mobile device version of our site. I'm just running it on Jetty right now as a completely separate web app under a different port. The Jetty port is not available on the web. I'm using Coldfusion to "get" the r

Re: Re: IIS web server and Solr integration

2006-09-10 Thread Jeff Rodenburg
Tim - If you can help it, I would suggest running Solr under Tomcat under Linux. Speaking from experience in a mixed mode environment, the Linux/Tomcat/Solr implementation just works. We're not newbies under Linux, but we're also a native Windows shop. The memory management and system availabil

Re: Re: IIS web server and Solr integration

2006-09-10 Thread Tim Archambault
Good news. The rookie did just that. Thanks Chris. Just having a difficult time how to send my query parameters to the engine from Coldfusion [intelligently]. I'm going to download the PHP app and see if I can figure it out. Having lots of fun with this for sure. Tim On 9/10/06, Chris Hostetter

Re: Got it working! And some questions

2006-09-10 Thread Chris Hostetter
: - What is the loadFactor variable of HashDocSet? Should I optimize it too? this is the same as the loadFactor in a HashMap constructor -- but i don't think it has much affect on performance since the HashDocSets never "grow". I personally have never tuned the loadFactor :) : - What's the unit

Re: IIS web server and Solr integration

2006-09-10 Thread Chris Hostetter
: Should it run on a separate port than IIS or integrated using ISAPI plug-in? I can't make any specific recomendations about Windows or IIS, but i personally wouldn't Run Solr in the same webserver/appserver that your users hit -- from a security standpoint, i would protect your solr instance th

Re: Simple Faceted Searching out of the box

2006-09-10 Thread Chris Hostetter
: > > What is "faceted browsing"? Maybe an example of a site interface Whoops! ... sorry about that, i tend to get ahead of my self. The examples Erik pointed out are very representative, but there are more subtle ways faceted searching can come into play -- for example, if you look at these two

Re: Simple Faceted Searching out of the box

2006-09-10 Thread Tim Archambault
For those using PHP to interface with can you explain to me how your PHP code interacts with Solr? Does PHP create a query_string manually and post an URL like this: http://localhost:8983/solr/select?q=vertical%3Ajobs+accounting&version=2.1&start=0&rows=10&fl=&qt=standard&stylesheet=&indent=on&exp

Re: Simple Faceted Searching out of the box

2006-09-10 Thread Erik Hatcher
On Sep 9, 2006, at 9:09 AM, Tim Archambault wrote: I need to understand this then. Thanks. I want to use Solr for our newspaper website and this would be a great way to break out content. Kind of greys the lines between what is search and what is browsing categories, which is a great thing