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,
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
s d wrote:
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,
what is the query? are there any changes to the index in between?
Check the logs to
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 stupid.
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 ret
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 s
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 mul
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 t
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