search-engine
Here are 1,955 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
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
Feb 23, 2021 - Python
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Mar 12, 2021 - C++
Refactor DocAddress
-
Updated
Mar 12, 2021
In a given content cluster, using the schema, let the user easily create a selection string.
Then, add ability to run a visit using this, outputting how far into document space it is and how many documents are returned so far. This simplifies the process to develop a selection string and test it before deploying it - i.e. how many docs / fraction is kept when running the visit with the selectio
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
Mar 11, 2021 - C
-
Updated
Aug 18, 2020 - Elixir
-
Updated
Jan 3, 2021 - Go
-
Updated
Mar 11, 2021 - PHP
-
Updated
Jan 20, 2021 - HTML
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
May 22, 2017 - Go
-
Updated
Sep 28, 2020 - Jupyter Notebook
-
Updated
Mar 9, 2021 - Python
Create a suite of tools to easily manipulate SQuAD format data. It would be useful to have tools to do things such as:
- merging annotations
- converting SQuAD format to Pandas data frame and vice versa
- easier functions to remove samples / paragraphs / annotations
- easier functions to count
- easier functions to return all questions or all answers
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
Feb 22, 2021 - Rust
-
Updated
Dec 14, 2020 - Python
-
Updated
Mar 11, 2021 - C
-
Updated
Mar 9, 2021
-
Updated
Oct 31, 2019 - Python
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 believe
top_metricscan fetchflattenedfields but I never wrote a test for it because I didn't realize anyone would be interested in that. Folks seem to be. We should probably have a test to make sure it continues to work.