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")
Escape special characters +-&|!(){}[]^"~*?:\ - 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
Profile picture
H H.
Moderator
1 Question, 1 Answer
  Active since 19 April 2021
  Last activity 2 years ago

Reputation

23 + 5 this April 0 3

Badges 2

Editor 2 × Eureka!
1 Votes
2 Answers
6K Views
1 Votes 2 Answers 6K Views
class Foo: def bar(self): return 0 テスト質問
2 years ago
1 テスト投稿

テスト解答

package com.example.tewst;

public class Hello {
  public static void main(String[] args) {
    System.out.println("あああああ");
  }
}
2 years ago