I posted a question yesterday about using Nhibernate search with nhibernate v2 and have recieved no responses. This has confirmed to me that I need to reconsider using NHibernate.Search and look at an alternative full text search solution. I want to be able to index and search documents and display the relevant extracts of the documents in the search results.
If I cant use Nhibernate.search there doesnt seem to be much point integrating Lucene into Nhibernate myself, are there any alternatives. I've had a look at Searcharoo, which I like because its code is so well documented that I would be comfortable integrating it into Nhibernate.
Are there any more libraries I should be looking at? Should i just use lucene without Nhibernate.Search?