expose the highlighter builder Field constructor
This commit is contained in:
parent
d5aa35e0ea
commit
86e88a86b8
|
@ -230,7 +230,7 @@ public class HighlightBuilder implements ToXContent {
|
|||
int numOfFragments = -1;
|
||||
Boolean requireFieldMatch;
|
||||
|
||||
private Field(String name) {
|
||||
public Field(String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue