Re: How to improve Solr search performance

2008-04-08 Thread Leonardo Santagada
xml to writing json data. -- Leonardo Santagada

Re: How to improve Solr search performance

2008-04-08 Thread Leonardo Santagada
like this. probably tomorrow someone with more solr knoledge is going to give you a better answer. good luck, -- Leonardo Santagada

Re: synonyms

2008-03-28 Thread Leonardo Santagada
? -- Leonardo Santagada

Re: Plans for a new Solr Python library

2008-03-24 Thread Leonardo Santagada
On 24/03/2008, at 04:39, Christian Vogler wrote: On Monday 24 March 2008 01:01:59 Leonardo Santagada wrote: I have done some modifications on the solr python client[1], and though we kept the same license and my work could be put back in solr I think if there are more people interested we

Re: Plans for a new Solr Python library

2008-03-24 Thread Leonardo Santagada
On 24/03/2008, at 09:11, Ed Summers wrote: On Mon, Mar 24, 2008 at 6:32 AM, Leonardo Santagada [EMAIL PROTECTED] wrote: Thanks, I think most of the stuff that I wanted to do is there... I will take a closer look and if there is omething missing I will add to that. Why is this on the issue

Re: off list: Plans for a new Solr Python library

2008-03-24 Thread Leonardo Santagada
on the list about a month ago, so we could take a stab at fixing it, as well. Best regards - Christian On Monday 24 March 2008 14:11:44 Ed Summers wrote: On Mon, Mar 24, 2008 at 6:32 AM, Leonardo Santagada [EMAIL PROTECTED] wrote: Thanks, I think most of the stuff that I wanted to do

Re: Plans for a new Solr Python library

2008-03-24 Thread Leonardo Santagada
wants to join just send me their google account. I at least intend to commit back the library or at least maintain the same license so our lib can become the official one in the future... but yep lets fix the bugs first and think about integration later. -- Leonardo Santagada

Plans for a new Solr Python library

2008-03-23 Thread Leonardo Santagada
/enfold/solr/solr.py -- Leonardo Santagada

Re: invalid XML character

2008-03-01 Thread Leonardo Santagada
impossible? -- Leonardo Santagada

+fieldname sintax question

2008-02-28 Thread Leonardo Santagada
. Why is that and how can we make solr search for a doc that does not contain canada and also does not contain mcdonald (and the default combinator can be either or or and). thanks in advance -- Leonardo Santagada

Re: +fieldname sintax question

2008-02-28 Thread Leonardo Santagada
to the following? -Title:(Canada) +authorOrCreator:(mcdonald) Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Leonardo Santagada [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thursday, February 28, 2008 11:02:26 PM Subject: +fieldname

Re: +fieldname sintax question

2008-02-28 Thread Leonardo Santagada
, would that help? -- Leonardo Santagada

Re: no support for CJK characters from Extension B in Solr

2008-02-27 Thread Leonardo Santagada
characters with more than 2 bytes so maybe this is the case... -- Leonardo Santagada

Re: will hardlinks work across partitions?

2008-02-24 Thread Leonardo Santagada
across mount points. Snapshooter uses cp -lr, which, on my Linux machine at least, fails with: cp: cannot create link `/mnt2/myuser/linktest': Invalid cross-device link James http://en.wikipedia.org/wiki/Hard_link :) -- Leonardo Santagada

Re: DisMaxHandler and plone advanced searches

2008-02-14 Thread Leonardo Santagada
On 14/02/2008, at 00:58, Mike Klaas wrote: On 13-Feb-08, at 6:11 PM, Leonardo Santagada wrote: On 13/02/2008, at 23:03, Mike Klaas wrote: Try using standardrequesthandler with the dismax query parser. How can I say to standardrequesthandler to apply each query string to a diferent field

DisMaxHandler and plone advanced searches

2008-02-13 Thread Leonardo Santagada
possible or not? []'s -- Leonardo Santagada

Re: DisMaxHandler and plone advanced searches

2008-02-13 Thread Leonardo Santagada
On 13/02/2008, at 20:56, Mike Klaas wrote: On 13-Feb-08, at 6:16 AM, Leonardo Santagada wrote: We would like to use DisMaxHandler but the thing is that on plone advanced search you can search for other fields besides the default one, and in more than one at the same time. So what would

Re: DisMaxHandler and plone advanced searches

2008-02-13 Thread Leonardo Santagada
On 13/02/2008, at 23:03, Mike Klaas wrote: On 13-Feb-08, at 4:18 PM, Leonardo Santagada wrote: Thanks but I would like to be able to: q=query qf=field1 q=query2 qf=field2 ... Try using standardrequesthandler with the dismax query parser. How can I say to standardrequesthandler

What should be the best config for a multilingual site

2008-02-07 Thread Leonardo Santagada
I'm working for a french/english site and I want to know what filters would be nice and are recomended. Should I use 2 steamers or is there a way to mark one of them bilingual? I am using the latin-1 filter also, any more ideas? []'s -- Leonardo Santagada

Re: How does remote streaming works for xml files?

2008-02-01 Thread Leonardo Santagada
information about this. Is the result to the get assynchronous or does it process the file before returning data? -- Leonardo Santagada

Dates, Times and Timezones

2008-02-01 Thread Leonardo Santagada
the timezone of a query so we get perfect results. I saw somewhere that part of this suport is going to be in 1.3, is that right? And how is it going to work? []'s -- Leonardo Santagada

How does remote streaming works for xml files?

2008-01-31 Thread Leonardo Santagada
/ commited_1201822625MainThread0_add_file.xml 0 0 thanks in advance, -- Leonardo Santagada

Re: SEVERE: java.lang.OutOfMemoryError: Java heap space

2008-01-28 Thread Leonardo Santagada
there should be a way to tell jetty to only have a certain amount of threads/process/requests at a time, so you never risk the problem of getting out of memory problems. -- Leonardo Santagada

Re: Delte by multiple id problem

2008-01-10 Thread Leonardo Santagada
support two phase commit or anything like that. -- Leonardo Santagada

How the star operator works

2008-01-04 Thread Leonardo Santagada
search for Test* it doesn't find this document, only if I search for Tes*. For me it appears that it works more or less like a + on a regex than like a * in a regex or wildcard search. What I'm I doing wrong? []'s -- Leonardo Santagada

Mixing adds, deletes and commit in the same message

2008-01-03 Thread Leonardo Santagada
field name=titleTest Document/field /doc /add commit/ Thanks in advance []'s -- Leonardo Santagada