A question about keyword_marker

Hi all,

I would like to know if there is a limitation of the number of words that
we can give to the keyword_marker instruction ? And if there is a big
impact on the performance of ES ?

Thank you !

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/039be4ae-c273-4ec8-b131-b4eeb7d38f5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Tokens are stored in a hash table, which provides random access in constant
time so I would not worry too much about performance. However, these tokens
will be stored in memory so you should keep the size of the list reasonable.

On Sun, Jan 18, 2015 at 4:58 PM, Nassim nassim.kacha@gmail.com wrote:

Hi all,

I would like to know if there is a limitation of the number of words that
we can give to the keyword_marker instruction ? And if there is a big
impact on the performance of ES ?

Thank you !

--
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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/039be4ae-c273-4ec8-b131-b4eeb7d38f5c%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/039be4ae-c273-4ec8-b131-b4eeb7d38f5c%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
Adrien Grand

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j4UXUsX84L%3DhtBjf9uoPPJ9ZZCGfrO-3%2BfBpaPz%3DLRG8w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Thanks. Is a list of 10 000 words is too big ?

Le dimanche 18 janvier 2015 22:29:22 UTC+1, Adrien Grand a écrit :

Tokens are stored in a hash table, which provides random access in
constant time so I would not worry too much about performance. However,
these tokens will be stored in memory so you should keep the size of the
list reasonable.

On Sun, Jan 18, 2015 at 4:58 PM, Nassim <nassim...@gmail.com <javascript:>

wrote:

Hi all,

I would like to know if there is a limitation of the number of words that
we can give to the keyword_marker instruction ? And if there is a big
impact on the performance of ES ?

Thank you !

--
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 elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/039be4ae-c273-4ec8-b131-b4eeb7d38f5c%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/039be4ae-c273-4ec8-b131-b4eeb7d38f5c%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
Adrien Grand

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/daa4715c-9d73-4080-9e94-95ca4d2c28e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.