cql

Contextual Query Language compiler for Java

License

License

GroupId

GroupId

org.xbib
ArtifactId

ArtifactId

cql
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

cql
Contextual Query Language compiler for Java
Project URL

Project URL

https://github.com/xbib/cql
Project Organization

Project Organization

xbib
Source Code Management

Source Code Management

https://github.com/xbib/cql

Download cql

How to add to project

<!-- https://jarcasting.com/artifacts/org.xbib/cql/ -->
<dependency>
    <groupId>org.xbib</groupId>
    <artifactId>cql</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/cql/
implementation 'org.xbib:cql:1.1.1'
// https://jarcasting.com/artifacts/org.xbib/cql/
implementation ("org.xbib:cql:1.1.1")
'org.xbib:cql:jar:1.1.1'
<dependency org="org.xbib" name="cql" rev="1.1.1">
  <artifact name="cql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='cql', version='1.1.1')
)
libraryDependencies += "org.xbib" % "cql" % "1.1.1"
[org.xbib/cql "1.1.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

xbib Contextual Query Language Compiler for Java

cql coverage badge License Apache%202.0 blue xbib

CQL, the Contextual Query Language, is a formal language for representing queries to information retrieval systems. Its objective is to combine simplicity with expressiveness, to accommodate the range of complexity from very simple queries to very complex. CQL queries are intended to be human readable and writable, intuitive, and expressive.

This Java implementation can parse and generate CQL syntax, and translates CQL to Elasticsearch query language. It also support extensive query options, filter queries and faceting, with breadcrumb state support (checkboxes to add or remove facte values from a query).

More about CQL can be found under the searchRetrieve 1.0 CQL specification.

License

Copyright © 2012 Jörg Prante

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. you may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

btn donateCC LG

org.xbib
Organization for free exchange of bibliographic data

Versions

Version
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0