-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.13
-
Component/s: Indexing
-
3.13
The String "throws java.lang.NullPointerException" is tokenised into the following tokens:
- throw
- java.lang.NullPointerException
- java
- lang
- NullPointerException
... and "throws java.lang.NullPointerException." should do the same thing.
However, the Lucene analyzer does not do this.
- relates to
-
JRASERVER-6397 Allow searching for exceptions
- Closed