lucene-parser

v0.1.2
A small library providing utility methods to parse a freetextquery to lucene-syntax
escape unescape lucene search

Lucene-parser

A minimal node module providing utility methods to parse an fetextquery to lucene syntax.

Installation

  npm install lucene-parser --save

Usage

  var lucene_parser = require('lucene-parser')
  lucene_parser.setSearchTerm("hello:there i am a-test-string that.should.become lucne_friendly");

  console.log(lucene_parser.getOriginalSearchTerm());
  // hello:there i am a-test-string that.should.become lucne_friendly
  console.log(lucene_parser.getFormattedSearchTerm());
  // hello:"there" i* am* "a-test-string" "that.should.become" "lucne_friendly"

Tests

   npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Feedback

Feel free to drop me a line or a shoutout on Twitter, it would be cool to know if you find it useful and use it in any of your projects. And feel free to write me an issues if there is some functionality you miss.

Release History

  • 0.1.0 Initial release
npm i lucene-parser

Metadata

  • ISC
  • Whatever
  • Mikael Hallgren
  • released 3/20/2015

Downloads

Maintainers