search-engine
Here are 2,316 public repositories matching this topic...
Since v0.24.0, and since this issue is done (meilisearch/MeiliSearch#1758) MeiliSearch can apply highlight on numerical fields.
But this does not work when using matches.
Example
- With this document:
[
{ "id": 1, "title": "Pride and Prejudice", "price": 3.5 }
]- And this search
{
"q": "3",
"attributesToHighlight":-
Updated
Nov 9, 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
Nov 3, 2021 - Python
-
Updated
Nov 11, 2021 - C++
-
Updated
Oct 18, 2021 - JavaScript
Hi, phrase query is too strict now, is there any plan to support slop?
-
Updated
Nov 12, 2021
Hi Team,
I have created a vespa multinode stack and performed a load test for search query
- search with single field with 60s timeout - median was consistent around 150 to 200ms
endpoint : /search/
http request : POST
Body:
{
"yql":"select * from sources * where table contains "testing.vespa.search"
} - search with more fields and conditions - median was 100+ secs which is very
-
Updated
Nov 7, 2021
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
Nov 11, 2021 - C
We recently created a German Question Answering Dataset and also a German Dense Passage Retrieval dataset, along with trained models for each.
It would be great to have a tutorial (something along the lines of Tutorial 1) that allows users to start playing around with these models!
-
Updated
Jan 3, 2021 - Go
-
Updated
May 31, 2021 - Elixir
-
Updated
Oct 29, 2021 - PHP
-
Updated
Jul 3, 2021 - HTML
I am finding a product which can replace Elasticsearch.
-
Updated
Nov 5, 2021 - Go
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
May 16, 2021 - Python
-
Updated
Sep 27, 2021 - Jupyter Notebook
-
Updated
May 22, 2017 - Go
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
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."




We should ignore java.io.tmpdir and override it with ES_TMPDIR. I think that variable should be taken into account from the beginning of startup scripts (including JavaVersionChecker) and the value should be applied as java option to all java processes.
Java processes started before ES_JAVA_OPTS are parsed (JavaVersionChecker, TempDirectory, JvmOptionParser) can also create temporary files in /