i've been busy upgrading our n* stack to a more recent version. We'd been using FluentNhibernate for configuration and Nhibernate.search coupled with Lucene.Net for full-text search. Everything worked fine until i ...
When building a Lucene .NET index it creates several randomly named files under the root index directory. My question is, is there a way to have these files have a static ...
I am building a Multi-Tenant application and would like to create seperate Indexes for each tenant, however I can't seem to find a way to set my index directory at runtime ...
I am wanting to write back an in-memory Lucene index to disk, overtop of the originally-loaded index. Currently if I call Directory.Copy( _ramDirectory, _fileSystemDirectory, false ), it simply adds the new ...
Is there any alternative implementations of Lucene's (FS)Directory, notably ones related to replication? What I am looking forward to doing (but looking for something existing before implementing my own :) is ...