Coder, I've verified that this is a bug. However, the "_boost" field will 
be deprecated in 1.0 in favor of the function_score query 
(http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#_using_function_score).
 


For now, what you can do to fix this is to remove the "_boost" part from 
your mapping and reindex your data and you should be able to access the 
"po" field after that.

Remove this part from your mapping: 

       "_boost" : {
            "name" : "po", 
            "null_value" : 4.0
       },

-- 
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/a1894a05-4195-44eb-aa62-80f173a58a99%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to