node-clucene icon indicating copy to clipboard operation
node-clucene copied to clipboard

A Node.js native module that gives you advanced searching via CLucene--itself a C++ port of Lucene

Results 12 node-clucene issues
Sort by recently updated
recently updated
newest added

I have the clucene built and on windows the npm install node-clucene breaks due to the ERR! [email protected] install: `node-waf configure build` ERR! `cmd "/c" "node-waf configure build"` failed with...

This fix solves the issues I reported in issue #10 (`read past EOF` and `Too many open files` errors on after multiple searches).

I performed npm install clucene for my application and it fails with such error: ``` In file included from /usr/include/CLucene/StdHeader.h:20:0, from /usr/include/CLucene.h:11, from ../src/clucene_bindings.cpp:8: /usr/include/CLucene/SharedHeader.h:18:36: fatal error: CLucene/clucene-config.h: No such...

i was just wondering if this repo was still being actively committed to or if there are other alternatives for clucene bindings for node? Thanks!

This happens on require('clucene'): ``` module.js:485 process.dlopen(filename, module.exports); ^ Error: libclucene-core.so.1: cannot open shared object file: No such file or directory at Object.Module._extensions..node (module.js:485:11) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12)...

Hi! I am migrationBot! Did you know that `path.{exists,existsSync}` was moved to `fs.{exists,existsSync}`, and that `tty.setRawMode(mode)` was moved to `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) in node v0.8.0? Read more @[API changes between...

https://github.com/erictj/node-clucene/blob/master/src/clucene_bindings.cpp#L586 It looks like it's opening the indexreader twice, and it never closes them... also probably shouldn't re-open one every query?

Just an incorrect path to `facebook.json`.

Hi, I was trying the tests in the test/ dir but as i started it gives me an error, in particular it says that TypeError: undefined is not a function...