Re: How to get a list of values of a specified field

2012-04-11 Thread a sd
I know,i know, This is a very expensive operation,the requirement is also very odd ,but is also very real. It is actually desired to go through the whole documents within lucene again and again. List the all potential value of a specified, and then divide the all work (to go through) into a series

Re: How to get a list of values of a specified field

2012-04-11 Thread Erick Erickson
Consider using the TermsComponent (http://wiki.apache.org/solr/TermsComponent) You could get some number of terms from your field at a time by judicious use of, say, facet.prefix if you wanted. But why do you want to do this? It's kind of an odd requirement, and since you say there are millions of

Re: How to get a list of values of a specified field

2012-04-11 Thread a sd
The type of content is "solr.string", actually is a sequence of any characters,"_",number,etc. On Wed, Apr 11, 2012 at 7:06 PM, Marcelo Carvalho Fernandes < mcf2...@gmail.com> wrote: > What type of content do you have in this field? > > --- > Marcelo Carvalho Fernandes > > On Wednesday, April 11,