search-engine
Here are 1,743 public repositories matching this topic...
-
Updated
Sep 17, 2020 - Rust
-
Updated
Oct 6, 2020 - Python
-
Updated
Sep 14, 2020 - JavaScript
The DocStore builds blocks of contiguous document serialized in an adhoc simple binary format.
These blocks are then compressed.
The format goes:
- field: u32
- type tag: u8
- value: specific to the type but for instance u64 simply take 8 byts.
@ppodolsky noticed that despite the compression, it might be possible to shave off a few percent of storage by changing the encoding. This might
-
Updated
Oct 11, 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
Oct 6, 2020 - C++
-
Updated
Oct 11, 2020 - C
-
Updated
Aug 18, 2020 - Elixir
-
Updated
Oct 1, 2020 - Go
-
Updated
Sep 3, 2020 - HTML
-
Updated
Sep 27, 2020 - PHP
-
Updated
May 22, 2017 - Go
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Sep 28, 2020 - Jupyter Notebook
Some bigger websites may have high number of pages to index.
Making the body field optional would make the index more manageable and performant at a bigger scale.
-
Updated
Sep 6, 2020 - Rust
-
Updated
Aug 18, 2020 - Python
-
Updated
Oct 10, 2020 - C
-
Updated
Oct 31, 2019 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Oct 7, 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."
In #55330 we change the sequence of events on startup so that the SSL resource watcher code runs before the SSL contexts are loaded.
As a consequence some of the friendly error messages that were added in #45122 are no longer used (because the reloader fails before it gets to the key/trust config objects)