Re: Doc add limit problem, old issue

2006-09-09 Thread Michael Imbeault
Fixed my problem, the implementation of solPHP was faulty. It was sending one doc at a time (one curl per doc) and the system quickly ran out of resources. Now I modified it to send by batch (1000 at a time) and everything is #1! Michael Imbeault wrote: Old issue (see http://www.mail-archive.

search terms submitted

2006-09-09 Thread Tim Archambault
Just wondering what others do with the search terms people type into your solr search boxes? Does CNet use this information for "Popular Searches?" Just curious. FYI. SOLR is up and running on my Windows 2003 IIS machine. Thanks for everyone's feedback.

Re: Got it working! And some questions

2006-09-09 Thread James liu
- Is the solr php in the wiki working out of the box for anyone? show your php.ini. did you performance your php? 2006/9/10, Brian Lucas <[EMAIL PROTECTED]>: Hi Michael, I apologize for the lack of testing on the SolPHP. I had to "strip" it down significantly to turn it into a general clas

Re: SolrCore as Singleton?

2006-09-09 Thread Eivind Hasle Amundsen
Tim Archambault wrote: In regard to the comment about lack of an interface, I view this as a benefit of the tool. Whether I'm developing with Python, PHP, Coldfusion, .NET, Java, etc. I can create my own customizable interface. As a coldfusion programmer with moderate programming capabilities, t

Re: Re: SolrCore as Singleton?

2006-09-09 Thread Tim Archambault
In regard to the comment about lack of an interface, I view this as a benefit of the tool. Whether I'm developing with Python, PHP, Coldfusion, .NET, Java, etc. I can create my own customizable interface. As a coldfusion programmer with moderate programming capabilities, this tool is perfect for

RE: Got it working! And some questions

2006-09-09 Thread Brian Lucas
Hi Michael, I apologize for the lack of testing on the SolPHP. I had to "strip" it down significantly to turn it into a general class that would be usable and the version up there has not been extensively tested yet (I'm almost ready to get back to that and "revise" it), plus much of my coding is

Got it working! And some questions

2006-09-09 Thread Michael Imbeault
First of all, in reference to http://www.mail-archive.com/solr-user@lucene.apache.org/msg00808.html , I got it working! The problem(s) was coming from solPHP; the implementation in the wiki isn't really working, to be honest, at least for me. I had to modify it significantly at multiple places

IIS web server and Solr integration

2006-09-09 Thread Tim Archambault
Looking to use Solr, but in Dedicated Windows environment. Can anyone provide me some input as to how this can be done? If it can, do you recommend Jetty, Tomcat, other? Should it run on a separate port than IIS or integrated using ISAPI plug-in? Any help is greatly appreciated. Our site isn't

Re: Simple Faceted Searching out of the box

2006-09-09 Thread James liu
Good. Thk u,Hoss. 2006/9/9, Tim Archambault <[EMAIL PROTECTED]>: Hoss, What is "faceted browsing"? Maybe an example of a site interface that is using it would be good. Dumb question, I know. On 9/8/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > > Hey everybody, I just wanted to officiall

Re: Simple Faceted Searching out of the box

2006-09-09 Thread Tim Archambault
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 actually. Thanks for the help. Tim On 9/9/06, Erik Hatc

Re: Simple Faceted Searching out of the box

2006-09-09 Thread Erik Hatcher
On Sep 9, 2006, at 8:15 AM, Tim Archambault wrote: What is "faceted browsing"? Maybe an example of a site interface that is using it would be good. Dumb question, I know. Faceted browsing is like this: http://shopper.cnet.com/ and http:// www.nines.org/collex In Collex, the "constrain fu

Re: Simple Faceted Searching out of the box

2006-09-09 Thread Tim Archambault
Hoss, What is "faceted browsing"? Maybe an example of a site interface that is using it would be good. Dumb question, I know. On 9/8/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: Hey everybody, I just wanted to officially announce that as of the solr-2006-09-08.zip nightly build, Solr suppo