CodesAway / CodesAway/CASTLESearching
Searching camel case method names with include comments yields odd results with operator AND enabled
Open
invalid
- Dominant language
- Java
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The number of results is much higher, since it's not ANDing the split terms together. This is likely due to something on how MultiFieldQueryParser works.
The results don't AND all the terms in the camel casing, like it does with the standard parser (when include comments is off).
See what can be done to make more consistent.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.