ISearchBuilder - интерфейс |
Пространство имён: Orchard.Indexing
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) |