liqe

Lightweight and performant Lucene-like parser, serializer and search engine.

OTHER License

Downloads
36.3K
Stars
638
Committers
3

Bot releases are hidden (Show)

liqe - v2.25.0

Published by gajus about 2 years ago

2.25.0 (2022-09-30)

Features

liqe - v2.24.0

Published by gajus about 2 years ago

2.24.0 (2022-09-30)

Features

  • rename Operand to UnaryOperator (94acd1d)
liqe - v2.23.0

Published by gajus about 2 years ago

2.23.0 (2022-09-30)

Features

  • add location to operand (ae57641)
liqe - v2.22.0

Published by gajus about 2 years ago

2.22.0 (2022-09-30)

Features

  • do not allow arbitrary spacing inside ranges (df7abc0)
liqe - v2.21.0

Published by gajus about 2 years ago

2.21.0 (2022-09-30)

Features

  • add end to range location (9c54438)
liqe - v2.20.0

Published by gajus about 2 years ago

2.20.0 (2022-09-30)

Bug Fixes

  • add missing location to Operand (9db08da)

Features

  • respect whitespaces within paranthesis (bb55623)
liqe - v2.19.0

Published by gajus about 2 years ago

2.19.0 (2022-09-30)

Features

  • rename Operator to BooleanOperator (07d297b)
  • rename RelationalOperator to ComparisonOperator (c8ba61e)
liqe - v2.18.0

Published by gajus about 2 years ago

2.18.0 (2022-09-30)

Features

  • add location to LogicalExpression (8387529)
liqe - v2.17.0

Published by gajus about 2 years ago

2.17.0 (2022-09-30)

Features

  • introduce LocationToken (affdf0c)
liqe - v2.16.0

Published by gajus about 2 years ago

2.16.0 (2022-09-30)

Features

  • add location to TagExpression (984c565)
liqe - v2.15.0

Published by gajus about 2 years ago

2.15.0 (2022-09-30)

Bug Fixes

  • correctly handle padding around relational operators (6eca77f)

Features

  • add paranthesis location (3b947f3)
  • add RelationalOperatorToken (20946fd)
liqe - v2.14.0

Published by gajus about 2 years ago

2.14.0 (2022-09-30)

Features

  • handle NOT (foo:bar AND baz:qux) (fee2b35)
liqe - v2.13.0

Published by gajus about 2 years ago

2.13.0 (2022-09-30)

Features

liqe - v2.12.0

Published by gajus about 2 years ago

2.12.0 (2022-09-30)

Features

  • rename logical expression to tag expression, and logical group expression to logical expression (4be41d2)
liqe - v2.11.1

Published by gajus about 2 years ago

2.11.1 (2022-09-29)

Bug Fixes

  • rename Expression to ExpressionToken (49be716)
liqe - v2.11.0

Published by gajus about 2 years ago

2.11.0 (2022-09-29)

Features

  • rename Condition to LogicalExpression (6263476)
  • rename ConditionGroup to LogicalExpressionGroup (110c23c)
liqe - v2.10.0

Published by gajus about 2 years ago

2.10.0 (2022-09-29)

Bug Fixes

Features

  • distinguish ImplicitField from Field (b3fe75a)
liqe - v2.9.0

Published by gajus about 2 years ago

2.9.0 (2022-09-29)

Features

  • rename Query to LiqeQuery (09af3a4)
liqe - v2.8.0

Published by gajus about 2 years ago

2.8.0 (2022-09-29)

Bug Fixes

  • add missing location property (8947b69)

Features

  • distinguish implicit and explicit AND operator (b9e4cbf)
liqe - v2.7.0

Published by gajus about 2 years ago

2.7.0 (2022-09-29)

Features

  • capture ParenthesizedExpression (38c9977)