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

com.es.plus.starter.properties.AnalysisProperties Maven / Gradle / Ivy

There is a newer version: 0.3.941
Show newest version
package com.es.plus.starter.properties;

import lombok.Data;

@Data
public class AnalysisProperties {
    /**
     * 过滤器
     */
    private String[] filters;
    /**
     * 分词器
     */
    private String tokenizer;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy