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)
ElasticSearch won't search specific field
I have a problem searching a specific field inside my index.
little background:
On my project we need to search inside a terminology Server like FHIR but then our own.
So we have an object that contai...
Bert Coenen
Votes: 0
Answers: 0
Filtering and restructuring array of objects
What I've got is array of objects
const incomeRows = [
{
group: "Deck 1",
categories: [
{ category: "Deck Supplies", reportvalue: 100, transdate: "2020-11&quo...
dariusz
Votes: 0
Answers: 3
Illegal Argument Exception in Elasticsearch 7.10.1 when Loading data
I'm getting an error when I try to load data into an index I created with a mapping. Here is what I have done:
I have created an index with a mapping using the following command to an ElasticSearch (v...
jencoston
Votes: 0
Answers: 1
Merging fields in Elastic Search
I am pretty new to Elastic Search. I have a dataset with multiple fields like name, product_info, description etc., So while searching a document, the search term can come from any of these fields (le...
Karanam Krishna
Votes: 0
Answers: 2