Liferay 6.1.2-ce-ga3

com.liferay.portal.search.lucene.highlight
Class QueryTermExtractor

java.lang.Object
  extended by com.liferay.portal.search.lucene.highlight.QueryTermExtractor

public class QueryTermExtractor
extends Object


Constructor Summary
QueryTermExtractor()
           
 
Method Summary
static org.apache.lucene.search.highlight.WeightedTerm[] getTerms(org.apache.lucene.search.Query query, boolean prohibited, String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryTermExtractor

public QueryTermExtractor()
Method Detail

getTerms

public static org.apache.lucene.search.highlight.WeightedTerm[] getTerms(org.apache.lucene.search.Query query,
                                                                         boolean prohibited,
                                                                         String fieldName)

Liferay 6.1.2-ce-ga3