Displaying 1 result from an estimated 1 matches for "inc_tag_added".
2013 Oct 13
2
trouble with user's right indexing with omega
...;s ok, group 'users' can read this file.
# delve -t "I at ftp" dbb/
term `I at ftp' not in database
That's wrong, user "ftp" can read this file.
As this user is not in "users" group, this user cannot find this file.
In omindex.cc, if I comment "inc_tag_added":
if (group) {
newdocument.add_boolean_term(string("I#") + group);
//inc_tag_added = true;
}
all is ok:
# delve -t "I at ftp" dbb/
Posting List for term `I at ftp' (termfreq 1, collfreq 0): 1
Why user's rig...