Is there a way to fetch the complete list of data from a particular column in SOLR document?

2010-09-07 Thread bbarani
Hi, I am trying to get complete list of unique document ID and compare it with that of back end to make sure that both back end and SOLR documents are in sync. Is there a way to fetch the complete list of data from a particular column in SOLR document? Once I get the list, I can easily compare

RE: Is there a way to fetch the complete list of data from a particular column in SOLR document?

2010-09-07 Thread Markus Jelsma
q=*:*&fl=id_FIELD&rows=NUM_DOCS ?   -Original message- From: bbarani Sent: Tue 07-09-2010 23:09 To: solr-user@lucene.apache.org; Subject: Is there a way to fetch the complete list of data from a particular column in SOLR document? Hi, I am trying to get complete list o

Re: Is there a way to fetch the complete list of data from a particular column in SOLR document?

2010-09-07 Thread Geert-Jan Brits
gestions to implement > this. > > Thanks, > Barani > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Is-there-a-way-to-fetch-the-complete-list-of-data-from-a-particular-column-in-SOLR-document-tp1435586p1435586.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Is there a way to fetch the complete list of data from a particular column in SOLR document?

2010-09-09 Thread Scott K
10/9/7 bbarani > >> >> Hi, >> >> I am trying to get complete list of unique document ID and compare it with >> that of back end to make sure that both back end and SOLR documents are in >> sync. >> >> Is there a way to fetch the complete list of d

Re: Is there a way to fetch the complete list of data from a particular column in SOLR document?

2010-09-09 Thread Geert-Jan Brits
make sure all is still fine in the unlikely event of a > crash > > midway. > > > > 2010/9/7 bbarani > > > >> > >> Hi, > >> > >> I am trying to get complete list of unique document ID and compare it > with > >> tha