IFullTextSearchService - интерфейс |
Пространство имён: EleWise.ELMA.FullTextSearch.Services
public interface IFullTextSearchService
Тип IFullTextSearchService предоставляет следующие члены.
| Имя | Описание | |
|---|---|---|
| Provider |
| Имя | Описание | |
|---|---|---|
| Count | ||
| Find(Type, ListString, FilterList, SortList, Int32, Int32) |
Поиск Find
| |
| Find(Type, FullTextSearchResultModel, IEntityFilter, SerializableFilter, ListGuid, Int32, Int32, String, ListSortDirection) | ||
| GetIndexState | ||
| GetStopIndexingInfo | ||
| IndexEntities(Type, ListGuid) |
Индексация объектов по списук их Uid
| |
| IndexEntities(Type, ListInt64) |
Индексация объектов по спискe их Id
| |
| IndexingIsWorking | ||
| ReIndexAllEntities |
Полная переиндексация всех типов
| |
| ReIndexAllEntitiesByType |
Полная переиндексация типа
| |
| ReIndexByPropertyList |
Реиндексация объектов по их представлению в виде списка значений свойств
| |
| Search(Type, String, NullableInt32, NullableInt32) |
Полнотекстовый поиск по строке
| |
| Search(Type, FullTextSearchResultModel, String, NullableInt32, NullableInt32) |
Полнотекстовый поиск по строке с передачей дополнительных данных
| |
| SetOffIndexState | ||
| SetOnIndexState | ||
| SetReadyIndexState | ||
| StartIndexing | ||
| StartReIndexing | ||
| StopIndexing | ||
| StopIndexing(String) | ||
| StopIndexingType |