Vladimir Kotal
Vladimir Kotal
Rather than trying to terminate and cleanup the `writer.addDocument()` call it would be easier to check the term count in certain fields and skip the document altogether if the count...
Sounds good in general. The cross-project part seems to be the most problematic. Current design treats projects as separate entities. Maybe something like "friend" projects can be introduced that would...
This might change when #4429 is addressed.
> Hi, I am experiencing similar behavior in my instance, any updates on this ? Can you check if the `historycache` directory (for given project) contains the `OpenGroklatestRev` file ?
> > Can you check if the `historycache` directory (for given project) contains the `OpenGroklatestRev` file ? > > Yes, it contains `OpenGroklatestRev` file. One more thing to add the...
> I think this might be resolved in 1.8.2 > We just experienced the same issue and upgrading to 1.8.2 it seems to have gone That was likely different issue....
> Do we need to have history enabled to be affected by this bug? > I am seeing duplicate search results on 1.9.2, but I'm not sure if this is...
Also, the Docker scripts should check the return value of `merge_config_files()` and react accordingly, i.e. report the error and continue: https://github.com/oracle/opengrok/blob/c53c7ab0c2a245118f5fc53532392c76d0a89295/docker/start.py#L519-L520
Ran 100 iterations of reindex from scratch followed by the definitions check introduced in PR #4402 using the following script: ```bash #!/bin/bash set -e ROOT=/var/tmp/indexCheck for arg in `seq 100`;...
That looks as if the ignored list for Git no longer works as a whole - next to `.git` there is also the `.gitignore` and `Gitrepository.java` has this in its...