Hi
I need to compare the result i get from my instance i done with the results
which get from other sites who used solr as a core for search
How can i set solrmeter parameters to can do this comparison??
thanks in advance
--
View this message in context:
http://lucene.472066.n3.nabble.com/Stress
Hi, thanks for interesting.
I solve the problem.
I use concat function in MYsql that converts in some case the fields in
BLOB. So, solr has a strange behavior importing blob field as id!
I find the solution reading the DIH faq in the wiki, exactly:
"Blob values in my table are added to the Solr do
I don't have an answer to this but only another question: I don't think I
can use auto-commit in my application, as I have to "checkpoint" my index
submissions and I don't know of any callback mechanism that would let me
know a commit has happened. Is there one?
2011/5/21 Erick Erickson
> Well
How would I specify a filter that covered a rectangular viewport? I have 4
coordinate points for the corners and I want to return everything inside that
area.
My first naive attempt was this:
q=*:*&fq=coords:[44.119141,-125.948638 TO 47.931066,-111.029205]
At first this seems to work OK, except
: Are there any plans for caching stat results for a certain stat field along
: with the documents that match a filter query ? Any other ideas that could
: help to improve this (hardware/software configuration) ? Even for a subset
: of 10M entries, the stat search takes on the order of 10 seconds