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: How to improve Solr search performance

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

Re: solr commit command questions

2008-04-04 Thread Leonardo Santagada
On 04/04/2008, at 20:24, oleg_gnatovskiy wrote: So, what is the point of the commit? I always tought about it... this should have been named flush as it is on xapian... it has nothing to do with databases commits and the data will end up in the index one way or the other. -- Leonardo

Re: synonyms

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

Re: Plans for a new Solr Python library

2008-03-24 Thread Leonardo Santagada
g. If anyone more 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

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

2008-03-24 Thread Leonardo Santagada
ussed 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 want

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

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

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
eally impossible? -- Leonardo Santagada

Re: +fieldname sintax question

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

Re: +fieldname sintax question

2008-02-28 Thread Leonardo Santagada
le:(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 sintax questio

+fieldname sintax question

2008-02-28 Thread Leonardo Santagada
tly 0 docs. 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: no support for CJK characters from Extension B in Solr

2008-02-27 Thread Leonardo Santagada
pport 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

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= qf=field1 q= qf=field2 ... Try using standardrequesthandler with the dismax query parser. How can I say to standardrequesthandler to apply each

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 be

DisMaxHandler and plone advanced searches

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

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: Date Range Search

2008-02-05 Thread Leonardo Santagada
. -- Leonardo Santagada

Dates, Times and Timezones

2008-02-01 Thread Leonardo Santagada
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

Re: How does remote streaming works for xml files?

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

How does remote streaming works for xml files?

2008-01-31 Thread Leonardo Santagada
ndedThreadPool.java:442) Jan 31, 2008 9:39:01 PM org.apache.solr.core.SolrCore execute INFO: /update stream.filename=/tmp/ 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
iguration problem. But still 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

Transactions and Solr Was: Re: Delte by multiple id problem

2008-01-12 Thread Leonardo Santagada
On 12/01/2008, at 11:24, Norberto Meijome wrote: On Fri, 11 Jan 2008 00:43:19 -0200 Leonardo Santagada <[EMAIL PROTECTED]> wrote: No, actually my problem is that the solr index is mirroring data on a database (a Zope app to be more acurate) so it would be better if I could send the

Re: Delte by multiple id problem

2008-01-10 Thread Leonardo Santagada
n sync, as solr doesn't support two phase commit or anything like that. -- Leonardo Santagada

Re: Delte by multiple id problem

2008-01-10 Thread Leonardo Santagada
?? any body have some idea. AFAIK, at this time, you need to issue deletes with only 1 id per command. eg 2 3 4 Can this be done on the same request? Because I am sending them on diferent requests... wich suck... already dividing inserts and deletes in 2 requests is bad enough.

How the star operator works

2008-01-04 Thread Leonardo Santagada
Document, if I 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
ks in advance []'s -- Leonardo Santagada