Occasional, unpredictable exceptions with multi-threaded solrj queries

2013-01-10 Thread Joe
f it fails: while(!querySuccess && queryAttemptshttp://lucene.472066.n3.nabble.com/Occasional-unpredictable-exceptions-with-multi-threaded-solrj-queries-tp4032315.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solrj queries

2008-12-04 Thread lupiss
me faltó ";" jejeje -- View this message in context: http://www.nabble.com/Solrj-queries-tp20494859p20845222.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solrj queries

2008-12-04 Thread lupiss
ocs= qrsp.getResults(); return docs; } entonces solo mandarías llamar esa función pasando de parámetro la cadena consulta que creaste antes: consultar(Consulta) -- View this message in context: http://www.nabble.com/Solrj-queries-tp20494859p20845145.html Sent from the Solr - User mai

Re: Solrj queries

2008-11-14 Thread Erik Hatcher
n McKinley [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2008 10:55 AM To: solr-user@lucene.apache.org Subject: Re: Solrj queries On Nov 14, 2008, at 12:14 AM, Raghunandan Rao wrote: Hi, Can anybody let me know how to do logical searches using Solrj. I have indexed the data and now I

RE: Solrj queries

2008-11-13 Thread Raghunandan Rao
Yes. But is that how we do in Solrj by setting SolrQuery("text:Right And title:go"). Thanks a lot. -Original Message- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2008 10:55 AM To: solr-user@lucene.apache.org Subject: Re: Solrj queries On Nov 14

Re: Solrj queries

2008-11-13 Thread Ryan McKinley
On Nov 14, 2008, at 12:14 AM, Raghunandan Rao wrote: Hi, Can anybody let me know how to do logical searches using Solrj. I have indexed the data and now I want to do search based on fields using Solrj as I have to retrieve in the form of beans. For eg. I have two fields, First name and

Solrj queries

2008-11-13 Thread Raghunandan Rao
Hi, Can anybody let me know how to do logical searches using Solrj. I have indexed the data and now I want to do search based on fields using Solrj as I have to retrieve in the form of beans. For eg. I have two fields, First name and last name I have to retrieve only names which match both