Re: Solr-J problem

2008-03-10 Thread Erik Hatcher
ucene.apache.org Sent: Friday, March 7, 2008 9:07:18 PM Subject: Solr-J problem Hello. I just started using solrJ recently and ran into a problem. I execute the following line after creating a SolrQuery: SolrDocumentList solrResults = engine.query(solrQuery).getResults();. solrResults.size()

Re: Solr-J problem

2008-03-10 Thread Erik Hatcher
- Solr - Nutch - Original Message From: oleg_gnatovskiy <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Friday, March 7, 2008 9:07:18 PM Subject: Solr-J problem Hello. I just started using solrJ recently and ran into a problem. I execute the following line after

Re: Solr-J problem

2008-03-10 Thread oleg_gnatovskiy
> method that you can call before running the query? > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > - Original Message > From: oleg_gnatovskiy <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Friday, March 7, 2

Re: Solr-J problem

2008-03-07 Thread Otis Gospodnetic
.apache.org Sent: Friday, March 7, 2008 9:07:18 PM Subject: Solr-J problem Hello. I just started using solrJ recently and ran into a problem. I execute the following line after creating a SolrQuery: SolrDocumentList solrResults = engine.query(solrQuery).getResults();. solrResults.size() is

Solr-J problem

2008-03-07 Thread oleg_gnatovskiy
is, how do I get access to the entire result set? Why do I only get a list of the first 10? Any help would be greatly appreciated. -- View this message in context: http://www.nabble.com/Solr-J-problem-tp15910308p15910308.html Sent from the Solr - User mailing list archive at Nabble.com.