com.liferay.portal.search.lucene
Class BooleanQueryFactoryImpl

java.lang.Object
  extended by com.liferay.portal.search.lucene.BooleanQueryFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.search.BooleanQueryFactory

public class BooleanQueryFactoryImpl
extends java.lang.Object
implements com.liferay.portal.kernel.search.BooleanQueryFactory

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BooleanQueryFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.search.BooleanQuery create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanQueryFactoryImpl

public BooleanQueryFactoryImpl()
Method Detail

create

public com.liferay.portal.kernel.search.BooleanQuery create()
Specified by:
create in interface com.liferay.portal.kernel.search.BooleanQueryFactory