Inconsistent results

2008-02-01 Thread s d
Hi,I use SOLR with standard handler and when i send the same exact query to solr i get different results every time (i.e. refresh the page with the query and get different results). Any ideas? Thx,

Re: How does remote streaming works for xml files?

2008-02-01 Thread Leonardo Santagada
On 31/01/2008, at 22:56, Ryan McKinley wrote: 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 isn't stream.file the parameter name? ryan Thanks, that was stupid... But there is so little

Re: How does remote streaming works for xml files?

2008-02-01 Thread Ryan McKinley
Leonardo Santagada wrote: On 31/01/2008, at 22:56, Ryan McKinley wrote: 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 isn't stream.file the parameter name? ryan Thanks, that was

duplicate entries being returned, possible caching issue?

2008-02-01 Thread Rachel McConnell
We have just started seeing an intermittent problem in our production Solr instances, where the same document is returned twice in one request. Most of the content of the response consists of duplicates. It's not consistent; maybe 1/3 of the time this is happening and the rest of the time, one

Querying multiple dynamicField

2008-02-01 Thread Renaud Delbru
Hi, We would like to know if there is an efficient way to query multiple dynamicField at the same time, using wildcard in the field name. For example, we have a list of dynamic fields sentence_* and we would like to execute a query on all the sentence_* fields. Is there a way to execute such

Re: Querying multiple dynamicField

2008-02-01 Thread Ryan McKinley
sorry, nothing currently will do that. There is discussion about how to do it, but nothing concrete https://issues.apache.org/jira/browse/SOLR-247 http://wiki.apache.org/solr/FieldAliasesAndGlobsInParams Renaud Delbru wrote: Hi, We would like to know if there is an efficient way to query

Dates, Times and Timezones

2008-02-01 Thread Leonardo Santagada
One great problem we are having to integrate solr with plone is that plone can have dates and times in diferent timezones, and each user can query the data in its own timezone. So we would be really interested in being able to put date/time data on solr with a timezone and specifying the

Unicode bug in python client code

2008-02-01 Thread James Brady
Hi all, I was adding passing python unicode objects to solr.add and got these sort of errors: ... File /Users/jamesbrady/Documents/workspace/YelServer/yel/ solr.py, line 152, in add self.__add(lst,fields) File /Users/jamesbrady/Documents/workspace/YelServer/yel/ solr.py, line 146,