Giter Club home page Giter Club logo

node-full-text-search-light's People

Contributors

petersandor avatar temechon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

node-full-text-search-light's Issues

Npm is crashing during full-text-search indexing.

Hi everyone, i am using a npm package full-text-search-light package for implementing full text search. On instantiating it, it is taking a index parmeter. I am facing the same error Error: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory. when i am using index_amount 12 for indexing the data in memory. when i am bringing it down to the 6 or less, it is working fine. node version is
v6.3.1. Please help me.

Not working with 'node-rest-client'

Hello
The module is not working combined with 'node-rest-client'.
If fulltextsearchlight is loaded bevor node-rest-client, the following error occurs at startup:

C:\Daten\aaa\node_modules\node-rest-client\lib\nrc-parser-manager.js:10
var propType  = props[propIndex].split(":");

TypeError: props[propIndex].split is not a function
    at validateProperties (C:\Daten\aaa\node_modules\node-rest-client\lib\nrc-parser-manager.js:10:39)
    at Object.validate (C:\Daten\aaa\node_modules\node-rest-client\lib\nrc-parser-manager.js:21:13)
    at ParserManager.add (C:\Daten\aaa\node_modules\node-rest-client\lib\nrc-parser-manager.js:34:17)
    at module.exports (C:\Daten\aaa\node_modules\node-rest-client\lib\nrc-parser-manager.js:112:15)
    at new exports.Client (C:\Daten\aaa\node_modules\node-rest-client\lib\node-rest-client.js:12:53)
    at Object.<anonymous> (C:\Daten\aaa\index.js:15:14)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)

If fulltextsearchlight is loaded after node-rest-client, the program starts normal, but the output of node-rest-client is somehow corrupted.

Question: is this vector space model?

Hi, just a question:

Is this a vector space model or using feature vectors?
Can I get the index score to the matching pattern?

Best regards,
Alex

OR query

Is it possible to do an 'OR' query?
Like 'cars or bikes'

Cannot use with Rollup

I get this error

Error: Identifier 'debug' has already been declared

when I run Rollup because debug is declared twice in index.js for no reason.

var debug = require('debug');
var jsonfile = require('jsonfile');
var merge = require('merge');
var debug = debug('full-text-search-light');

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.