Class Search


  • public final class Search
    extends Object
    This is the entry point for the Infinispan query API. It's allows you the locate the SearchManager for a cache and start building Lucene queries (with or without the help of Hibernate Search DSL) for indexed caches. It also provides the QueryFactory which is your starting point for building DSL-based or query string based Ickle queries, continuous queries and event filters, for both indexed and unindexed caches.
    Author:
    Sanne Grinovero <sanne@hibernate.org> (C) 2011 Red Hat Inc., anistor@redhat.com