search-engine
Here are 1,898 public repositories matching this topic...
It's a detail, but we should manage payload limit size in a human readable fashion like at least MB. I don't see a scenario where someone would like to increase or decrease the limit for a byte.
-
Updated
Jan 31, 2021 - Rust
-
Updated
Dec 28, 2020 - Python
Currently when clicking an image from search resutls the pop-up includes the image at a fixed size.
I propose to either increase that scaling to a somewhat higher fixed value or factor in the original image size so that very small pictures do not become pixelated.
Currently the preview is too small in my opinion which forces me to visit the website.
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Feb 5, 2021 - C++
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
Feb 5, 2021 - Java
Most that do OR queries over text end up wanting to use WAND for performance, but switching to that is a bit of work.
This can be made easier by creating a searcher which replaces OrItems over text indexes by WeakAndItems.
This could be included as a noop by default (in the 'local' chain) and activated by a query parameter.
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
Feb 4, 2021 - C
-
Updated
Aug 18, 2020 - Elixir
-
Updated
Jan 3, 2021 - Go
-
Updated
Jan 27, 2021 - PHP
-
Updated
Jan 20, 2021 - HTML
-
Updated
May 22, 2017 - Go
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Sep 28, 2020 - Jupyter Notebook
People are interested in a size-comparison between
- tinysearch
- lunr.js
- elasticlunr
- flexsearch
- fuse.js
If anyone wants to do a comparison, post a comment here.
Some ideas:
- Use an open dataset, e.g. Shakespeare texts https://shakespeare.folger.edu/download/
- Create a size histogram of the results that we can include into the README.
- Add the code to the repository under a `b
-
Updated
Dec 15, 2020 - Rust
-
Updated
Dec 14, 2020 - Python
-
Updated
Jan 25, 2021 - Python
-
Updated
Jan 22, 2021 - C
-
Updated
Oct 31, 2019 - Python
-
Updated
Oct 18, 2020
-
Updated
Jan 11, 2021
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."


Per https://discuss.elastic.co/t/ldaps-and-chain-of-certificates/250724 it's possible to get an SSL failure & diagnostic when the cipher requires certain key usage that is not permitted by the certificate.
To assist in such diagnostics, it would be of assistance to print out the ceritficate's KeyUsage and the session's Cipher suite in the message.
While we're doing that, the cert's ExtendedKey