Skip to content
New issue

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

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

Already on GitHub? # to your account

Allow Nouveau index creation using the erlang query server #5444

Open
jonasplaum opened this issue Feb 25, 2025 · 0 comments
Open

Allow Nouveau index creation using the erlang query server #5444

jonasplaum opened this issue Feb 25, 2025 · 0 comments

Comments

@jonasplaum
Copy link
Contributor

Summary

Enable the use of the nouveau index function inside the native erlang query server.

Desired Behavior

The Index function like in javascript ( index("double", "min_length", doc.min_length, {"store": true}); ) should be supported in erlang. Just like the Emit(<>, V) function, that's used for views.

Additional context

We are using one design doc with multiple indices per feature / service. All indices are using the native erlang query server. We want to keep the indices together, but the language is set per doc, which stops us from sharing one design doc for views and nouveau indices.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant