Re: What does getSearcher method of SolrQueryRequest means ?

2014-07-08 Thread Yossi Biton
different. Any one can tell me why ? This where the source code is : http://code.google.com/p/lire/ On Wed, Jul 9, 2014 at 1:29 AM, Yossi Biton wrote: > Hello there, > > I'm using a project named LIRE for image retrieval based on sole platform. > There is part of the code which i

What does getSearcher method of SolrQueryRequest means ?

2014-07-08 Thread Yossi Biton
Hello there, I'm using a project named LIRE for image retrieval based on sole platform. There is part of the code which i can't understand, so maybe you could help me. The project implements request handler named lireq : public class LireRequestHandler extends RequestHandlerBase The search metho

Re: Using solr for image retrieval - very long response time

2014-07-04 Thread Yossi Biton
tirely in OS system memory for file caching? If not, > you could be incurring tons of IO. > > -- Jack Krupansky > > -Original Message- From: Yossi Biton > Sent: Friday, July 4, 2014 7:25 AM > To: solr-user@lucene.apache.org > Subject: Using solr for image retrie

Using solr for image retrieval - very long response time

2014-07-04 Thread Yossi Biton
Hello there, Recently I was trying to implement the bag-of-words model for image retrieval by using Solr. Shortly this model consists of extracting "visual words" from images and then use tf-idf schema for fast querying (usually include also re-ranking stage). I found solr as a suitable platform (