c# - Is it possible to combine SOLR and NHibernate Search -


I am new to SOL but I know that it is made up of Lucene I was thinking that the current NHibernate search Is it possible to use, which clearly works with Lucene to add / update objects in SOLR? If so, is it considered a bad practice?

NHibernate Search deals with Lucene.NET, which works on a very different level from Solr, it does not just understand the use of the same code with Solar, which BTW is a separate process.

The closest thing is that you can write to your own NHibernate event listeners to map your NHibernate units to Solar. Or use something completely, like that. There are several options ...


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -