search-engine
Here are 1,620 public repositories matching this topic...
Is there a plan to add a CONTRIBUTING.md? This could include template to do a PR, guidelines to add tests, coding standards, etc.
I'm currently learning Rust and am very interested in contributing on this project somehow. Thanks!
Mailpile should automatically stop trying to re-check a mailbox/folder which has been deleted from the source/server.
This should be done in such a way that if the mailbox reappears, polling starts again. This should be relatively straightforward, mostly we need to make sure that each individual mailbox type communicates clearly that it's "gone" (not just temporarily unavailable) and the master
-
Updated
Jul 16, 2020 - Rust
Document Score
I have been asked about the scoring algorithm that tantivy uses and realised that neither I, nor the documentation have a canonical description for it apart from:
The larger the number, the more relevant the document to the search
https://docs.rs/tantivy/0.10.3/tantivy/type.Score.html
I think it will be great to add more information and run through an example query on an index to show w
-
Updated
Jul 17, 2020 - Java
Hello Vespa Team,
Can you please consider support a properties-file which is available during run-time along with the model ? So some meta-data e.g. threshold/label, etc can be associated with the model.
This is for the stateless evaluation of the models like (XGBoost, TensorFlow, Onnx, etc) which is supported in vespa.
Thank you,
Pinank
-
Updated
Jul 17, 2020 - Rust
-
Updated
Jul 14, 2020 - C++
-
Updated
Jun 22, 2019 - CSS
Hi,
I am reading up on RediSearch for the first time so I don't have much background about it. I don't really know about its history and the motivation behind it.
Having read the multi-threading documentation page, it somewhat feels like a hammer is being used on a screw. I don't understand why something single-threaded in nature would b
-
Updated
Apr 16, 2020 - Go
There are several things not accurately documented/outdated:
-v2is used the examples but does not work# duckduckgo not supportedalthough it is in the list of supported search engines- To get a list of all search engines
--configis suggested but that just fails
-
Updated
May 22, 2020 - PHP
-
Updated
May 22, 2017 - Go
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Jun 2, 2020 - Rust
-
Updated
Jul 10, 2020 - Rust
-
Updated
May 21, 2020 - Python
-
Updated
Oct 31, 2019 - Python
-
Updated
Jul 15, 2020 - C
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 17, 2020 - Python
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jan 22, 2020 - C++
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."
Implement
to_characcording to the PostgreSQL spec: https://www.postgresql.org/docs/9.1/functions-formatting.html by translating to the java.time patterns used inDATETIME_FORMAT.Follows: #54832