[ 
https://issues.apache.org/jira/browse/JENA-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13030401#comment-13030401
 ] 

Andy Seaborne edited comment on JENA-63 at 5/7/11 8:35 PM:
-----------------------------------------------------------

(reopened - comments aren't editable otherwise)

Should this patch be applied to DataSourceAssembler (the root of the dataset 
assembler hierarchy) or DatasetAssembler so it can be callable from any dataset 
assembler? (probably time to collapse the difference)

How about:
DataSourceAssembler.open be made final and implemented as two calls:

createDataset(Resource root,...)
createTextIndex( ... ) -- this patch 

Then a system that does not want it can replace createTextIndex with something 
that makes sure there is no property.


      was (Author: andy.seaborne):
    (reopened - comments aren't editable otherwise)

Should this patch be in DataSourceAssembler so it can be callable from any 
dataset assembler?

How about:
DataSourceAssembler.open be made final and implemented as two calls:

createDataset(Resource root,...)
createTextIndex( ... ) -- this patch 

Then a system that does not want it can replace createTextIndex with something 
that makes sure there is no property.

  
> Add LARQ to TBD and Fuseki
> --------------------------
>
>                 Key: JENA-63
>                 URL: https://issues.apache.org/jira/browse/JENA-63
>             Project: Jena
>          Issue Type: Improvement
>          Components: Fuseki, LARQ, TDB
>            Reporter: Paolo Castagna
>            Assignee: Paolo Castagna
>         Attachments: TDB-r8763.patch
>
>
> It is possible (although not easy for users) to use LARQ with TDB and Fuseki.
> This is to make possible and easy to use LARQ with TDB datasets and with 
> Fuseki.
> One way to achieve this is to improve DatasetAssemblerTDB in TDB as suggested 
> by http://markmail.org/thread/r5phyiuqkqsyi2xc. This way, LARQ will be loaded 
> and wired into ARQ if present in the classpath. Uses will need just to add 
> the LARQ jar to their classpath (or depend on it if they use Maven).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to