C# 클래스 MyWebAppService.Controllers.SearchController

상속: ODataController
파일 보기 프로젝트 열기: tyler-technologies/PeopleWhoMatterTrainingWebApp

공개 메소드들

메소드 설명
SearchController ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
AddPersonSearchHitsToSearchObject ( List list, IndexSearch search ) : void

For each Person object provided in the list, a PersonSearchHit object is created and added to the provided IndexSearch.SearchResult.Hits collection.

Get ( ) : IHttpActionResult
GetPeople ( IndexSearch search ) : ISearchResponse

Retrieves a page of people from ElasticSearch. If search parameter provided is null, the default IndexSearch object is used.

Post ( IndexSearch search ) : IHttpActionResult

메소드 상세

SearchController() 공개 메소드

public SearchController ( ) : System.Collections.Generic
리턴 System.Collections.Generic