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

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented May 6, 2024

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 PSeitz force-pushed the concat_json_field branch 3 times, most recently from a8e0ce6 to 90a433c Compare May 6, 2024 03:51
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 PSeitz merged commit c2a2674 into main Jun 8, 2024
5 checks passed
@PSeitz PSeitz deleted the concat_json_field branch June 8, 2024 05:40
Copy link

github-actions bot commented Jun 8, 2024

On SSD:

Average search latency is 1.01x that of the reference (lower is better).
Ref run id: 1947, ref commit: 0816302
Link

On GCS:

Average search latency is 0.98x that of the reference (lower is better).
Ref run id: 1948, ref commit: 0816302
Link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use JSON field for concat field
3 participants