vespa icon indicating copy to clipboard operation
vespa copied to clipboard

Document selection string tester

Open kkraune opened this issue 3 years ago • 3 comments

In a given content cluster, using the schema, let the user easily create a selection string.

Then, add ability to run a visit using this, outputting how far into document space it is and how many documents are returned so far. This simplifies the process to develop a selection string and test it before deploying it - i.e. how many docs / fraction is kept when running the visit with the selection

visit can dump IDs only to speed up

kkraune avatar Mar 10 '21 11:03 kkraune

Got it, Overall, it appears to be a system or tool designed to facilitate querying and testing of selection criteria within a content cluster by allowing users to easily create and test selection strings based on the schema, while also providing information on the number of documents matching the criteria and their position within the document space.

I can help you with this. can you assign this Issue to me please?

HimanshuKhatarkar avatar Nov 17 '23 15:11 HimanshuKhatarkar

Hi! https://github.com/vespa-engine/vespa#contribute will get you started, and there is no need to assign issues, you can create PRs regardless of that.

kkraune avatar Nov 19 '23 13:11 kkraune

Thanks for that

HimanshuKhatarkar avatar Nov 23 '23 15:11 HimanshuKhatarkar