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
Открытый методGetBits
Открытый методMandatory
Mark a clause as a mandatory match. By default all clauses are optional.
Открытый методNotAnalyzed
Applied on string clauses, the searched value will not be tokenized.
Открытый методParse(String, String, Boolean)
Открытый методParse(String, String, Boolean)
Открытый методSearch
Открытый методSlice
Открытый методSortBy
Открытый методSortByBoolean
Открытый методSortByDateTime
Открытый методSortByDouble
Открытый методSortByInteger
Открытый методSortByString
Открытый методWeighted
Apply a specific boost to a clause.
Открытый методWithField(String, Boolean)
Открытый методWithField(String, DateTime)
Открытый методWithField(String, Double)
Открытый методWithField(String, Int32)
Открытый методWithField(String, String)
Открытый методWithinRange(String, NullableDateTime, NullableDateTime, Boolean, Boolean)
Открытый методWithinRange(String, NullableDouble, NullableDouble, Boolean, Boolean)
Открытый методWithinRange(String, NullableInt32, NullableInt32, Boolean, Boolean)
Открытый методWithinRange(String, String, String, Boolean, Boolean)
В начало страницы
См. также