expose the highlighter builder Field constructor

This commit is contained in:
Shay Banon 2012-09-19 11:47:48 +02:00
parent d5aa35e0ea
commit 86e88a86b8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}