17

Looking at the OpenGrok help page reveals that the search query is based on Lucene, and Lucene in turn indicates that search queries are converted to lower case. I was wondering if there is any way to change this behavior and perform a case-sensitive search.

TheCodeArtist
  • 21,479
  • 4
  • 69
  • 130
Ivo Bosticky
  • 6,338
  • 6
  • 34
  • 35
  • Which version you are using.Use the latest one , I am using opengrok-0.12-rc2 and its working fine . – JDGuide Jan 03 '14 at 13:00

1 Answers1

3

Reference search (-r) is case sensitive, as is definition (-d).

Derek Slager
  • 13,619
  • 3
  • 34
  • 34