Re: Solrsharp highlighting

2007-08-14 Thread Jeff Rodenburg
Pull down the latest example code from http://solrstuff.org/svn/solrsharpwhich includes adding facets to search results. It's really short and simple to add facets; the example application implements one form of it. The nice thing about the facet support is that it utilizes generics to allow you

Python Utilitys for Solr

2007-08-14 Thread Christian Klinger
Hi i just play a bit with: http://svn.apache.org/repos/asf/lucene/solr/trunk/client/python/solr.py Is it possible that this library is a bit out of date? If i try to get the example running. I got a parese error from the result. Maybe the response format form Solr has changed? If you can

Re: solr doesn't find exe in postCommit event

2007-08-14 Thread Bill Au
The element str name=dir specifies the working directory for the call to Runtime.exec(). You still need to set up your PATH if you don't use an absolute path for the exe element. As Chris has pointed out, the best thing to do is to use an absolute path. Bill On 8/14/07, Chris Hostetter [EMAIL

Re: Python Utilitys for Solr

2007-08-14 Thread Brian Whitman
On Aug 14, 2007, at 5:16 AM, Christian Klinger wrote: Hi i just play a bit with: http://svn.apache.org/repos/asf/lucene/solr/trunk/client/python/ solr.py Is it possible that this library is a bit out of date? If i try to get the example running. I got a parese error from the result.

Re: trying to break up highlighted text on line boundaries

2007-08-14 Thread Mike Klaas
On 13-Aug-07, at 6:18 PM, Benjamin Higgins wrote: (using last night's Solr build) Can't seem to get this to work. I am trying to use the regex highlighter fragment type. The docs suggest looking at the example solrconifg.xml for a demonstration of a fragmentor that splits on sentences.

Re: Synonym questions

2007-08-14 Thread Chris Hostetter
: 1) For some of my synonyms, it seems to make senses to simply replace the : original word with the other (e.g. theatre = theater, so searches for : either will find either). For others, I want to add an alternate term while : preserving the original (e.g. cirque = circus, so searches for circus

Solr Tomcat Wiki

2007-08-14 Thread Bill Au
I just noticed that the Solr Tomcat step-by-step instruction ( http://wiki.apache.org/solr/SolrTomcat) is now out-dated due to the face that tomcat the zip file for 5.0.20 had been move from the public mirrors to the archive site. We can either update the Wiki to use 5.0.23 (and then update it

Re: Solr Tomcat Wiki

2007-08-14 Thread Yonik Seeley
On 8/14/07, Bill Au [EMAIL PROTECTED] wrote: I just noticed that the Solr Tomcat step-by-step instruction ( http://wiki.apache.org/solr/SolrTomcat) is now out-dated due to the face that tomcat the zip file for 5.0.20 had been move from the public mirrors to the archive site. We can either

RE: solr doesn't find exe in postCommit event

2007-08-14 Thread Wu, Daniel
Thanks for the explaination. I finally get the event listener working. To close the record, I listed the working configuration below. It is sometime useful to use relative path in the case of setting multiple solr instances on the same server or have to set up dev / test environments that may

Re: solr doesn't find exe in postCommit event

2007-08-14 Thread Yonik Seeley
On 8/14/07, Wu, Daniel [EMAIL PROTECTED] wrote: Thanks for the explaination. I finally get the event listener working. To close the record, I listed the working configuration below. It is sometime useful to use relative path in the case of setting multiple solr instances on the same server

Re: solr doesn't find exe in postCommit event

2007-08-14 Thread Chris Hostetter
: Is it possible to update the example config file enclosed in the : distribution as it is not working. : : done. just to be clear, the old example did in fact work *if* you had . in your PATH ... (a bad assumption true, but i just want to make sure people understand why it worked for some