- Painless Scripting Language: other versions:
- Painless Guide
- Painless Language Specification
- Painless contexts
- Context example data
- Runtime fields context
- Ingest processor context
- Update context
- Update by query context
- Reindex context
- Sort context
- Similarity context
- Weight context
- Score context
- Field context
- Filter context
- Minimum should match context
- Metric aggregation initialization context
- Metric aggregation map context
- Metric aggregation combine context
- Metric aggregation reduce context
- Bucket script aggregation context
- Bucket selector aggregation context
- Analysis Predicate Context
- Watcher condition context
- Watcher transform context
- Painless API Reference
- Shared API
- Aggregation Selector API
- Aggs API
- Aggs Combine API
- Aggs Init API
- Aggs Map API
- Aggs Reduce API
- Analysis API
- Bucket Aggregation API
- Field API
- Filter API
- Ingest API
- Interval API
- Moving Function API
- Number Sort API
- Painless Test API
- Processor Conditional API
- Score API
- Script Heuristic API
- Similarity API
- Similarity Weight API
- String Sort API
- Template API
- Terms Set API
- Update API
- Watcher Condition API
- Watcher Transform API
- Xpack Template API
Shared API for package java.util.regex
editShared API for package java.util.regex
editSee the Shared API for a high-level overview of all packages and classes.
Matcher
edit- static null quoteReplacement(null)
- int end()
- int end(int)
- boolean equals(Object)
- boolean find()
- boolean find(int)
- null group()
- null group(int)
- int groupCount()
- boolean hasAnchoringBounds()
- boolean hasTransparentBounds()
- int hashCode()
- boolean hitEnd()
- boolean lookingAt()
- boolean matches()
- null namedGroup(null)
- Pattern pattern()
- Matcher region(int, int)
- int regionEnd()
- int regionStart()
- null replaceAll(null)
- null replaceFirst(null)
- boolean requireEnd()
- Matcher reset()
- int start()
- int start(int)
- null toString()
- Matcher useAnchoringBounds(boolean)
- Matcher usePattern(Pattern)
- Matcher useTransparentBounds(boolean)
Was this helpful?
Thank you for your feedback.