Re: Persistent DB creation

2019-02-27 Thread Laura Morales
https://jena.apache.org/documentation/fuseki2/fuseki-configuration.html
 
 

Sent: Thursday, February 28, 2019 at 3:35 AM
From: "ashutosh mehta" 
To: users@jena.apache.org
Subject: Persistent DB creation
Hi,
How to create persistend TDB database in apacje jena fuseki server using
command line, so that if server is restarted database name should be
reflected in fuseki GUI.

Thanks
Kind Regards,
Ashutosh


Re: Text Index build with empty fields

2019-02-27 Thread Chris Tomlinson
Hi Sorin,

Please provide the assembler file for Elasticsearch that has the problematic 
entity map definitions.

There haven’t been any changes in over a year to textindexer since well before 
3.9. I don’t see any relevant changes to the handling of entity maps either so 
I can’t begin to pursue the issue further w/o perhaps seeing your current 
assembler file. 

I don't have any experience with Elasticsearch or with using jena-text-es 
beyond a simple change to TextIndexES.java to change 
org.elasticsearch.common.transport.InetSocketTransportAddress to 
org.elasticsearch.common.transport.TransportAddress as part of the upgrade to 
Lucene 7.4.0 and Elasticsearch 6.4.2.

Regards,
Chris


> On Feb 25, 2019, at 2:37 AM, Sorin Gheorghiu 
>  wrote:
> 
> Correction: only the *latest field *from the /text:map/ list contains a value.
> 
> To reformulate:
> 
> * if there are 3 fields in /text:map/, then during indexing the first
>   two are empty (let's name them 'text1' and 'text2') and the latest
>   field contains data (let's name it 'text3')
> * if on the next attempt the field 'text3' is commented out, then
>   'text1' is empty and 'text2' contains data
> 
> 
> Am 22.02.2019 um 15:01 schrieb Sorin Gheorghiu:
>> 
>> In addition:
>> 
>>  * if there are 3 fields in /text:map/, then during indexing one
>>contains data (let's name it 'text1'), the others are empty (let's
>>name them 'text2' and 'text3'),
>>  * if on the next attempt the field 'text1' is commented out, then
>>'text2' contains data and 'text3' is empty
>> 
>> 
>> 
>>  Weitergeleitete Nachricht 
>> Betreff: Text Index build with empty fields
>> Datum:   Fri, 22 Feb 2019 14:01:18 +0100
>> Von: Sorin Gheorghiu 
>> Antwort an:  users@jena.apache.org
>> An:  users@jena.apache.org
>> 
>> 
>> 
>> Hi,
>> 
>> When building the text index with the /jena.textindexer/ tool in Jena 3.10 
>> for an external full-text search engine (Elasticsearch of course) and having 
>> multiple fields with different names in /text:map/, just *one field is 
>> indexed* (more precisely one field contains data, the others are empty). It 
>> doesn't look to be an issue with Elasticsearch, in the logs generated during 
>> the indexing the fields are already missing the values, but one. The same 
>> setup worked in Jena 3.9. Changing the Java version from 8 to 9 or 11 didn't 
>> change anything.
>> 
>> Could it be that changes of the new release have affected this tool and we 
>> deal with a bug?
>> 
>