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

Index params improvements #169

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Conversation

JojiiOfficial
Copy link
Contributor

Depends on #168

Improves configuring field index:

From

.field_index_params(PayloadIndexParams {
    index_params: Some(IndexParams::KeywordIndexParams(
        KeywordIndexParamsBuilder::default()
            .is_tenant(true)
            .build(),
    )),
})

To

.field_index_params(
    KeywordIndexParamsBuilder::default()
        .is_tenant(true),
)

@JojiiOfficial JojiiOfficial merged commit 77d4921 into update_tenants Jul 29, 2024
2 checks passed
generall pushed a commit that referenced this pull request Jul 29, 2024
* Update protos for tenants

* add builder for QueryPointGroups

* Update IndexParams

* Index params improvements (#169)

* improve conversions for field index params

* fix ci

* fix wrong branch in sync_proto.sh

* More conversions for field index params
agourlay pushed a commit that referenced this pull request Aug 12, 2024
* Update protos for tenants

* add builder for QueryPointGroups

* Update IndexParams

* Index params improvements (#169)

* improve conversions for field index params

* fix ci

* fix wrong branch in sync_proto.sh

* More conversions for field index params
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.

2 participants