python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Email not being searched properly in elasticsearch
hello I am new to elasticsearch I am having an issue with email search is not working properly I am using boto3 SDK and AWS opensearch service have tried this mapping
{
"dev_auth0_logs_new_map...
Ashutosh Pandya
Votes: 0
Answers: 2
How to determine if next page exists with searchAfter query param of ElasticSearchRequest
We have a load more button on UI which requests for next pages. We have used SearchAfter query param to implement ES Pagination
I am using sortValues present in ElasticSearch Response to generate ne...
priyadhingra19
Votes: 0
Answers: 2
Can I use stopwords, case insensitivty and removing punctuation in Elastic search Keyword data type?
Actually, as we know for keyword data type we have to use normalizer, but I am gettting an error to use stopword in normalizer. Is there any other way to add stopwords in normalizer for keyword data t...
Sagar Bhamburkar
Votes: 0
Answers: 0
Elasticsearch: Distribute the results of multiple inner queries based on defined amount/ percentage
Consider I am having multiple should blocks, I want to define how many documents each should block can derive. For example if result is set of 10 documents, I need 6 from first block, 3 from second bl...

Ghanshyam Baviskar
Votes: 0
Answers: 1