Exemplo n.º 1
0
 public StringQuery setAnalyzer(String analyzer) {
   _builder.analyzer(analyzer);
   return this;
 }