One cached product title plus the provenance needed to interpret a score.
Source
exportinterfaceCorpusEntry { title:string; supplier?:string; source:CorpusSource; /** The query that originally produced this cache entry (query cache only). */ cachedQuery?:string; url?:string; }
One cached product title plus the provenance needed to interpret a score.
Source