InfoQ

Topic/Tag specific view

All content and news on InfoQ about Compass


Latest featured content about Compass

Compass: Integrate Search into your apps

Community
Java
Topics
Search

Many applications have the user requirement to search domain entities. SQL implementations quickly develop complexity issues as multiple fields are added. Java applications explore the Lucene indexing API but implementing functionality using it can prove time consuming. This tutorial walks through the process of using the Compass API to simplify this integration.

News about Compass

Compass 2.0: Simplification, integration, and performance improvements

Community
Java
Topics
Search

The Compass project, an open source project based on Lucene which aims to simplify the integration of search into Java applications, recently released version 2.0. InfoQ spoke with Compass founder Shay Banon to learn more about this release and about what Compass provides to the Java community.

OpenJPA 1.0: Enterprise O/R Mapping with full JPA 1.0 compliance

Community
Java
Topics
Data Access,
Open Source

Apache OpenJPA, an open-source implementation of the Java Persistence API (JPA), recently released version 1.0.0. InfoQ spoke with OpenJPA project lead Patrick Linskey to learn more about this release.

InfoQ Article: Compass Introduction, Compass 1.1 M3 now available

Community
Java
Topics
Search

InfoQ has released an article describing how to get started with the Compass search integration API. The Compass Project has also released version 1.1 M3 with major features including support for polymorphic relationships and better cyclic mappings support.

Compass: Simplifying and Extending Lucene to Provide Google-like Search

Community
Java
Topics
Search

The Compass project recently released the second milestone of the 1.1 cycle. Compass is a open source Java Search Engine Framework, enabling the power of search engine semantics to your application stack decoratively. Compass leverages the popular Lucene indexing engine and integrates with popular development frameworks like Hibernate and Spring.