We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2bc757 + 97388c3 commit 78b402dCopy full SHA for 78b402d
.gitignore
@@ -24,6 +24,7 @@
24
[Bb]in
25
[Db]ebug*/
26
obj/
27
+packages/
28
[Rr]elease*/
29
*resharper*
30
_ReSharper*/
README.md
@@ -0,0 +1,5 @@
1
+# NHibernate-Search
2
+NHibernate Search is a port of [Hibernate Search][1]. NHibernate Search transparently indexes your objects and offers fast regular, full-text search.
3
+
4
+ [1]: http://hibernate.org/search/
5
0 commit comments