Search
The Search Liferay 6.2 bundle is integrated with the Lucene search framework, which provides the search and indexing functionality for the whole portal. Lucene search converts the searchable entities into documents that are custom objects corresponding to searchable entities. So, whenever the Lucene index is searched, a hits object is returned that contains pointers to the documents that match the search query. Searching for any query using an index will be much faster than searching for entities in the database if an indexed document contains the data as per your requirement.
The Lucene search mechanism totally depends on the index documents. First, it finds an indexed document with specific fields for specific values. Once you get the ...
Get Liferay Portal 6.2 Enterprise Intranets now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.