generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Labels
bugSomething isn't workingSomething isn't workingerror-experienceIssues related to how we handle failure cases in the plugin.Issues related to how we handle failure cases in the plugin.paginationPagination feature, ref #656Pagination feature, ref #656
Description
What is the bug?
Pagination of index alias does not work.
How can one reproduce the bug?
Steps to reproduce the behaviour:
- Create an index --
indexA-- and load data - Create an alias --
aliasA-- for the index - Send query like
SELECT * FROM aliasAwith non-zerofetch_size - See error like
{
"error": {
"details": "Index type [alias_phrases] does not exist",
"reason": "There was internal problem at backend",
"type": "IllegalArgumentException"
},
"status": 500
}
What is the expected behavior?
Paging an index directly or its alias should produce the same result.
See this stack overflow question for reference.
rrlamichhane and digitalfox
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingerror-experienceIssues related to how we handle failure cases in the plugin.Issues related to how we handle failure cases in the plugin.paginationPagination feature, ref #656Pagination feature, ref #656