Указатель на сортированный список документов для поиска.
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.Abstractions.dll
public interface IDocumentFindSortedCursor : IDocumentFindCursor, IDocumentCursor<DynamicDocument>
Methods
|
Improve this Doc
View Source
Сортирует документы по возрастанию указанного свойства.
Declaration
IDocumentFindSortedCursor ThenBy(string property)
Parameters
Type |
Name |
Description |
System.String |
property |
|
Returns
|
Improve this Doc
View Source
Сортирует документы по убыванию указанного свойства.
Declaration
IDocumentFindSortedCursor ThenByDescending(string property)
Parameters
Type |
Name |
Description |
System.String |
property |
|
Returns
|
Improve this Doc
View Source
ThenByTextScore(String)
Сортирует документы по убыванию релевантности, значение которой находится в указанном свойстве.
Declaration
IDocumentFindSortedCursor ThenByTextScore(string textScoreProperty = null)
Parameters
Type |
Name |
Description |
System.String |
textScoreProperty |
|
Returns
Extension Methods