Hi - without a config file it's not tpossible to be definitive.
A guess - are you applying compact to the text dataset (which may use
TDbB2 for storage)? A text dataset may have various different storages.
I think you will need to directly expose the TDB2 dataset and send the
"compact" request to that.
Andy
On 04/12/2020 10:08, Lorenz Buehmann wrote:
without seeing the config file it's just a guess, but did you use TDB or
TDB2?
Please share the config file.
Minor: there is no 3.18.0 release unless you're using the SNAPSHOT
version for whatever reason.
On 04.12.20 10:45, 李惠玲 wrote:
Our project implemented Jena Fuseki server (3.18.0) and using Lucene (7.7.x) as
fulltext search engine.
As for the doc<https://jena.apache.org/documentation/tdb2/tdb2_admin.html> from
jena.apache.org, it's possible to run a live compaction on TDB2 dataset, which we tried to do,
but we got error message says "Not a TDB2 dataset: Compact only applies to TDB2".
We are confused and don't know where the problem may be, could someone help to
figure out?
Thanks!