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.
- Host: GitHub
- URL: https://github.com/andrerav/nhibernate.fulltext
- Owner: andrerav
- License: lgpl-3.0
- Created: 2015-01-15T22:58:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T22:14:53.000Z (almost 4 years ago)
- Last Synced: 2025-09-22T02:57:56.725Z (10 months ago)
- Language: C#
- Size: 1.81 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```