Re: is it possible to get query results from document values ?

2014-11-25 Thread Tzahi jakubovitz
> > > Thanks so much. But the answer is very frustrating. Getting large result sets will always be slow - even if I need just a single field. Only aggregations and facets enjoy document fields - we commoners need to dig our fields from the *.fdt file. Bugger – and thanks again -- You

Re: is it possible to get query results from document values ?

2014-11-25 Thread Nikolas Everett
If you need all of them in the client application then I think the only options are to use fields to fetch from stored fields I imagine some aggregations uses doc values though I haven't looked at th

is it possible to get query results from document values ?

2014-11-25 Thread Tzahi jakubovitz
Hi all, I need to query an index with tens of millions of short documents. The result set may contain > 100,000 documents, and I need to process a single field from each document. It those are simple stored fields in *.fdt file - it will take forever +-. I thought document values will ans