I have long field in my mapping . the field has some values but in that i want the documents of long field that has 130 (i.e i want all the documents that has the long field starting with 130) .
Like below Scenario:
Doc1 Doc2 Doc3
long field:130056 long field:130556 long field:120336
If i search for long field =130 * in my query, i have to get Doc 1 &2 in my output.
IS this possible in ES?