Hello,
I have a problem, I'm working with Solr 3.5, with a index that has 8.000.000
of documents (13Gb), each document has a lot of fields, I include the schema
at bottom the message for more information.
The query time is very high, a simple query has a query time of 300-1.000
ms, and a complex query to 10.000 ms. I have a master, and 6 slaves, they
are been syncronized every 10 minutes. And the index always is optimized.
What can I do?
- I think that cache system is working ok, when I do the same query two
times, the query time decrease to 0 ms.
Here a example of query, there are any incorrect o anything that can I
change?
http://xxx:8893/solr/candidate/select/?q=+(IdCandidateStatus:2)+(IdCobranded:3)+(IdLocation1:12))+(LastLoginDate:[2011-08-26T00:00:00Z
TO 2012-08-28T00:00:00Z])
*Schema:*
*Solconfig.xml:*
LUCENE_35
...
false
32
10
false
true
...
131072
true60
200
...
false
2
--
View this message in context:
http://lucene.472066.n3.nabble.com/Query-Time-problem-on-Big-Index-Solr-3-5-tp4003660.html
Sent from the Solr - User mailing list archive at Nabble.com.