All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tinygroup.fulltext.field.HighlightField Maven / Gradle / Ivy

The newest version!
package org.tinygroup.fulltext.field;

/**
 * 渲染字段
 * @author yancheng11334
 *
 * @param 
 */
@SuppressWarnings("rawtypes")
public interface HighlightField extends Field{

	/**
	 * 得到原始值
	 * @return
	 */
	public T getSourceValue();
	
	/**
	 * 得到渲染后的值
	 * @param arguments
	 * @return
	 */
	public T getRenderValue(Object... arguments);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy