stylesheet issue

2006-06-01 Thread Tim Archambault
I've got solr installed and running, with only one failure left to date. Whenver I try to select a stylesheet for my search, I get an error message such as this: Error loading stylesheet: A network error occured loading an XSLT stylesheet:http://localhost:8983/admin/tabular.xsl Something tells m

RE: solr newbie

2006-06-01 Thread Darren Vengroff
See http://issues.apache.org/jira/browse/SOLR-20. -D -Original Message- From: Yonik Seeley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 10:15 PM To: solr-user@lucene.apache.org Subject: Re: solr newbie On 6/2/06, Darren Vengroff <[EMAIL PROTECTED]> wrote: > I wrote just such

Re: solr newbie

2006-06-01 Thread Raghavendra Prabhu
I would definitely like to use the code to run the same set of tests with my application Regards, Prabhu On 6/2/06, Darren Vengroff <[EMAIL PROTECTED]> wrote: I wrote just such a client within the last 24h to support load-testing Solr for my application. The client stub is simple and indepen

Re: solr newbie

2006-06-01 Thread Yonik Seeley
On 6/2/06, Darren Vengroff <[EMAIL PROTECTED]> wrote: I wrote just such a client within the last 24h to support load-testing Solr for my application. The client stub is simple and independent of my particular application, so it would be easy for me to contribute it if there is interest. It has

RE: solr newbie

2006-06-01 Thread Darren Vengroff
I wrote just such a client within the last 24h to support load-testing Solr for my application. The client stub is simple and independent of my particular application, so it would be easy for me to contribute it if there is interest. It has methods to add() a document or collection of documents,

Re: SolPHP

2006-06-01 Thread Ian Holsman
I think I could get some python bindings off those as well. and if people feel there is a need some C/APR ones as well. On 02/06/2006, at 11:16 AM, Brian Lucas wrote: Erik, I'll get the PHP bindings out to see how they suit the needs of people and use that feedback for the Rails bindings. I

RE: SolPHP

2006-06-01 Thread Brian Lucas
Erik, I'll get the PHP bindings out to see how they suit the needs of people and use that feedback for the Rails bindings. I'm looking forward to seeing how they could be implemented as well. Brian -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01

Re: SolPHP

2006-06-01 Thread Erik Hatcher
Brian, I'd love to give any RoR bindings a try if you're a point to share. I can see all sorts of interesting fun that can be had with such bindings, such as pulling schema.xml from the server and using its field definitions to build mapping objects (like ActiveRecord), support for all t

RE: SolPHP

2006-06-01 Thread Brian Lucas
Yes, I have written bindings but hadn't abstracted them fully. They're pretty solid and since you're the second person that's asked, let me get those out as soon as possible. I'm also working on the Ruby/Rails bindings as well. Brian -Original Message- From: Yonik Seeley [mailto:[EMAIL

Re: SolPHP

2006-06-01 Thread Yonik Seeley
Nothing in SVN... It looks like Brian Lucas might have been working on something: http://www.mail-archive.com/solr-user%40lucene.apache.org/msg00325.html -Yonik On 6/1/06, Michael J. Giarlo <[EMAIL PROTECTED]> wrote: Hey folks, I noticed a stub on the wiki about two PHP classes for solr. I've

SolPHP

2006-06-01 Thread Michael J. Giarlo
Hey folks, I noticed a stub on the wiki about two PHP classes for solr. I've tried to track down the classes but have been unsuccessful so far. Does anyone know where, or if, these classes are available? Thanks! -Mike

Re: solr newbie

2006-06-01 Thread Tim Archambault
Great thanks. I manage a newspaper website in Maine USA with about 400,000-500,000 documents/database records (if not more) and I am going to try and create a solr search engine for the site. We'll see how it goes. I've been using a "bastardized" lucene search for my site up to now, but this looks

Re: solr newbie

2006-06-01 Thread Yonik Seeley
On 6/1/06, Tim Archambault <[EMAIL PROTECTED]> wrote: I found the "web" options. Thank you very much. While that is installing incrementally, two last questions. Are there any example stylesheets to review to see how the data flows into the layout? How would one go about injecting database infor

Re: solr newbie

2006-06-01 Thread Tim Archambault
I found the "web" options. Thank you very much. While that is installing incrementally, two last questions. Are there any example stylesheets to review to see how the data flows into the layout? How would one go about injecting database information into the indexs without having to create XML fil

Re: solr newbie

2006-06-01 Thread Yonik Seeley
On 6/1/06, Tim Archambault <[EMAIL PROTECTED]> wrote: I'll need to install cygwin again I think. Thanks. Don't uninstall cygwin... just re-run the cygwin setup.exe and it will do incremental updates, installing packages that have changed, and allowing you to select new packages to install. -Yo

Re: !Solr

2006-06-01 Thread Yonik Seeley
Thanks for the report Karl, much appreciated. It looks like a problem with your servlet container/JVM not liking the XML entity "../../../conf/web.external.xml" in the web.xml I guess the IBM JVM uses some stricter XML parsing rules or something. If you remove that from the web.xml, it should be

Re: solr newbie

2006-06-01 Thread Tim Archambault
I'll need to install cygwin again I think. Thanks. On 6/1/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/1/06, Tim Archambault <[EMAIL PROTECTED]> wrote: > Don't understand what "web category" means. SH. The cygwin installer has different categories of packages... "base","devel",etc. If you

Re: solr newbie

2006-06-01 Thread Yonik Seeley
On 6/1/06, Tim Archambault <[EMAIL PROTECTED]> wrote: Don't understand what "web category" means. SH. The cygwin installer has different categories of packages... "base","devel",etc. If you are looking for the curl package, it should be filed under "web". It's not installed by default, so you

Re: solr newbie

2006-06-01 Thread Tim Archambault
Thanks Yonik. All looks good except for the statement: curl installed from the "Web" category. Don't understand what "web category" means. SH. On 6/1/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: Hi Tim, Curl is a little command-line networking tool. The easiest way to get it is cygwin if you

!Solr

2006-06-01 Thread karl wettin
Hi all, I need to get something up and running in 12 hours, so I thought it could be fun to see if Solr would work out of the box for me. Neither the example nor the dist war would start. No big deal, I'll hack something up another way. Just thought it would be a good thing to report this. I'm

Re: solr newbie

2006-06-01 Thread Yonik Seeley
Hi Tim, Curl is a little command-line networking tool. The easiest way to get it is cygwin if you are not on a UNIX system. See the 'Requirements" section of the tutorial: 3. On Win32, cygwin, for shell support. (If you plan to use Subversion on Win32, be sure to select the subversion package w

RE: solr newbie

2006-06-01 Thread Darren Vengroff
You can download curl from http://curl.haxx.se/ if you don't have it on your machine. -D -Original Message- From: Tim Archambault [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 9:42 AM To: solr-user@lucene.apache.org Subject: solr newbie Trying to run the test tutorial to index

solr newbie

2006-06-01 Thread Tim Archambault
Trying to run the test tutorial to index an xml file and keep getting an error message: curl: command not found? Any help is greatly appreciated.