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
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
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
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
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
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]
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