accounting-lib/src/test/resources/rules/FullTextIndexNode/FullTextIndexNode-search.json

12 lines
245 B
JSON
Raw Normal View History

{
"match": {
"serviceClassRegex": "Index",
"serviceNameRegex": "FullTextIndexNode",
"calledMethodRegex": "^\/{0,1}search.*"
},
"replace": {
"serviceClass": "Index",
"serviceName": "FullTextIndexNode",
"calledMethod": "search"
}
}