I have documents in SOLR such that each document contains one to many points
(latitude and longitudes). Currently we store the multiple points for a
given document in the db and query the db to find all of the document ids
around a given point first. Once we have the list of ids, we populate t
We are experiencing OOM issues with a SOLR index that has about 12G of
indexed data with 2GB allocated to the JVM. We first see these type of
messages in the log:
Oct 18, 2007 10:25:00 AM org.apache.solr.core.SolrException log
SEVERE: Error during auto-warming of key:+(search_place_type:citi
s
I need to perform a search against a limited set of documents. I have the
set of document ids, but was wondering what is the best way to formulate the
query to SOLR?
--
View this message in context:
http://www.nabble.com/restricting-search-to-a-set-of-documents-tf4767801.html#a13637479
Sent fr
I'm searching using query of 'food' and get back 572 results. When I do a
search for 'food drink' I am expecting more results since it's defaulting to
ORing the search terms, however, I now get back 6 results. I'm sure I'm
doing something stupid, but I don't know what for sure. I am using a
It was set to AND as the default so I changed it to
restarted SOLR but still seeing the same results. The debug output looks
the same as well.
Alok K. Dhir wrote:
>
> check for
>
>
>
> in schema.xml
>
> On Apr 28, 2008, at 12:16 PM, briand wrote:
>
ords should match the query. You
> may need to change this to get it working the way you want it.
>
> http://wiki.apache.org/solr/DisMaxRequestHandler?highlight=%28CategorySolrRequestHandler%29%7C%28%28CategorySolrRequestHandler%29%29#head-6c5fe41d68f3910ed544311435393f5727408e61
>
I'm using the synonyms text file such that when you enter travel you find all
things related to vacation. However, when I enter in travelling it does
not find anything related to vacation, I assume it's because I'm not
explicitly putting travelling in the synonyms file. Is there a way to
activ