I would like to use Lucene.Net ver. 2.9.2.2 with nHibernate Search.
I would like to use one of the latest versions of nhibernate, perhaps. I saw the nuget package in the gallery there, but this does not work for me. When I try to compile, I get an error message:
Could not load file or assembly 'Lucene.Net, Version=2.9.2.2, Culture=neutral, PublicKeyToken=f5940d1699e37ff1' or one of its dependencies. The located assembly manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Is there any other place where I can download nHibernate.Search compatible with Lucene.et latunes version?
thank
source
share