Skip to content

Commit ede185a

Browse files
committed
Update src/Nest/Enums/TextQueryType.cs
Fixed Enum values so PHRASE and PRASE_PREFIX would work
1 parent 14aadbb commit ede185a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nest/Enums/TextQueryType.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ namespace Nest
55
public enum TextQueryType
66
{
77
BOOLEAN,
8-
PHASE,
9-
PHASE_PREFIX
8+
PHRASE,
9+
PHRASE_PREFIX
1010
}
1111
}
1212
// ReSharper restore CheckNamespace

0 commit comments

Comments
 (0)