Re: A question about keyword_marker

2015-01-19 Thread Nassim
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 mem

Re: A question about keyword_marker

2015-01-18 Thread Adrien Grand
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 wrote: > Hi all, > > I woul

A question about keyword_marker

2015-01-18 Thread Nassim
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"