List of keywords which standard analyzer use to tokenize the input value

Hi All,

We have required list of keyword (like "+","@",..) on the basis of th which
standard analyzer use to tokenize the input value.

Regards,
Ankit

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

Hi All,

Please read the above statement as:

We have required list of keyword (like "+","@",..) which standard analyzer
use to tokenize the input value.

Regards,
Ankit

On Monday, 26 August 2013 16:56:27 UTC+5:30, Ankit Jain wrote:

Hi All,

We have required list of keyword (like "+","@",..) on the basis of th
which standard analyzer use to tokenize the input value.

Regards,
Ankit

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

Ankit,

It seems as though this might help:

Of course, the regular expressions will be used to match the token
separators, not the tokens themselves.

And, of course, it does involve regular expressions, which is the tool of
very last resort :slight_smile: But in this case, it seems like the only option you
have. To make your life easier, I highly recommend that you find a tool
that can analyze an arbitrary string. This would let you change and
fine-tune the analyzer. I wrote my own command-line interface and use it to
develop and to regression-test custom analyzers, and it has been very
helpful.

Brian

On Monday, August 26, 2013 7:27:04 AM UTC-4, Ankit Jain wrote:

Hi All,

We have required list of keyword (like "+","@",..) which standard analyzer
use to tokenize the input value.

Regards,
Ankit

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