BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Search Content on InfoQ

  • Apache Solr: Lucene Based Server Provides Highly Scalable Enterprise Search

    Apache Solr is a Lucene-based enterprise search server that delivers out-of-the-box indexing and query capabilities in a portable war file. Users interact with Solr via an HTTP interface, submitting content for indexing and making queries using XML documents and HTTP GET parameters.

  • InfoQ Article: Compass Introduction, Compass 1.1 M3 now available

    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.

  • Clustering Lucene with TerraCotta

    Engineers at TerraCotta have detailed a new way to cluster Lucene, the popular text search library from Apache. Their method involves implementing the Lucene RAMDirectory interface and using TerraCotta DSO to share the RAMDirectory across JVMs.

  • Compass: Simplifying and Extending Lucene to Provide Google-like 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.

  • Search Library Lucene 2.0 Released

    Lucene 2.0 is out. Lucene is a Java-based, full-featured text search engine library which has become the standard, trusted choice by pretty much any Java project needing to integrate search into their applications. v2 is mostly a stable bugfix release from v1.9 which came out on February 26th and introduced most of the major changes since 1.4.3.

BT