I mapped a field that uses the Keyword Analyzer (that uses the
one-string-tokenizer and lowercase token filter).
I indexed some big text (around 2'000 chars). I made this because I want to
percolate new documents against a big bunch of regexp queries.
But the regexp not works, it return zero results.
{
"query": {
"regexp": {
"my_big_text": {
"value": ".the word."
}
}
}
}
"value": ".*"
returns no results too.
Is that a bug or made I something wrong?
--
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/29384f21-6af4-416c-a3d6-06ffd58841fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.