public static interface TinkerTextSearchFactory.Params
Modifier and Type | Field and Description |
---|---|
static Map |
DESCRIBE |
static String |
REGEX
Directly Specify the regex
|
static String |
SEARCH
Specify a search term - will be converted to regex via .*(search).*
|
static String |
TYPE
Specify the type of Element to search for (optional)
|
Modifier and Type | Method and Description |
---|---|
static Class |
type(String type) |
static final String SEARCH
static final String REGEX
static final String TYPE
static final Map DESCRIBE
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.