Experimental feature: Edit documents by function #762
Kerollmops
started this conversation in
Experimental features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Meilisearch v1.10 (to be released on August 26th 2024) introduces the Edit Documents by Function feature:
Keywords: Document edition by function, deletion by function, decay ranking, document refining.
Experimental feature abstract
Editing all or a subset of documents in an index by executing a function that modifies their shapes. This feature unlocks use cases like the decay ranking of documents feature or document refining, e.g., fixing malformed URLs.
How to use the feature?
Please refer to the public API page
What is an experimental feature
By enabling this feature via the
/experimental-features
route, you opt into the following:You can use this feature in production, but be prepared to update your code from one version to the next.
Why is this feature not stable yet?
We are refining the API and making sure it's not too complex or too simple.
🗣️ You are welcome to give feedback about the score details or ask any question on its usage; we are eager to collect feedback on the feature
To fully disable the feature, you need to delete all the editDocumentsByFunction tasks in the tasks queue (
DELETE /tasks
route) before callingPATCH 'http://localhost:7700/experimental-features/'
witheditDocumentsByFunction
set tofalse
.Beta Was this translation helpful? Give feedback.
All reactions