Class SearchItem
A search item which is passed around before handed over to the indexing system
[PublicApi]
public class SearchItem : SearchDocument, ISearchItem
- Inheritance
-
SearchDocumentToDeleteSearchDocumentSearchItem
- Implements
Properties
Entity
The underlying data in the search
public IEntity Entity { get; set; }