limestone icon indicating copy to clipboard operation
limestone copied to clipboard

Sphinx connector for Node.js

Results 12 limestone issues
Sort by recently updated
recently updated
newest added

Example ( use persist connection ) from README.markdown not work for last sphinx with default configure. After start example script freeze and it is all ...

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

Hello kurokikaze! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...

I have just updated to 0.1.4 using npm, using Node 0.10.13 and having the issue with both Sphinx 2.0.4 and now 2.0.8. I had been happily using 0.1.3 with Node...

Hi, Awesome module. I'm currently converting a project from PHP to node.js. In PHP, I can do this $results = $client->Query("",'index'); but this throws an error in limestone, i.e. limestone.query{'query':...

I've checked latest releases 2.0.5 and 2.0.4 and both doesn't work. Would be great to update README to know which version of sphinx searchd supported.

First I want to say thank you very much for this library. It is immensely helpful and it's obvious the amount of work that went into it. Couldn't be more...

If I use a persistent connection in Limestone, sometimes it just "breaks". Is there a way to automatically connect back to the Sphinx server when this happens? ``` limestone.connect(9312, true,...

When I use a multi attribut type in my index I have a bug : Sending search request of 155 bytes buffer.js:305 ``` return this.parent.utf8Slice(start, end); ^ ``` TypeError: Bad...