com.liferay.portal.search.lucene
Class BooleanClauseOccurTranslator

java.lang.Object
  extended by com.liferay.portal.search.lucene.BooleanClauseOccurTranslator

public class BooleanClauseOccurTranslator
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BooleanClauseOccurTranslator()
           
 
Method Summary
static org.apache.lucene.search.BooleanClause.Occur translate(com.liferay.portal.kernel.search.BooleanClauseOccur occur)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanClauseOccurTranslator

public BooleanClauseOccurTranslator()
Method Detail

translate

public static org.apache.lucene.search.BooleanClause.Occur translate(com.liferay.portal.kernel.search.BooleanClauseOccur occur)