Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seekit Client API

The typed crawling search engine powered by Linq, RavenDB and coffee

var contentSearchClient = new SearchClient<ContentSearchModel>("Bacon ipsum", "en");
contentSearchClient.Where(x=> x.Price < 100 && x.Quality => 8).Skip(1).Take(42)

SearchResult<ContentSearchModel> result = contentSearchClient.Search();

DoStuffToThe(result);

About

The .NET Client API for the search engine seekit

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages