changes to NHibernate.Search\Store\DirectoryProviderFactory.cs at commit 1003 by phatcher breaks index creation logic. When sharding is not enabled index is always created with 2 shards (Entity.0 and Entity.1). So after i updated to the last version existing index (Entity) does not catch up. I think when sharding for an index is not enabled no shards should be used.
Environment
None
Activity
Show:
PaulP February 8, 2010 at 4:01 AM
Fixed with r1257 which resolved the sharding code bugs
changes to NHibernate.Search\Store\DirectoryProviderFactory.cs at commit 1003 by phatcher breaks index creation logic. When sharding is not enabled index is always created with 2 shards (Entity.0 and Entity.1). So after i updated to the last version existing index (Entity) does not catch up. I think when sharding for an index is not enabled no shards should be used.