Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Add SortResponseProcessor to Search Pipelines (#14785) #14868

Merged
merged 1 commit into from
Jul 22, 2024

Commits on Jul 22, 2024

  1. Add SortResponseProcessor to Search Pipelines (opensearch-project#14785)

    * Add SortResponseProcessor for search pipelines
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Add stupid and unnecessary javadocs to satisfy overly strict CI
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Split casting and sorting methods for readability
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Register the sort processor factory
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Address code review comments
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Cast individual list elements to avoid creating two lists
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Add yamlRestTests
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Clarify why there's unusual sorting
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    * Use instanceof instead of isAssignableFrom
    
    Signed-off-by: Daniel Widdis <[email protected]>
    
    ---------
    
    Signed-off-by: Daniel Widdis <[email protected]>
    dbwiddis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    45cd64e View commit details
    Browse the repository at this point in the history