Hello everyone, I posted this one on nhusers, but as it is a "patch", I think it belongs here. If it isn't the case, feel free to "moderate" this message.
Index optimization is not working when I call "SearchFactoryImpl.GetSearchFactory (cfg).Optimize(typeof(MyEntity));" In SearchFactoryImpl.cs (rev 1051) Line 310 : WaitCallback cb = BackendQueueProcessorFactory.GetProcessor (queue); Nothing is done with the WaitCallBack. Should'nt the line be : BackendQueueProcessorFactory.GetProcessor(queue)(null) ? According to SearchFactoryImpl.java (hibernate.search 3.1.1) : Line 353 : getBackendQueueProcessorFactory().getProcessor( queue ).run (); Thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NHibernate Contrib - Development Group" 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.ar/group/nhcdevs?hl=en -~----------~----~----~----~------~----~------~--~---
