SQL files not indexed #4056
Unanswered
michaeljmcd
asked this question in
Q&A
Replies: 1 comment 1 reply
-
After fiddling around a little more, I realized that any repository added to the project after the first index wasn't updated by subsequent indexes (despite rendering in the navigation). I deleted the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I set up OpenGrok on my local machine following the steps at https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok. The projects were mostly Java + SQL and the indexer completes without errors. For some reason, searches only match against Java files. SQL (and, come to think of it, pom.xml files) aren't searchable.
This is with the project set correctly, attempting either full search or symbol and file type set to Any.
I've even tried navigating through the projects in the OpenGrok web interface to the SQL (which does show up) and clicking on a symbol, which matches nothing, not even the file to which I had navigated.
Is there some other setup I need to do to get files besides Java source indexed? I also tried indexing with the option
-A .sql:SQLAnalyzer
added and that didn't help.Beta Was this translation helpful? Give feedback.
All reactions