Liferay 7.0-ce-m6

com.liferay.portal.search
Class QueryPreProcessConfigurationImpl

java.lang.Object
  extended by com.liferay.portal.search.QueryPreProcessConfigurationImpl
All Implemented Interfaces:
QueryPreProcessConfiguration

public class QueryPreProcessConfigurationImpl
extends Object
implements QueryPreProcessConfiguration


Constructor Summary
QueryPreProcessConfigurationImpl()
           
 
Method Summary
 boolean isSubstringSearchAlways(String fieldName)
           
 void setFieldNames(Set<String> fieldNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryPreProcessConfigurationImpl

public QueryPreProcessConfigurationImpl()
Method Detail

isSubstringSearchAlways

public boolean isSubstringSearchAlways(String fieldName)
Specified by:
isSubstringSearchAlways in interface QueryPreProcessConfiguration

setFieldNames

public void setFieldNames(Set<String> fieldNames)

Liferay 7.0-ce-m6