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

Support multiple index statements in Field-definition #983

Open
thomasht86 opened this issue Dec 2, 2024 · 0 comments
Open

Support multiple index statements in Field-definition #983

thomasht86 opened this issue Dec 2, 2024 · 0 comments
Assignees
Milestone

Comments

@thomasht86
Copy link
Collaborator

Currently, the schema.txt template is hardcoded to:

index: {{ field.index }}

which means we are unable to define fields like eg. this:

field predicate_field type predicate {
            indexing: attribute
            index {
                arity: 2  # mandatory
                lower-bound: 3
                upper-bound: 200
                dense-posting-list-threshold: 0.25
            }
        }
@thomasht86 thomasht86 self-assigned this Dec 2, 2024
@thomasht86 thomasht86 added this to the later milestone Dec 2, 2024
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

No branches or pull requests

1 participant