How does elasticsearch indexing handle repititions?

Say I have two entries:

{'a':100,'b':'2000 aba'}
{'a':100,'b':'2000 aba'}

and I index them and then do a search over elasticsearch for all '2000 aba' in field 'b', will the repetitions show?

will both the entries show up or only one?

hj

Both.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.