×
Jan 4, 2022 · For example I want the document where the url field contains google.com . The result might be the two documents with the urls https://www.google ...
People also ask
Dec 2, 2016 · I'm working with ElasticSearch 5 and can't find a solution for the following: I want to search for a string with slashes (part of a url) in a ...
Missing: 70576393/ | Show results with:70576393/
Nov 25, 2016 · Long story short I need to search URLs, with protocol - an exact partial match. Because at least colon is a special mark, searching does not ...
Missing: 70576393/ | Show results with:70576393/
Jan 6, 2015 · You can use the Ids Query in Elasticsearch to search on a single document. Elasticsearch by default, indexes a field called _uid which is the ...
Missing: 70576393/ | Show results with:70576393/
Jun 7, 2016 · This way you can use Elasticsearch/Lucene to tokenize the URLs. For example: https://site/folder gets tokenized as two tokens: site; site/folder.
Missing: 70576393/ | Show results with:70576393/
Oct 27, 2015 · What does the search body data actually look like? Is it doing a multi_match and including all fields? I've tried writing a multi_match ...
Missing: 70576393/ | Show results with:70576393/
May 9, 2018 · 1 Answer 1 · This works, thanks, but I guess there has to be a correct way to refer to document by ID (so I'll wait a bit before accepting your ...
Missing: 70576393/ | Show results with:70576393/
Jun 24, 2011 · I've recently started using ElasticSearch and I can't seem to make it search for a part of a word. Example: I have three documents from my ...
Missing: 70576393/ | Show results with:70576393/
Mar 7, 2012 · I'm using elasticsearch to index my documents. Is it possible to instruct it to only return particular fields instead of the entire json ...
Missing: 70576393/ | Show results with:70576393/