Xapiand icon indicating copy to clipboard operation
Xapiand copied to clipboard

Xapiand: A RESTful Search Engine

Results 21 Xapiand issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Hello, Basically, the title.

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.2 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...

dependencies

Run Xapiand as a test, and I found the write throughput can hardly reach 1000 qps, even as cluster. Write with golang and msgpack, and can hold about 800k qps...

I use `DELETE /some/resource/path/` it say `{ "status": 501, "type": "Not Implemented" }`

is there any plan to upgrade to 1.4.16?

Hi I see that xapiand is released under MIT license, but appears to either directly contain or link the xapian core. What is the relationship there, and how do you...

[100%] Linking CXX executable bin/xapiand /tmp/ccCJI9fa.ltrans2.ltrans.o: In function `main': :(.text.startup+0x6bf): undefined reference to `cap_init' :(.text.startup+0x6f5): undefined reference to `cap_set_flag' :(.text.startup+0x715): undefined reference to `cap_set_flag' :(.text.startup+0x725): undefined reference to `cap_set_proc' :(.text.startup+0x771):...

I'm trying to deploy the container to the Google Cloud run. It fails to start with error message "Unsupported syscall setsockopt(0x22,0x1,0xd,0x3e1b35726308,0x8,0x0). Please, refer to https://gvisor.dev/c/linux/amd64/setsockopt". Is this known limitation? Thanks,...