如果尝试获取查询没有指定进行检索的SearchResult属性,则无法获得该属性。
在这些步骤中,处理NamingEnumeration对象,并以SearchResult对象的形式提取单个的搜索结果。
标记代码将不作实质性更改,因为SearchResult和WebResult类型具有相同的属性。
当一个用户输入搜索正文并点击Search链接时,SearchResultportlet将显示搜索结果。
DirectorySearcher在SearchResult对象中返回单个结果及其属性。
结果集作为SearchResultCollection返回,这是用于搜索返回的所有SearchResult对象的容器。
集合中的每个搜索结果都由一个SearchResult对象表示。
其中search_result是SearchResult门户网页的URL映射名称。