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 11 months ago
Votes Newest

Answers 2


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 11 months ago

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

  
  
Posted 11 months ago
485 Views
2 Answers
11 months ago
11 months ago
Tags