Interface TinkerTextSearchFactory.Params
- 
- Enclosing class:
 - TinkerTextSearchFactory<I,R>
 
public static interface TinkerTextSearchFactory.Params 
- 
- 
Field Detail
- 
SEARCH
static final String SEARCH
Specify a search term - will be converted to regex via .*(search).*- See Also:
 - Constant Field Values
 
 
- 
REGEX
static final String REGEX
Directly Specify the regex- See Also:
 - Constant Field Values
 
 
- 
TYPE
static final String TYPE
Specify the type of Element to search for (optional)- See Also:
 - Constant Field Values
 
 
- 
DESCRIBE
static final Map DESCRIBE
 
 - 
 
 -