This thread will have help on all syntax related topics. The Logscape search syntax has been designed to be simple and easy to use. Sometimes it is not clear how to
achieve some of the more advanced searches.
Use this thread to post questions on search syntax.
ZG
-- Edited by neilson9 on Monday 8th of September 2014 09:12:11 PM
Hello Prabu,
Search evaluation runs in 2 different modes,
- Raw mode - keyword/term based. Case-IN-sensitive (default) (pretty fast)
- RegExp mode - with regular-expression based patterns is case-Sensitive.
NOTE: you can switch Raw/Term matching to be case-sensitive which is very fast (2x). To do this apply the system property to all Indexers/IndexStores (using a common boot.properties).
sysprops=-Dsearch.case.ignore=false