search-engine
Here are 2,694 public repositories matching this topic...
Windows throw errors when we try to read a dump in the CI (maybe that actually happens everywhere?).
See the following action: https://github.com/meilisearch/meilisearch/runs/6215426608?check_suite_focus=true
This could be related to [this issue](https://documentation.red-gate.com/sbu7/errors-and-warnings/other-errors/system-error-32-the-process-cannot-access-the-file-because-it-is-being-used-
-
Updated
Jun 16, 2022 - 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
Jun 28, 2022 - C++
-
Updated
May 18, 2022 - Python
-
Updated
Mar 6, 2022 - JavaScript
It would be great to have a "MoreLikeThis" feature in Tantivy.
An efficient, effective "more-like-this" query generator would be a great contribution.
Elasticsearch and Lucene both support it:
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html
https://lucene.apache.org/core/7_2_0/queries/org/apache/lucene/queries/mlt/MoreLikeThis.html
Note: this cam
Describe the feature you'd like to see added
Current the /search endpoint returns a HTML file to display the results. This works well for UI users, which might be the first use case of Whoogle. But it's hard for prog
Is your feature request related to a problem? Please describe.
Coming from opensearch-project/OpenSearch#3106 and opensearch-project/OpenSearch#3278 (comment). Create a Github Action to run on pull request to ensure whether shell scripts variables are set.
Describe the solution you'd like
Can use https://github.com/market
Currently Crawler does not let JavaScript run on crawled pages. This leads to issues for websites that rely on fully dynamically loaded content that is not present in the DOM at loading time, but is fetched with JS immediately after.
We should investigate how to allow JavaScript to run on the crawled pages with Selenium and add a switch to the Crawler that allows users to do this.
Based on
文档增加tokenizer类别及样例建议
欢迎您反馈PaddleNLP使用问题,非常感谢您对PaddleNLP的贡献!
在留下您的问题时,辛苦您同步提供如下信息:
- 版本、环境信息
1)PaddleNLP和PaddlePaddle版本:请提供您的PaddleNLP和PaddlePaddle版本号,例如PaddleNLP 2.0.4,PaddlePaddle2.1.1
2)系统环境:请您描述系统类型,例如Linux/Windows/MacOS/,python版本 - 复现信息:如为报错,请给出复现环境、复现步骤
paddle版本2.0.8 paddlenlp版本2.1.0
建议,能否在paddlenlp文档中,整理列出各个模型的tokenizer是基于什么类别的based,如bert tokenizer是word piece的,xlnet tokenizer是sentence piece的,以及对应的输入输出样例
关于一些具体建议
-
Updated
Jun 27, 2022
-
Updated
Apr 9, 2022
... 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)
-
Updated
Jun 28, 2022 - C
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
Jun 19, 2022 - PHP
-
Updated
Jan 20, 2022 - Go
-
Updated
Jan 13, 2022 - Elixir
-
Updated
Jun 28, 2022 - Go
-
Updated
Jul 3, 2021 - HTML
I am finding a product which can replace Elasticsearch.
-
Updated
Apr 24, 2022 - Python
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
Jun 21, 2022 - C
tempdir is archived
Crate: tempdir
Version: 0.3.7
Warning: unmaintained
Title: `tempdir` crate has been deprecated; use `tempfile` instead
Date: 2018-02-13
ID: RUSTSEC-2018-0017
URL: https://rustsec.org/advisories/RUSTSEC-2018-0017
Dependency tree:
tempdir 0.3.7
├── storage 0.2.0
│ └── qdrant 0.7.0
├── segment 0.3.1
│ ├── storage 0.2.0
│
Count API
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."
Description
Before ES 7.x it was possible to provide a list of fields by URL or BODY request for field_caps API.
https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search-field-caps.html
POST _field_caps { "fields" : ["rating"] }Starting from 7.x this feature was removed, and only one possible way it uses URI but in this case, it is possible to have an error 414 (Reques