Skip to content
#

search-engine

Here are 1,526 public repositories matching this topic...

BjarniRunar
BjarniRunar commented Jul 21, 2019

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

flexsearch
MeiliSearch
MarinPostma
MarinPostma commented May 4, 2020

Right now, the integration test use the movie dataset. This is an issue because this dataset is unnessecarily big for testing purpose and thus drastically slows down running the test suite. I suggest we use a smaller dataset (< 100 entries) to improve our CI time.

pinankg
pinankg commented May 24, 2019

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

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

pkiula
pkiula commented Apr 23, 2019

Description

Neither the stuff on Github nor the 'detailed guide' on the website quite talks about what one needs to do to create the data index, from which TypeSense queries. Do we have to create multiple JSONs as documented in the example? Is there a Wordpress plugin to do the same?

Steps to reproduce

None. It's a question.

Expected Behavior

Expect TypeSense to have some

ghost
ghost commented Jun 18, 2017

I think it would be helpful in the "Use" section to add how long it takes an average user to get a result.

I have it taking down about 120KiB/s which is not a ton but also have zero results after 20 minutes.

It would be a helpful guideline so people know when it's time to report errors.

Just for curiousity it would be interesting to know the bandwidth to result ratio. I bet nobody has th

dandago
dandago commented Mar 28, 2020

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

ConnectGrid
ConnectGrid commented Apr 5, 2020

The doc_id field is configured to be an integer. It's very common for databases to use non-integer IDs these days, particular when the data is stored in MongoDB, etc.

Any suggestions for using non-integer IDs with TNTSearch? Maybe I can generate a unique integer from a non-integer (eg. sha1) ID?

iyesin
iyesin commented Nov 4, 2019

Expected result:

Can't find schema.json or it's not readable. Default location (`./etc/schema.json`) could be overridden with `-s, --schema-file` command-line paramethers

Actual result:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1084:5
note: run with `RUST_
Erquint
Erquint commented Dec 29, 2017

Steps to reproduce:

  • Turn off the "search as you type" option.
  • Find something.
  • Select a result.
  • Select the query field. (Notice the result remaining selected)
  • Change or input new query.
  • Hit enter to search for it.

Observed behavior:

  • The residual result selection prompts openning/executing of the result instead of a search operation.

Expected behaviour:

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

You can’t perform that action at this time.