Which default analyzer will be used by rabbitmq river?

HI

I am using rabbitmq river for creating index from rabbitmq queue.it's
internally using bulk API for index data.I have question to you which
default analyzer will be used by rabbitmq river,can it is possible to
change the analyzer,tokenizer and token-filter.if it is possible to
change the default analyzer then which java API will help me to do
this.

Thanks

take a look at :

this is maybe an answer to your question :

Default Analyzers
[...]
The default logical name allows one to configure an analyzer that will
be used both for indexing and for searching APIs. The default_index
logical name can be used to configure a default analyzer that will be
used just when indexing, and the default_search can be used to
configure a default analyzer that will be used just when searching.

2012/1/2 sam mishra.sameek@gmail.com

HI

I am using rabbitmq river for creating index from rabbitmq queue.it's
internally using bulk API for index data.I have question to you which
default analyzer will be used by rabbitmq river,can it is possible to
change the analyzer,tokenizer and token-filter.if it is possible to
change the default analyzer then which java API will help me to do
this.

Thanks

--
David Stendardi

Thanks for reply.as link says:

The default_index logical name can be used to configure a default
analyzer that will be used just when indexing, and the default_search
can be used to configure a default analyzer that will be used just
when searching that's OK,but where the place where i mention this
configuration.what i thinking this configuration will be used when
creating bulk message for publishing message into rabbitmq queue.if it
will be included with bulk message then what will be the message
format.

Thanks

On Jan 2, 11:57 am, David Stendardi david.stenda...@gmail.com wrote:

take a look at :Elasticsearch Platform — Find real-time answers at scale | Elastic
this is maybe an answer to your question :

Default Analyzers
[...]
The default logical name allows one to configure an analyzer that will
be used both for indexing and for searching APIs. The default_index
logical name can be used to configure a default analyzer that will be
used just when indexing, and the default_search can be used to
configure a default analyzer that will be used just when searching.

2012/1/2 sam mishra.sam...@gmail.com

HI

I am using rabbitmq river for creating index from rabbitmq queue.it's
internally using bulk API for index data.I have question to you which
default analyzer will be used by rabbitmq river,can it is possible to
change the analyzer,tokenizer and token-filter.if it is possible to
change the default analyzer then which java API will help me to do
this.

Thanks

--
David Stendardi