vinh
(vinh)
May 29, 2013, 3:21am
1
Is there a Java API for this? There is an UpdateSettingsRequest, but I don't see a corresponding one to get the settings back.
Thanks,
-Vinh
--
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 .
dadoonet
(David Pilato)
May 29, 2013, 7:44am
2
You have to use a ClusterStateRequest and get metadata.indices.settings.
Have a look at RestGetSettingsAction class.
HTH
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 29 mai 2013 à 05:21, vinh vinh@loggly.com a écrit :
Is there a Java API for this? There is an UpdateSettingsRequest, but I don't see a corresponding one to get the settings back.
Thanks,
-Vinh
--
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 .
vinh
(vinh)
May 30, 2013, 8:02am
3
Thanks David!
On May 29, 2013, at 12:44 AM, David Pilato david@pilato.fr wrote:
You have to use a ClusterStateRequest and get metadata.indices.settings.
Have a look at RestGetSettingsAction class.
HTH
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 29 mai 2013 à 05:21, vinh vinh@loggly.com a écrit :
Is there a Java API for this? There is an UpdateSettingsRequest, but I don't see a corresponding one to get the settings back.
Thanks,
-Vinh
--
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 .
--
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 .