An open API service indexing awesome lists of open source software.

https://github.com/andrerav/nhibernate.fulltext

Provides fulltext query capabilities to NHibernate.
https://github.com/andrerav/nhibernate.fulltext

Last synced: 4 months ago
JSON representation

Provides fulltext query capabilities to NHibernate.

Awesome Lists containing this project

README

          

# NHibernate.FullText
Provides fulltext query capabilities to NHibernate.

## NuGet Packages
[NuGet packages are available here](https://www.nuget.org/packages/NHibernate.FullText/)

To install this package use the following command:
```
PM> Install-Package NHibernate.FullText
```