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

2006-04-19 Thread Chris Hostetter
: > TestCase.java:8: package junit.framework does not exist : > [javac] import junit.framework.TestCase; : No, it's not just you. The build requires the JUnit library, which is There has allways been a JUnit dependency, but I recently beefed up the test suite coverage and made the change so

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

2006-04-19 Thread Chris Hostetter
: Chris/Yonik, running solr.war file through Tomcat (instead of the start.jar : Jetty file) fixes the problem. I was running Jetty because I could very : easily run multiple instances just by changing the port in the jetty.xml : file. Sounds like I could file a bug on this, but it is certainly a

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

2006-04-19 Thread Brian Lucas
Chris/Yonik, running solr.war file through Tomcat (instead of the start.jar Jetty file) fixes the problem. I was running Jetty because I could very easily run multiple instances just by changing the port in the jetty.xml file. Sounds like I could file a bug on this, but it is certainly a fringe/u

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: Possible to HTTP POST (very long) queries?

2006-04-19 Thread Yonik Seeley
On 4/19/06, Brian Lucas <[EMAIL PROTECTED]> wrote: > 1. Regarding HTTP POST, I dropped in the 'start.jar' from the 04-19-2006 > build and still have the same error. The start.jar is from the jetty appserver. You want a new solr.war in the webapps directory. -Yonik

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

2006-04-19 Thread Brian Lucas
Hi Chris, Two things which may not necessarily be related: 1. Regarding HTTP POST, I dropped in the 'start.jar' from the 04-19-2006 build and still have the same error. Something as simple as this example should work, right? -- http://localhost:8080/solr/select";> - Stil

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

2006-04-19 Thread Chris Hostetter
: Chris, thanks for the reply. I have an easy question: What's the syntax? : : Changing "GET" to "POST" in the form gives me: No special syntax, just regular old CGI form encoding -- just changing the GET to a POST in teh form should work okay. Are you sure you are using a nightly build from a

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

2006-04-19 Thread Brian Lucas
Chris, thanks for the reply. I have an easy question: What's the syntax? Changing "GET" to "POST" in the form gives me: Apr 19, 2006 6:37:05 PM org.apache.solr.core.SolrException log SEVERE: org.xmlpull.v1.XmlPullParserException: only whitespace content allowed before start tag and not q (pos

Re: Using Solr w/Resin

2006-04-19 Thread Ken Krugler
: Maybe my code is out of date, but I didn't see /solr/conf being used : as the path. yeah .. this was changed starting with the 2006-04-01 nightly builds, Yonik sent out an announcement about it on Mar31. That's when the "solr home" concept was introduced, and the data directory was changed to

Solr at ApacheCon Europe

2006-04-19 Thread Yonik Seeley
FYI, I'll be doing a session on Solr at ApacheCon this year http://www.eu.apachecon.com/konferenzen/psecom,id,488,track,2,nodeid,,_language,uk.html#session-th8 -Yonik