Last modified: 2014-11-08 00:40:28 UTC
The EntityFingerprintLookup provides access to the fingerprint of an Entity. It should be used by code that just needs the fingerprint (label/description/etc), such as an EntityLabelFormatter. There are three obvious ways to implement EntityFingerprintLookup: on top of an EntityLookup, on top of a TermIndex, or on top of a entity info as returned by an EntityInfoBuilder.