Questions tagged [elastic-search]

4 questions
4
votes
3 answers

Best way to vectorise names and addresses for similarity searching?

I have a large dataset of around 9 million people with names and addresses. Given quirks of the process used to get the data it is highly likely that a person is in the dataset more than once, with subtle differences between each record. I want to…
Sandy Lee
  • 227
  • 1
  • 8
1
vote
0 answers

How does google indexes text documents?

Unfortunately, I didn't find much information surrounding this, no pdfs, no textbooks that discuss this in just enough detail. And I didn't see any forums posts about this. I just want to learn an example scenario of indexing in big data. I've found…
jewloa
  • 11
  • 1
0
votes
0 answers

NLP + Elasticsearch

I want to integrate NLP in my project ( medical data visualization using Elasticsearch and kibana) have you any idea about that
0
votes
1 answer

Are index and type redundant after elasticsearch 6.0?

After elasticsearch 6.0, 1 index contains only 1 type. So what's the difference between type and index? Books say that-: Index~Database Type~Table Document~Record And if you see this figure, type and index seems redundant to each other, when 1…