python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Search is not working in ElasticSearch for words ending with 's' 'y' 'e'
If search string and target object has any of following characters in the end then it doesn't work.
s y e
In our application if user's name Granny, Smith. It was not searching any record for Granny as...

Prakash Boda
Votes: 0
Answers: 1
Trying to convert plural words to singular words using regex but want to ignore a few words
I am currently trying to replace some of the plural words like removing "s" from "birds" and replacing it as "bird" in bigquery
but I want them to ignore a few words like...
Kishan Kumar
Votes: 0
Answers: 1