Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
The Caveat Is Though Is That In My Team We Want To Align Our Data Science Development With Our Software Development, Meaning That Any Type Of Pipeline Is A Child Class Of The More General Pipeline Parent, Which Has List As An Attribute With The Methods Th

the caveat is though is that in my team we want to align our data science
development with our software development, meaning that any type of
pipeline is a child class of the more general pipeline parent, which has
list as an attribute with the methods that have to be executed -
inheritance makes it easier to create new pipelines that are related. the
docs say you can use funcs as components, what isnt clear
to me is if class methods would qualify as funcs or would it break?

  
  
Posted one year ago
Votes Newest

Answers

580 Views
0 Answers
one year ago
one year ago
Tags