mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user