Re: Possible to HTTP POST (very long) queries?

2006-04-19 Thread Mike Baranczak
On Apr 19, 2006, at 4:10 PM, Brian Lucas wrote: 2. I can no longer 'ant compile'/'dist' the newest version(s) (04/16/06 - 04/19/06) of Solr due to the error: --- [javac] /home/root/disks/src/solr-nightly/src/java/org/apache/solr/util/ AbstractSolr TestCase.java:8: package junit.framewor

Re: Separate config and index per webapp

2006-05-15 Thread Mike Baranczak
On May 15, 2006, at 3:26 PM, Yonik Seeley wrote: On 5/15/06, Michael Levy <[EMAIL PROTECTED]> wrote: I'd like to use Solr for a number of separate projects running on a single Tomcat instance; I thought I would have Solr running a separate webapp for each project. I understand that the defa

Re: Separate config and index per webapp

2006-05-17 Thread Mike Baranczak
(In my case I'm testing under Windows and it's C:\Tomcat 5.5\solr\data \index) Any ideas? Thanks. Mike Baranczak wrote: > On May 15, 2006, at 3:26 PM, Yonik Seeley wrote: > >> On 5/15/06, Michael Levy <[EMAIL PROTECTED]> wrote: >>> I'd like to use Solr f

Re: Java or PHP code to trigger solr?

2006-06-28 Thread Mike Baranczak
Here's a Java client for Solr: http://issues.apache.org/jira/browse/SOLR-20 Erik Hatcher was recently talking about a Ruby-on-Rails interface for Solr, but I don't know what the status is on that. As far as I know, nobody has yet written interfaces for PHP or CF, but it shouldn't be that h

Re: client code for searching?

2006-07-14 Thread Mike Baranczak
Check the list archives - there was a thread just a couple of weeks ago about all the various existing Solr clients. -MB On Jul 14, 2006, at 2:21 PM, WHIRLYCOTT wrote: Does anybody have some client code for performing searches against a Solr installation? I've seen the DocumentManagerClie

Re: Mac OSX - error reading /usr/local/lib/libsvnjavahl-1.0.0.0.dylib

2006-08-15 Thread Mike Baranczak
A .dylib file isn't a zip or a jar at all, it's a native OS X shared library. I have absolutely NO idea why Solr is trying to open it. Are you deploying just the stock version, or did you add some of your own code to it? -MB On Aug 15, 2006, at 2:06 AM, Ross McDonald wrote: Thanks for

redundant Solr servers

2006-09-15 Thread Mike Baranczak
I need to set up a cluster with two or more boxes running Solr, each using a clone of the same index (for load balancing). Does anybody have experience with such a scheme? I have a few ideas of my own, but I don't want to reinvent the wheel. -MB

Re: redundant Solr servers

2006-09-15 Thread Mike Baranczak
On Sep 15, 2006, at 5:40 PM, Mike Klaas wrote: On 9/15/06, Mike Baranczak <[EMAIL PROTECTED]> wrote: I need to set up a cluster with two or more boxes running Solr, each using a clone of the same index (for load balancing). Does anybody have experience with such a scheme? I have a few

Limit on number of schema fields?

2006-10-18 Thread Mike Baranczak
Is there any significant penalty for having a large number of fields in a Solr schema (like between 50 and 100)? We have a site with several different types of searchable content, and each of those types will require several different fields (most of which are not shared). I figured that it