Disappearing entries
I saw it multiple times now: file entries are removed from reposearch (thus not being searchable) while they exist on the repository.
Need to do a full checkout to fix it again.
Not sure what’s causing this. Probably something in the repository update code, where it tries to delete changed entries.
Submitted by Elmer van Chastelet on 4 January 2013 at 16:36
Issue Log
Probably fixed in commit: Probably fixes unwanted entries being deleted
Something seems still wrong. The search query that is used to delete queries when no entry matches a repository url to be deleted (this is the case when a directory gets deleted) seems to be a disjunction, while it should be the conjunction of all repopaths.
((repoPath:github.com repoPath:github.com/hibernate repoPath:github.com/hibernate/hibernate-orm repoPath:github.com/hibernate/hibernate-orm/blob repoPath:github.com/hibernate/hibernate-orm/blob/master repoPath:github.com/hibernate/hibernate-orm/blob/master/hibernate-core repoPath:github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src repoPath:github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main repoPath:github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java repoPath:github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org repoPath:github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate repoPath:github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/engine repoPath:github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/engine/jdbc repoPath:github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal repoPath:github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy))
I cannot find BasicFormatterImpl in reposearch now.
Caused by WebDSL #663: Strict matching not respected when analyzer expands terms.
It should finally be fixed by Commit: ‘Fixes: too many entries disappearing when directory got moved/removed’
We now query the file location without expanding the terms to all
possible directory-paths within.Deploying fixed version…
Log in to post comments