public SearchResult(string url, string title, string content, FindingEngine engine) { this.url = url; this.title = title; this.content = content; this.engine = engine; }