search-engine
Here are 2,238 public repositories matching this topic...
The pest dependency we use to parse the our filter expression has been unmaintained for a while, and the fix made in our dependency tree by #1659, I think we need a more long term solution for parsing our syntax. I have fiddled a bit with https://github.com/Geal/nom today and made a mvp that parse our syntax correctly. It still lacks error handling, but it is a good basis to replace pest with nom
-
Updated
Jul 22, 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
Sep 6, 2021 - Python
-
Updated
Sep 10, 2021 - C++
-
Updated
Sep 5, 2021 - JavaScript
Hi, phrase query is too strict now, is there any plan to support slop?
-
Updated
Sep 10, 2021
-
Updated
Sep 11, 2021 - Python
Is your feature request related to a problem? Please describe.
Coming from opensearch-project/opensearch-build#212, the output of ./gradlew :distribution:archives:linux-tar:assemble produces a file called opensearch-1.1.0-SNAPSHOT-linux-x64.tar.gz. Then we rename it to -min, ie. opensearch-min-1.1.0-SNAPSHOT-linux-x64.tar.gz.
**Describe the solution you
... to make it easier to read Vespa documentation on an e-reader / offline
Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)
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
Sep 10, 2021 - C
-
Updated
Jul 19, 2021
-
Updated
Jan 3, 2021 - Go
-
Updated
May 31, 2021 - Elixir
-
Updated
Apr 17, 2021 - PHP
Many users in our community have been asking to have easier ways to return the output of intermediate nodes. I can see that this could be very useful for debugging and also qualitative evaluation.
I think this feature would be very useful, though the exact design is not yet fully clear.
-
Updated
Jul 3, 2021 - HTML
I am finding a product which can replace Elasticsearch.
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
May 22, 2017 - Go
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
May 16, 2021 - Python
-
Updated
Sep 10, 2021 - 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 /