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 answer my need of reading a single field 
from each document. But I cannot make it work.

 

Is there a way to make a query return a single field that is stored in doc 
value from the *.dvd file, as opposed to slowely digging it from the *.fdt 
file ?

 
Thanks

-- 
You received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/7f18b409-c70f-4bef-88cc-96661fe5710f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 received this message because you are subscribed to the Google Groups 
elasticsearch group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/b7454911-b5e5-4a89-b0aa-2b24ef324246%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.