Hey,
Wanted to know if this is a desired behavior (seems like it shouldnt be,
after
reading http://elasticsearch-users.115913.n3.nabble.com/What-does-it-mean-to-quot-store-quot-a-field-td3514176.html
)
I have an index where i disabled _source and _all, but i did set "store" :
"yes" on a field.
when I query (using head plugin), I can query my field for terms, and get
different results, but dont see the content of the stored field.
do I have to save the _source in order to see my field content?
p.s
I am using ES 0.20.5
--
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 .
For more options, visit https://groups.google.com/groups/opt_out .
spinscale
(Alexander Reelsen)
May 22, 2013, 10:46am
2
Hey,
you can store the field and use the fields parameter when getting a
document or searching documents.
See Elasticsearch Platform — Find real-time answers at scale | Elastic
--Alex
On Wed, May 22, 2013 at 11:55 AM, Shlomi shlomivaknin@gmail.com wrote:
Hey,
Wanted to know if this is a desired behavior (seems like it shouldnt be,
after reading
http://elasticsearch-users.115913.n3.nabble.com/What-does-it-mean-to-quot-store-quot-a-field-td3514176.html )
I have an index where i disabled _source and _all, but i did set "store" :
"yes" on a field.
when I query (using head plugin), I can query my field for terms, and get
different results, but dont see the content of the stored field.
do I have to save the _source in order to see my field content?
p.s
I am using ES 0.20.5
--
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 .
For more options, visit https://groups.google.com/groups/opt_out .
--
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 .
For more options, visit https://groups.google.com/groups/opt_out .
oh great! that is perfect!
On Wednesday, May 22, 2013 1:46:50 PM UTC+3, Alexander Reelsen wrote:
Hey,
you can store the field and use the fields parameter when getting a
document or searching documents.
See Elasticsearch Platform — Find real-time answers at scale | Elastic
--Alex
On Wed, May 22, 2013 at 11:55 AM, Shlomi <shlomi...@gmail.com <javascript:>
wrote:
Hey,
Wanted to know if this is a desired behavior (seems like it shouldnt be,
after reading
http://elasticsearch-users.115913.n3.nabble.com/What-does-it-mean-to-quot-store-quot-a-field-td3514176.html )
I have an index where i disabled _source and _all, but i did set "store"
: "yes" on a field.
when I query (using head plugin), I can query my field for terms, and get
different results, but dont see the content of the stored field.
do I have to save the _source in order to see my field content?
p.s
I am using ES 0.20.5
--
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 elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out .
--
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 .
For more options, visit https://groups.google.com/groups/opt_out .