No description
Find a file
2021-12-02 14:31:12 +01:00
cql-common add null context for removing index from search clause 2021-06-15 18:18:05 +02:00
cql-elasticsearch use JsonBuilder.builder(), update to gradle 7.3 2021-12-02 14:31:12 +01:00
gradle use JsonBuilder.builder(), update to gradle 7.3 2021-12-02 14:31:12 +01:00
src/docs refactored cql package into two subpackages, to cql and cql-elasticsearch 2017-10-13 19:16:35 +02:00
.gitignore refactored cql package into two subpackages, to cql and cql-elasticsearch 2017-10-13 19:16:35 +02:00
build.gradle update to content 3.0.0 2021-05-27 16:30:35 +02:00
gradle.properties use JsonBuilder.builder(), update to gradle 7.3 2021-12-02 14:31:12 +01:00
gradlew use JsonBuilder.builder(), update to gradle 7.3 2021-12-02 14:31:12 +01:00
gradlew.bat update to gradle 6.6.1, xbib content 2.5.1 2020-09-27 11:55:14 +02:00
LICENSE.txt initial commit 2016-11-25 00:06:17 +01:00
README.adoc add asciidoc, fixes for checkstyle, sonarqube 2017-01-26 21:24:14 +01:00
settings.gradle bump dependency versions, clean subproject structure 2018-02-08 11:18:45 +01:00

# xbib Contextual Query Language Compiler for Java

image:https://api.travis-ci.org/xbib/cql.svg[title="Build status", link="https://travis-ci.org/xbib/cql/"]
image:https://img.shields.io/sonar/http/nemo.sonarqube.com/org.xbib%3Acql/coverage.svg?style=flat-square[title="Coverage", link="https://sonarqube.com/dashboard/index?id=org.xbib%3Acql"]
image:https://maven-badges.herokuapp.com/maven-central/org.xbib/cql/badge.svg[title="Maven Central", link="http://search.maven.org/#search%7Cga%7C1%7Cxbib%20cql"]
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[title="Apache License 2.0", link="https://opensource.org/licenses/Apache-2.0"]
image:https://img.shields.io/twitter/url/https/twitter.com/xbib.svg?style=social&label=Follow%20%40xbib[title="Twitter", link="https://twitter.com/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
link:http://docs.oasis-open.org/search-ws/searchRetrieve/v1.0/os/part5-cql/searchRetrieve-v1.0-os-part5-cql.html[the searchRetrieve 1.0 CQL specification].

== License

Copyright (C) 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

http://www.apache.org/licenses/LICENSE-2.0

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.


image:https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif[title="PayPal", link="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GVHFQYZ9WZ8HG"]