ISearchBuilder - интерфейс

Пространство имён:  Orchard.Indexing
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public interface ISearchBuilder

Тип ISearchBuilder предоставляет следующие члены.

Методы
  ИмяОписание
Открытый методAscending
Открытый методAsFilter
Defines a clause as a filter, so that it only affect the results of the other clauses. For instance, if the other clauses returns nothing, even if this filter has matches the end result will be empty. It's like a two-pass query
Открытый методCount
Открытый методExactMatch
Applied on string clauses, it removes the default Prefix mecanism. Like 'broadcast' won't return 'broadcasting'.
Открытый методForbidden
Mark a clause as a forbidden match.
Открытый методGet
Открытый методMandatory
Mark a clause as a mandatory match. By default all clauses are optional.
Открытый методParse(String, String, Boolean, Boolean)
Открытый методParse(String, String, Boolean, Boolean)
Открытый методSearch
Открытый методSlice
Открытый методSortBy
Открытый методWeighted
Apply a specific boost to a clause.
Открытый методWithField(String, Boolean)
Открытый методWithField(String, DateTime)
Открытый методWithField(String, Int32)
Открытый методWithField(String, Single)
Открытый методWithField(String, String)
Открытый методWithinRange(String, DateTime, DateTime)
Открытый методWithinRange(String, Int32, Int32)
Открытый методWithinRange(String, Single, Single)
Открытый методWithinRange(String, String, String)
В начало страницы
См. также