apache - What is the SOLR plugin for Liferay meant for? -
i using liferay 6.1 , trying learn how incorporate search functionality liferay portal. able run apache solr inside liferay's tomcat container don't understand solr plugin liferay meant for.
here link
can please explain benefits using plugin (for liferay) , accomplishes on top of using solr?
thanks
per link externalize search function portal.
using solr instead of lucene gives additional capabilities of solr such replication, sharding, result clustering through carrot2, use of custom analyzers/stemmers etc.
it can offload search server processing separate cluster.
opens possibilities of search driven ui (facetted classification etc) separate portal ui.
Comments
Post a Comment