search-engine
Here are 1,681 public repositories matching this topic...
-
Updated
Jul 26, 2020 - Rust
Summary
Some fields like:
displayedAttributesinGET /index/:uid:/settingsandGET /index/:uid:/settings/displayed-attributesroutesfacetsDistributionin a search query/indexes/test/search?facetsDistribution=%5B%22color%22%5D
are never consitently sorted between same requests.
Motivations
Same request should respond same results in the same order.
Implementa
-
Updated
Aug 26, 2020 - Python
-
Updated
Aug 20, 2020 - JavaScript
Document Score
I have been asked about the scoring algorithm that tantivy uses and realised that neither I, nor the documentation have a canonical description for it apart from:
The larger the number, the more relevant the document to the search
https://docs.rs/tantivy/0.10.3/tantivy/type.Score.html
I think it will be great to add more information and run through an example query on an index to show w
-
Updated
Sep 2, 2020 - Java
PrestoDB https://prestodb.io .. is widely used as SQL frontend for many different data-sources, including ElasticSearch, and even files in S3 .. would be very nice if there would be a Connector available for Vespa.
What happened
Accidentally omitting document content returns 500 Internal Server Error with a body of {"message":"Internal error","uri":"/new_index"}
What was expected
Emitting any kind of helpful message would be helpful. Also, in my experience, when the client receives a 500 response, there is usually something informative on the server-side. But in this case, the server e
-
Updated
Sep 1, 2020 - C++
-
Updated
Sep 2, 2020 - C
-
Updated
Aug 18, 2020 - Elixir
-
Updated
Apr 16, 2020 - Go
-
Updated
May 11, 2020 - HTML
-
Updated
Aug 17, 2020 - PHP
-
Updated
May 22, 2017 - Go
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Aug 21, 2020 - Jupyter Notebook
-
Updated
Sep 2, 2020 - Rust
The author of failure himself says so here https://internals.rust-lang.org/t/failure-crate-maintenance/12087/3.
-
Updated
Aug 18, 2020 - Python
-
Updated
Sep 1, 2020 - C
-
Updated
Oct 31, 2019 - Python
-
Updated
Aug 28, 2020 - Python
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
Improve this page
Add a description, image, and links to the search-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the search-engine topic, visit your repo's landing page and select "manage topics."


I currently use the legacy IndexTemplates with the "inheritance" mechanism.
During runtime, my application, will read in plain JSON templates from the filesystem and make PutIndexTemplateRequests out of the content using the standard "source(Map<String, Object>)" API available in all Request subclasses to fill the request with the relevant content.
Now, that those templates are becoming legacy