Is enabling docValues and disabling index possible

Hi ,

I have a situation where a field is only used for aggregation , its never
used for searching.
In such cases , it doesn't make sense for this field to go to lucene
reverse index.
Rather if it can be only maintained in fieldData or docValues alone . that
would save me some good amount of space and might optimize performance.

Is this possible ?

Thanks
Vineeth

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAGdPd5kxgex5BwLVxz6N8gwAGCmUwSiBRPuXAu7PbqCGT%2BH0kA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Yes, you can have a field that is not indexed but has doc values. In that
case, elasticsearch will build columnar storage for that field, but no
inverted index.

On Tue, Dec 2, 2014 at 5:55 AM, vineeth mohan vm.vineethmohan@gmail.com
wrote:

Hi ,

I have a situation where a field is only used for aggregation , its never
used for searching.
In such cases , it doesn't make sense for this field to go to lucene
reverse index.
Rather if it can be only maintained in fieldData or docValues alone . that
would save me some good amount of space and might optimize performance.

Is this possible ?

Thanks
Vineeth

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAGdPd5kxgex5BwLVxz6N8gwAGCmUwSiBRPuXAu7PbqCGT%2BH0kA%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAGdPd5kxgex5BwLVxz6N8gwAGCmUwSiBRPuXAu7PbqCGT%2BH0kA%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
Adrien Grand

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j5Re03w2MtxEtc_N_Xr%2Bua5bA7-Jk9c9ZotOA0qvBNB-g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.