org.tinygroup.fulltext.field.Field Maven / Gradle / Ivy
The newest version!
package org.tinygroup.fulltext.field;
/**
* 文档字段
* @author yancheng11334
*
*/
public interface Field {
public String getName();
public FieldType getType();
public T getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy