You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project on C/C++ also contains .txt files and files with test data. I would like words in text/data files to be searchable by full text, but not to be detected as symbols (and therefore not included in symbol search results). In older versions it worked exactly like this. I tried to set indexer options -A .txt:Plain, or -A .txt:Ignorant (the last case I use "wrong" language to avoid detection as symbol) but it doesn't work. I am using some scriptology based on OpenGrok, what's why this problem is important for me. Do anybody have an idea?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My project on C/C++ also contains .txt files and files with test data. I would like words in text/data files to be searchable by full text, but not to be detected as symbols (and therefore not included in symbol search results). In older versions it worked exactly like this.
I tried to set indexer options -A .txt:Plain, or -A .txt:Ignorant (the last case I use "wrong" language to avoid detection as symbol) but it doesn't work. I am using some scriptology based on OpenGrok, what's why this problem is important for me.
Do anybody have an idea?
Beta Was this translation helpful? Give feedback.
All reactions