{"library":"lucene-query-parser","type":"library","category":null,"description":"This library offers a JavaScript implementation of the Lucene query parser, allowing applications to translate Lucene-style query strings into an Abstract Syntax Tree (AST). It was developed using PEG.js, a parser generator. The current stable version is 1.2.0, which was released in 2017. The project appears to be abandoned, with no significant updates or commits in several years. Its key differentiator is providing a direct JavaScript port of the Lucene query parsing logic, enabling both client-side and server-side (Node.js) applications to interpret complex search queries adhering to Lucene syntax. Users should be aware of its inactive development status and potential compatibility challenges with modern JavaScript ecosystems, especially concerning ES Modules (ESM) or newer Node.js features, as it predates widespread adoption of these standards.","language":"javascript","status":"abandoned","version":"1.2.0","tags":["javascript","lucene","query","parser","pegjs"],"install":[{"cmd":"npm install lucene-query-parser","imports":["const parser = require('lucene-query-parser');","require(['lucene-query-parser.js'], function(lucenequeryparser) { /* ... */ });"]},{"cmd":"yarn add lucene-query-parser","imports":[]},{"cmd":"pnpm add lucene-query-parser","imports":[]}],"homepage":null,"github":"https://github.com/thoward/lucene-query-parser.js","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/lucene-query-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/lucene-query-parser/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}