Skip to content
#

search-engine

Here are 2,761 public repositories matching this topic...

amitmbm
amitmbm commented Apr 6, 2022

Elasticsearch Version

8.1.1

Installed Plugins

None

Java Version

bundled

OS Version

macos

Problem Description

Create a custom analyzer using below request, Note foo as an param to analyzer with bar value.

PUT customanlyzerindex
{
    "settings": {
        "analysis": {
            "analyzer": {
                "my_analyzer": {
                   
>bug good first issue low hanging fruit help wanted adoptme :Search/Analysis How text is split into tokens
meilisearch
curquiza
curquiza commented Jun 28, 2022

Discussed with @gmourier and following this information: meilisearch/product#85 (comment)

We want Meilisearch to accept a configuration file that would be an alternative to the [command-line options](https://docs.meilisearch.com/learn/configuration/instance_options.h

enhancement New feature or request good first issue Good for newcomers impacts docs This issue involves changes in the Meilisearch's documentation impacts integrations This issue involves changes in the Meilisearch's integrations
RandomClaim
RandomClaim commented Oct 15, 2020

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.

Open Source alternative to Algolia and an Easier-to-Use alternative to ElasticSearch 🔍 Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences

  • Updated Aug 7, 2022
  • C++
andrross
andrross commented Aug 3, 2022

Currently, these flags are passed as JVM args to the process that launches the server. The general (though not universal) convention today is that JVM args are mostly used for tuning the JVM itself, and OpenSearch application configuration is specified via settings in opensearch.yml. It would make for a better user experience for the feature flags to be a configuration option in opensearch.yml, i.

enhancement Enhancement or improvement to existing feature or request good first issue Good for newcomers low hanging fruit distributed framework
haystack
tstadel
tstadel commented Aug 3, 2022

Is your feature request related to a problem? Please describe.
Currently due to the workings of hash() the id of a MultiLabel is temporary. hash() values are only guaranteed to match within the same python interpreter. We want to use a hash function that is stable over any python interpreter and environment.

https://github.com/deepset-ai/haystack/blob/e766bb86840392676c650adefb0ff5

type:feature New feature or request good first issue Good for newcomers Contributions wanted! Particularly looking for external contributions here breaking change
PaddleNLP
gpengzhi
gpengzhi commented Jul 6, 2022

https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/machine_translation/transformer
在我们的基于 Transformer 的 Machine Translation 例子中,数据准备这一步奏仅提供了一个预处理好的 WMT14 en-de 数据,并没有告诉读者该怎么处理数据,每一步应该怎么做,可否像 fairseq (https://github.com/facebookresearch/fairseq/tree/main/examples/translation) 一样,将每一个步奏都提供出来。

另外,我们的PaddleNLP数据处理看起来和代码高度耦合。意思就是我每想用新的机器翻译数据训练模型,我需要在PaddleNLP里先写一些支持该数据的新的代码。这从用户的视角看并不是

good first issue Good for newcomers
vespa
kkraune
kkraune commented Apr 2, 2021

... 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)

mdaniel
mdaniel commented Jan 20, 2019

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

good first issue Good for newcomers bad error handling A tag to encompass all areas where toshi does not handle errors well or correctly
qdrant
agourlay
agourlay commented May 3, 2022
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
│
good first issue Good for newcomers
mre
mre commented Oct 13, 2020

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
enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest

Improve this page

Add a description, image, and links to the search-engine topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more