How to generate the configuration file only avoiding indexing? #4033
Unanswered
debankanroy
asked this question in
Q&A
Replies: 1 comment
-
Try using the -n and -U indexer options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @vladak / community,
I would like to generate the configuration file only without the indexing. Is there any known way to achieve this? I want to generate the configuration file and let the web application know.... I have a plan to handle the actual indexing part separately.
I was following this:
https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok
Step.3 - Indexing
This step consists of these operations:
create index
let the indexer generate the configuration file
notify the web application that new index is available
Beta Was this translation helpful? Give feedback.
All reactions