Elasticsearch Full Text Queries vs Term Level Queries
New documents in Elasticsearch are analyzed and stored as inverted indexes for faster searching. While "text" fields are analyzed as part of the analysis process, "keyword" fields and other exact match type fields are stored as is.
- Read more about Elasticsearch Full Text Queries vs Term Level Queries
- Log in or register to post comments
Recent comments