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
Answered
What is the meaning of life, the universe, and everything?

This is an example question.

Some code:

public class Hello1
{
	public static void Main()
	{
		System.Console.WriteLine("Hello, World!");
	}
}
5
5
Posted 5 years ago
pic
Deleted user
  
  
  System.Console.WriteLine("42");
Gordon Freeman   3 years ago Report
  
  

Great use of Hello World example code.

Gordon Freeman   2 years ago Report
Votes Newest

Answers 67

This question is closed.

55K Views
65 Answers
5 years ago
one year ago
Tags