Ayende @ Rahien

Unnatural acts on source code

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.

Comments

JohnLamberson
04/02/2007 01:47 PM by
JohnLamberson

This is great stuff! Thank you.

Is there any plans of incorporate this into ActiveRecord?

Ayende Rahien
04/02/2007 01:50 PM by
Ayende Rahien

By necessity yes,

since I am using Active Record in my current project.

ricko
04/03/2007 03:46 AM by
ricko

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

Ayende Rahien
04/03/2007 10:25 AM by
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.