mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-07 01:28:37 +08:00
add easy-es-core/src/main/java/com/xpc/easyes/core/enums/Analyzer.java.
This commit is contained in:
parent
2a3ec455c1
commit
721ed867fa
@ -0,0 +1,22 @@
|
|||||||
|
package com.xpc.easyes.core.enums;
|
||||||
|
|
||||||
|
import lombok.AllArgsConstructor;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 分词器枚举
|
||||||
|
* <p>
|
||||||
|
* Copyright © 2021 xpc1024 All Rights Reserved
|
||||||
|
**/
|
||||||
|
@AllArgsConstructor
|
||||||
|
public enum Analyzer {
|
||||||
|
STANDARD,
|
||||||
|
SIMPLE,
|
||||||
|
STOP,
|
||||||
|
WHITESPACE,
|
||||||
|
KEYWORD,
|
||||||
|
PATTERN,
|
||||||
|
LANGUAGE,
|
||||||
|
SNOWBALL,
|
||||||
|
IK_SMART,
|
||||||
|
IK_MAX_WORD;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user