We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add RegisterCacheWarmingCallback method to warm up IndexReader before replacing previous instance.
LuceneSession/ISession implement unit-of-work pattern where pending changes are committed when session is disposed. LuceneSession.Query() tracks modified items and flushes them during commit.
Update docs.
Support storing DateTime as string with custom format. Default to Solr format when none is specified.
Update readme and add it to solution.
Add sample code and readme.