After looking at the documentation, I was under the impression that searching a keyword field would be quicker, since a keyword field is analyzed by the entirety of it's content vs a text field analyzed by each word in the field.
Doing a simple search on a field looking for it to match false
takes tens of seconds longer on the keyword value vs the text value. Am I misunderstanding this?