Blocks within query: prefix
List of all the block within the query: prefix group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
query v15.0.0 Matches documents whose field starts with the given phrase, analyzed on both sides. Use this for type-ahead: the last word is treated as a prefix and the input goes through the same analyzer as the stored text, so mssgs test matches MSSGS-Test-1. For an exact, unanalyzed prefix on a keyword field use starts with instead. value query v10.4.28 checks if the given field starts with the given value. Back to
query Return to the main group to view all sub-groups