gajus/liqe

Support for currently unsupported Lucene features

Open

#33 aperta il 30 nov 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)TypeScript (27 fork)github user discovery
help wanted

Metriche repository

Star
 (675 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Hi,

I was looking for a Lucene parser/builder and first found https://github.com/bripkens/lucene, I quickly noticed it was basically dead and unmaintained. The open issues highlight critical problems that are claimed to be solved in liqe. The big down side for me is that I need a parser/builder that supports all (if not, as many as possible) Lucene features, and I can't afford to go without fuzzy searches, proximity searches and boosting terms.

I would like to know if supporting those features is planned. I understand that liqe is not just a parser/builder and implementing those features in the search engine is complicated, I assume it's the reason why they are not supported at the moment.

If supporting those features is too complicated to implement in the search engine, is it possible to add partial support (so just for the parser and the builder)?

Guida contributor