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

search-engine

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

pgomulka
pgomulka commented Jun 16, 2021

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 /

MeiliSearch
curquiza
curquiza commented Nov 15, 2021

⚠️ Should be done once meilisearch/MeiliSearch#1897 is merged

We should find a way to have only one file related to the docker image CI instead of two, for maintenance reasons.

Here are the current files:

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.

saratvemulapalli
saratvemulapalli commented Dec 1, 2021

Describe the bug
Gradle scripts are configuring destructiveDistroTest.docker task twice and we see warning with run.

> Configure project :qa:os
Cannot add task 'destructiveDistroTest.docker' as a task with that name already exists.
=======================================
OpenSearch Build Hamster says Hello!
  Gradle Version        : 7.3
  OS Info               : Mac OS X 10.16 
vespa
abhimech001
abhimech001 commented Oct 6, 2021

Hi Team,

I have created a vespa multinode stack and performed a load test for search query

  1. search with single field with 60s timeout - median was consistent around 150 to 200ms
    endpoint : /search/
    http request : POST
    Body:
    {
    "yql":"select * from sources * where table contains "testing.vespa.search"
    }
  2. search with more fields and conditions - median was 100+ secs which is very
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

haystack
ZanSara
ZanSara commented Nov 11, 2021

While running the tutorials is not rare to meet with UserWarnings that are caused by underlying dependencies like transformers or pytorch. I think UserWarnings that are triggered by Haystack's or the user's code should stay visible, but those coming from dependencies could be hidden, as there's nothing we or the final users can do about it.

Examples:

  • Tutorial 1: `/home/sara/work/hayst
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

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