I am using WebApi and want to implement OData for one of my SolrNet resources.
WebApi supports OData if you return it an IQueryable. So I need an IQueryable provider for SolrNet queries.
Does anyone know of any, or some sample code of how I can get started? If there are none available my company might start an open source project for creating this.