C# 클래스 OurUmbraco.Our.Examine.OurSearcher

파일 보기 프로젝트 열기: umbraco/OurUmbraco 1 사용 예제들

공개 메소드들

메소드 설명
GetSearchCriteria ( Examine.LuceneEngine.Providers.BaseLuceneSearcher searcher ) : ISearchCriteria

Generates the search criteria that we want to search on

OurSearcher ( string term, string nodeTypeAlias = null, string orderBy = null, int maxResults = 20, IEnumerable filters = null ) : System
Search ( string searcherName = null, int skip, bool populateUrls = true ) : OurUmbraco.Our.Models.SearchResultModel

메소드 상세

GetSearchCriteria() 공개 메소드

Generates the search criteria that we want to search on
public GetSearchCriteria ( Examine.LuceneEngine.Providers.BaseLuceneSearcher searcher ) : ISearchCriteria
searcher Examine.LuceneEngine.Providers.BaseLuceneSearcher
리턴 ISearchCriteria

OurSearcher() 공개 메소드

public OurSearcher ( string term, string nodeTypeAlias = null, string orderBy = null, int maxResults = 20, IEnumerable filters = null ) : System
term string
nodeTypeAlias string
orderBy string
maxResults int
filters IEnumerable
리턴 System

Search() 공개 메소드

public Search ( string searcherName = null, int skip, bool populateUrls = true ) : OurUmbraco.Our.Models.SearchResultModel
searcherName string
skip int
populateUrls bool
리턴 OurUmbraco.Our.Models.SearchResultModel