Changes between Version 7 and Version 8 of LuceneSail


Ignore:
Timestamp:
10/10/07 15:22:54 (17 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LuceneSail

    v7 v8  
    11= LuceneSail =  
    22 
     3''' LuceneSail is moved to NEPOMUK''': 
     4 * https://dev.nepomuk.semanticdesktop.org/wiki/LuceneSail 
     5 
     6''' GO THERE'''. 
     7 
     8== old info == 
    39The lucene sail is a clever little hack that lets (parts of) RDF resources descriptions stored in Sesame Repositories be indexed as full-text. 
    410 
    511There are two versions, both are designed to be stackable sails - they must sit on top of a memory,native or something else store. 
    612 
    7 Each are configured given two lists of RDF predicates:  
    8  * The lucene inclusion list - any triple with this predicates has the value indexed 
    9  * The RDF exclusion list - any triple with this predicate is not added to the underlying Sail. 
    10  
    11 By default they are both empty and all triples are stored in RDF and none are indexed. 
    12  
    13 == Lucene Sail Aperture == 
    14  
    15 This has a method addResource(SesameRDFContainer) which adds a single resource crawled from aperture to the underlying sail. 
    16 Each aperture resource becomes a separate lucene document.  
    17  
    18 == Lucene Sail ==  
    19  
    20 This will only triples in a transaction. When a transaction is commited each resource that was described becomes a separate lucene document. 
    21  
    22 = Download = 
     13= Download old version = 
    2314LuceneSail is part of the Gnowsis distribution. 
    2415