In todays application Search bas become an ubiquitous feature. In this presentation we will go over how search based application can be used in an innovative manner and go beyond the google like search / list / click idiom. Next, we will go over Compass, a Java Search Engine Framework aiming at simplifying the integration of search into any application. We will go over Compass Search Engine Mapping capabilities for POJOs, XML, JSON, and Resource (document based structure), Compass integration with popular ORM frameworks such as Hibernate, TopLink, EclipseLink, and OpenJPA, and Compass support for clustering search solution easily using Terracotta, GigaSpaces, or Coherence.
/**
* @file
* Main view template.
*
* Variables available:
* - $classes_array: An array of classes determined in
* template_preprocess_views_view(). Default classes are:
* .view
* .view-[css_name]
* .view-id-[view_name]
* .view-display-id-[display_name]
* .view-dom-id-[dom_id]
* - $classes: A string version of $classes_array for use in the class attribute
* - $css_name: A css-safe version of the view name.
* - $css_class: The user-specified classes names, if any
* - $header: The view header
* - $footer: The view footer
* - $rows: The results of the view query, if any
* - $empty: The empty text to display if the view is empty
* - $pager: The pager next/prev links to display, if any
* - $exposed: Exposed widget form/info to display
* - $feed_icon: Feed icon to display, if any
* - $more: A link to view more, if any
*
* @ingroup views_templates
*/
?>
by admin
tags:
border:
Hibernate Search, an open source project under the Hibernate umbrella, is built on top of the extremely powerful Apache Lucene(tm) and aims to solve all those issues to bring Google(tm)-like search capability to ORM powered persistent domain models, while keeping the solution simple and flexible. During this presentation, we will see how full text search features have been integrated to Hibernate APIs, bringing a unified view around your domain model, and avoiding the previous mismatches. Such ORM / Search engine integration lower the barrier of entry for full text technologies.