search-engine
Here are 1,920 public repositories matching this topic...
What happens
When creating snapshot, meilisearch opens a temp dir which may be on a different disk than snapshot_path and even if enough disk space is available for the snapshot path, it fails with No space left on device.
Expected behaviour
Should create temp dir inside snapshot_path.
https://github.com/meilisearch/MeiliSearch/blob/f83caa6c40a01c931ee4ccde4fb1113067fda488/meilis
-
Updated
Feb 17, 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 19, 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 19, 2021 - 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
Feb 18, 2021 - C
-
Updated
Aug 18, 2020 - Elixir
-
Updated
Jan 3, 2021 - Go
-
Updated
Feb 17, 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
Is your feature request related to a problem? Please describe.
To follow up on deepset-ai/haystack#664 ("Build simple Streamlit UI #664"): it would be great to have an option to upload files to the DocumentStore using the UI.
Describe the solution you'd like
Current UI allows the user to do a query against "some indexed Game of Thrones articles." The orig
-
Updated
Dec 14, 2020 - Python
-
Updated
Feb 19, 2021 - Python
-
Updated
Feb 15, 2021 - C
-
Updated
Oct 31, 2019 - Python
-
Updated
Oct 18, 2020
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."
Reindexing data is not as straightforward as it could be. You are required to set up the settings and mapping in advance of a reindex call even if all you're doing is reindexing data in an existing index with no changes (e.g. in preparation for a major version upgrade). While it may seem like all that's required is to
GETthe existing index settings/mapping and copy/paste into a new index, this