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
Answered
Why It Is Unable To Acess The File If I Change It While Rerun

why it is unable to acess the file if i change it while rerun
image

  
  
Posted one year ago
Votes Newest

Answers 2


actually i can rerun the program if i change the file path while rerun it does not orks

  
  
Posted one year ago

It looks like you're running on different machines and the file your code is looking for is not available on the other machine

  
  
Posted one year ago