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