Thanks for your kind help Binh, the result shows :

"indices" : {
        "fielddata" : {
          "memory_size" : "0b",
          "memory_size_in_bytes" : 0,
          "evictions" : 0,
          "fields" : { }
        }
      }

Is there something wrong?


Binh Ly於 2014年6月17日星期二UTC+8下午10時10分49秒寫道:
>
> You likely want to find out whats taking up your heap. The biggest 
> consumer of heap is fielddata. This will tell you what is in your fielddata 
> and you can track it back to your code to see where you are using these 
> fields:
>
> curl localhost:9200/_nodes/stats/indices/fielddata/*?pretty
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/3f0a5026-f695-4345-84a8-a34de4aea4f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to