Re: Python Solr Writer

2007-12-15 Thread Wade Leftwich
Owens, Martin wrote: > > I'm having some trouble understanding how the solr writer intergrates into > python, I can't find any examples so does anyone have any good examples of > a python writer? > > Best Regards, Martin Owens > > If you're wondering how to use it in Python: say response = e

Re: SolPHP

2006-06-30 Thread Wade Leftwich
Ian, I'm just getting started with SOLR, am very interested in Python bindings. Looking at using SOLR to catalog sites built with Zope and Django, plus other (non-Python) sites. -- Wade Leftwich Ithaca, NY On 6/1/2006, Ian Holsman wrote: > I think I could get some python bindings off

Tomcat SecurityManager config for SOLR

2006-11-11 Thread Wade Leftwich
My Tomcat lives under /var/lib/tomcat5.5, and here is the contents of /var/lib/tomcat5.5/conf/Catalina/localhost/solr.xml: """ """ Any help appreciated. Wade Leftwich Ithaca, NY

Jetty for production?

2006-11-11 Thread Wade Leftwich
using Jetty in production? We're a python-perl-and-php shop, and do not plan to get any further into Java than we have to. (SOLR is good enough to overcome our anti-Java bias.) Any observations or advice appreciated. Wade Leftwich Ithaca, NY

Re: Tomcat SecurityManager config for SOLR

2006-11-12 Thread Wade Leftwich
can touch the Solr directories. Here's the command I added to catalina.policy: grant codeBase "file:${catalina.home}/webapps/solr/-" { permission java.security.AllPermission; }; -- Wade Leftwich Ithaca, NY

Solr consultants?

2006-11-16 Thread Wade Leftwich
ustom module or two. - We could use some help building our in-house expertise. Any discussion or advice appreciated. Please feel free to reply on-list or off-list as you prefer. Thanks -- Wade Leftwich Prism Business Media business: [EMAIL PROTECTED] personal: [EMAIL PROTECTED]

Case sensitivity on hostnames and email addresses

2006-12-13 Thread Wade Leftwich
ot; but not for "[EMAIL PROTECTED]" or "studlycaps.org". This happens with the Standard or the DisMax query handler. A bit of a problem for me, because I'm indexing a bunch of business magazines, and domain names are frequently capitalized, often in CamelCase. Is this