I am using the fq parameter in my solr query for getting the results based on
a date range.so lets say i am searching for a term "iphone" and i want to
get results from '2010-12-01' to '2010-12-25' ,so fq sets my start date and
end date,i am doin this in a loop for different time frames and for sa
I am working on an application that requires fetching results from solr based
on date parameter..earlier i was using sharding to fetch the results but
that was making things too slow,so instead of sharding,i queried on three
different cores with the same parameters and merged the results..still th
I am using three solr cores and all the cores are on the same m/c
My configuration is such that i have a machine where code resides and there
are 10 other machines which contains the indexed data in cluster.so the code
machine picks up a random machine for getting solr data.
Also the reason why
Hi,
is ther a way by which i could detect the out of memory errors in solr so
that i could implement some functionality such as restarting the tomcat or
alert me via email whenever such error is detected.?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Detect-Out-of-Memory-