How to throttle analyzing (stemming, tokenizing, etc)

One one my indexes contains a lengthy text field that needs to be analyzed.
During bulk index this causes the CPU of the ES instance to go to 100%
utilization. Is there a way to throttle this process?

--
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.

What is the analyzer of the field? Can you give an example of the lengthy
text?

Jörg

On Mon, Jul 29, 2013 at 9:50 PM, Bruno Miranda bru.miranda@gmail.comwrote:

One one my indexes contains a lengthy text field that needs to be
analyzed. During bulk index this causes the CPU of the ES instance to go to
100% utilization. Is there a way to throttle this process?

--
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.

maybe send less docs in the bulk or dont' send the bulks concurrently?

On Monday, July 29, 2013 9:50:45 PM UTC+2, Bruno Miranda wrote:

One one my indexes contains a lengthy text field that needs to be
analyzed. During bulk index this causes the CPU of the ES instance to go to
100% utilization. Is there a way to throttle this process?

--
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.