C# Класс MyWebAppService.Controllers.SearchController

Наследование: ODataController
Показать файл Открыть проект

Открытые методы

Метод Описание
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