The Wayback Machine - https://web.archive.org/web/20220501053528/https://github.com/topics/search-engine
Skip to content
#

search-engine

Here are 2,601 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 help wanted :Search/Analysis
meilisearch
curquiza
curquiza commented Apr 26, 2022

Following this spec: meilisearch/specifications#83

When indexing the _geo field as a filterable or sortable attribute, MeiliSearch should be able to parse string or numeric values rather than raise an invalid_geo_field error.

Please, feel free to ask any question to be helped by the core team if needed

enhancement good first issue milli
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 Apr 30, 2022
  • C++
ChillFish8
ChillFish8 commented Mar 4, 2022

Expose a public API for interacting with JSON field types outside of the QueryParser

As of right now, there is no way to public way to build queries to interact with the new JSON field type outside of the QueryParser,
due to the JsonTermWriter not being publically exposed, and also possibly slightly overkill.

Ideally a simple(ish) API allows users to produce a term to query with by sup

Yury-Fridlyand
Yury-Fridlyand commented Mar 29, 2022

Describe the bug
OpenSearch is able to warn a use about upcoming deprecation of API used. Some of deprecation messages refers to Elasticsearch version instead of OpenSearch.
There are deprecations seen by .Net client automated test:

299 OpenSearch-1.3.0-e45991597c86ba1bbcc36ee1dfdc165197a913af "Parameter [boost] on field [name] is deprecated and will be removed in 8.0"
299 OpenS
bug good first issue Indexing & Search
haystack
ZanSara
ZanSara commented Mar 16, 2022

Problem
Currently FARMReader will ask users to raise max_seq_length every time some samples are longer than the value set to it. However, this can be confusing if max_seq_length is already set to the maximum value allowed by the model, because raising it further will cause hard-to-read CUDA errors.

See #2177.

Solution
We should find a way to query the model for the maximum va

type:feature good first issue topic:models journey:intermediate
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 bad error handling
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 help wanted good first issue 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