This class encapsulates methods to search in a playlist for all tracks of an Artist, Composer or Album. The class uses {@link TrackBuffering} to buffer search results for a short time.
@author Niklas Albers
This class encapsulates methods to search in a playlist for all tracks of an Artist, Composer or Album. The class uses {@link TrackBuffering} to buffer search results for a short time.
@author Niklas Albers
Abstract class for the new Jahia search service. In contrast to the query-services, which allow all kind of complex queries, the search service is more simple and mainly takes care about fulltext (unstructured) search and metadata search. The search service can forward the request to different SearchProvider implementations. The default SearchProvider is based on Jahia's JCR wrapper, which uses Apache Jackrabbit as main repository, but can itself integrate multiple mounted external repositories via the Jahia Universal Content Hub. Alternatively it is possible to plug-in a search provider, which uses a crawled index. Jahia will provide an implementation based on Apache Nutch crawler and an index maintained by Apache Solr. It should also be possible to plug-in OpenSearch based search services as well as individual plug-ins to third party search engines (like Google Appliance).
@author Benjamin Papez
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.