Section navigation

Public method AsQueryable

Namespace
Rowles.LeanCorpus.Linq
Assembly
Rowles.LeanCorpus.dll

Methods

Public methodStatic AsQueryable<TDocument>(LeanDocumentMap<TDocument>, IndexSearcher, Func<string, IFieldDescriptor?>?)

Wraps a LeanDocumentMap<TDocument> and IndexSearcher as an IQueryable<T>, enabling LINQ query syntax and lambda predicates.

Public methodStatic AsQueryable<TDocument>(LeanDocumentMap<TDocument>, IndexSearcher, Func<string, IFieldDescriptor?>?, SearchOptions)

Wraps a LeanDocumentMap<TDocument> and IndexSearcher as an IQueryable<T>, with SearchOptions for timeout, cancellation, and result-byte budget.