Seems to have a problem with NHibernate.Search.Cfg.CfgHelper.Configure
after a re-creation of a session factory (needed with adding a mapping
assembly at runtime).
The configuration property dictionary is loaded a second time here (in
NHibernate.Search.Cfg.CfgHelper.Configure)
foreach (KeyValuePair<string, string> pair in
configuration.Properties)
{
cfg.Properties.Add(pair.Key, pair.Value);
}
(In fact, I need a Key control).
What the problem with my code ? How Can I clear the NHS configuration
and reload it ?
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en.