Assigned
Status Update
Comments
ta...@monzo.com <ta...@monzo.com> #2
I am not sure I understand the use case. how can the benchmark be code to real world scenario when it's not possible to do right now ? which scenario is it ?
In any case, since this would be for benchmarking, this would clearly not be available through the public DSL. We should find a semi-private way of doing this (maybe the private variant API object could offer that functionality for instance or a property).
Description
I've been going through the documentation for the search function , and it looks like it's either incomplete, incorrect, or maybe just not well phrased?
A few examples:
myBoolProperty:true
,myBoolProperty=true
, and pretty much every other possible query expression and I always get empty results.myLongProperty > 100
ormyLongProperty>100
, and I get no results.createList()
,search(String, List<String>)
,propertyDefined(String)
,hasProperty(String)
,semanticSearch()
etc. None of these are available in the API, and it's not clear how you'd call them.I'm pretty sure there's a way to use all of this functionality, but it's really not clear from the documentation.