ISearchBuilder - интерфейс |
Пространство имён:
Orchard.Indexing
Сборка:
EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис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) | |
В начало страницы
См. также