remove System.out.println
This commit is contained in:
parent
c4c918b3a5
commit
2dbda7b157
|
@ -300,8 +300,6 @@ public class CompletionFieldMapper extends AbstractFieldMapper<String> {
|
|||
+ "] at position " + i + " is a reserved character");
|
||||
}
|
||||
}
|
||||
|
||||
System.out.println(names.indexName());
|
||||
return new SuggestField(names.indexName(), input, this.fieldType, payload, analyzingSuggestLookupProvider);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue