barzerman / barzer

barzer engine code
MIT License
2 stars 0 forks source link

implement entity blacklist per document #633

Closed barzerman closed 10 years ago

barzerman commented 11 years ago

it should be possible to "unlink" an entity from document. that is make sure that a particular entity is stored together with a document in a negative sense

barzerman commented 11 years ago

need to discuss first

barzerman commented 11 years ago

the way i see this - we have the same format as doclink except it will create ANTI links which will ensure that even if the entity is discovered during zurch parsing it won't be linked to the document

0xd34df00d commented 11 years ago

I don't get whether blacklist has "ignore" or "reject" semantics.

That is, if a document contains "shit" and "fuck" words, and "shit" is blacklisted for that document, should the document be returned for query "shit fuck" because of "fuck", or should it be thrown away from the resultset because of "shit"?

barzerman commented 11 years ago

in your terms its IGNORE semantics

0xd34df00d commented 11 years ago

Agreed. Quite easy then.

barzerman commented 10 years ago

done