Re: Best way to re-index with Jena full text search

2019-09-20 Thread Osma Suominen
Hi Alex! You don't have to reload all data, you can use jena.textindexer instead. It will rebuild just the Jena index, which should be much faster than a full reload. See here: https://jena.apache.org/documentation/query/text-query.html#building-a-text-index -Osma Alex To kirjoitti

Best way to re-index with Jena full text search

2019-09-17 Thread Alex To
Hi everyone I have a question. I want to add a new field for Jena Full Text search using EntityDefinition.set(String field, Node predicate). For e.g. if I want to include ("prefLabel", SKOS.prefLabel) as a new mapping, then obviously I need to re-index existing data because I think Jena creates