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

use JSON for concat field #4937

Merged
merged 2 commits into from
Jun 8, 2024
Merged

use JSON for concat field #4937

merged 2 commits into from
Jun 8, 2024

Commits on May 13, 2024

  1. use JSON for concat field

    use JSON for concat fields instead of concatenating text fields.
    
    With quickwit-oss/tantivy#2383 we support now
    non-object values on the root in the JSON field.
    As a nice side-effect, this will make regular JSON fields more powerful.
    Instead only for nested types, JSON is now also useable for flat mixed-type fields.
    
    Closes: #4924
    PSeitz committed May 13, 2024
    Configuration menu
    Copy the full SHA
    515cc3f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    77b5531 View commit details
    Browse the repository at this point in the history