Is it possible to perform a case-sensitive search in OpenGrok?

廉价感情. 提交于 2019-12-21 07:07:18

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/1569887/is-it-possible-to-perform-a-case-sensitive-search-in-opengrok

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!