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

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