I have many documents with uID:. To query those documents, I am querying as below -
'query': {
'term': {
'uID': ''
}
}
But it is fetching no documents. Why it is not throwing any document? Is there any other way to do this?
keyword,otherwise elastic will do a full text searchkeyword?