NHibernate Search

I have just commited the full implementation of NHibernate Search. No documentation yet, but there is the Hibernate Search documentation, which matches nearly 1:1.

You can get it from NHibernate trunk:

It probably won't be released with NHiberante 1.2, but it would work with it.

Print | posted on Monday, April 02, 2007 3:10 PM

Feedback


Gravatar

# re: NHibernate Search 4/2/2007 4:47 PM JohnLamberson

This is great stuff! Thank you.

Is there any plans of incorporate this into ActiveRecord?


Gravatar

# re: NHibernate Search 4/2/2007 4:50 PM Ayende Rahien

By necessity yes,
since I am using Active Record in my current project.


Gravatar

# re: NHibernate Search 4/3/2007 6:46 AM ricko

Is this somewhat an alternative to the free text search modules that come with some of the databases?


Gravatar

# re: NHibernate Search 4/3/2007 1:25 PM Ayende Rahien

Yes and no.
Usually full text searching in the databases is an add on, and it requires more complex setup / backup procedures.
It is usually limited to a single column, most of the time.

Comments have been closed on this topic.