New Feature FTXT-99
1 vote

Create an ISparqlDataset implementation that keeps the index in sync with the data automatically

Created by Rob Vesse on 9/22/2011 3:17 PM Last Updated by Rob Vesse on 2/10/2012 12:02 AM
%
 (hrs)
Logged: 0  (hrs)

 Description

Create a custom ISparqlDataset implementation that has extra logic to sync the data with the index as appropriate

    Rob Vesse (Friday, February 10, 2012 12:02 AM) #

Completed in SVN revision 2091

    Rob Vesse (Thursday, February 09, 2012 7:32 PM) #

Was able to solve the issue with an IndexSearcher not seeing the changes to the updates so this work is almost complete

 

Remaining work revolves around adding Configuration API support for the new class and for making the auto-sync of an IndexSearcher with the underlying index configurable

    Rob Vesse (Thursday, February 09, 2012 1:11 AM) #

Initial work in revision 2089

    Rob Vesse (Wednesday, February 08, 2012 8:06 PM) #

Moved to 0.3.0 which should have been done previously but wasn't

    Rob Vesse (Friday, November 25, 2011 11:10 PM) #

Bumped to next release as is low priority already and haven't had chance to properly research whether this feature is actually deliverable in the context of how Lucene.Net works (or at least how our usage of it works)