Luciano Blasetti
Luciano Blasetti
Hello, is the full text search feature available for the message attachments, at least for the most common mediatype like pdf, docx, txt, etc.? I've read something about xapian and...
Hi, I would need to pre-populate the server with a set of user that will be authorized to use the system. Each user has a user-id, a display name and...
A container initialized as follows, fails to start: ``` MongoDBContainer c = new MongoDBContainer(MONGO_IMAGE) .withEnv("MONGO_INITDB_ROOT_USERNAME", "root") .withEnv("MONGO_INITDB_ROOT_PASSWORD", "password" ) .withFileSystemBind("init/mongo-init.js", "/docker-entrypoint-initdb.d/mongo-init.js", BindMode.READ_ONLY) ; c.start() ``` Not sure but probably because...
Is there a way to execute a faceted search (like Solr or ElasticSearch) in ArcadeDB?
One of the features listed in doc is "Hierarchical: graph label organization", but I didn't get to find any example about this feature in the documentation. How to declare a...
Is it possible to compare the DB1.schemaA with DB2.schemaB? In other words if two schemas on two different databases have different names but are supposed to contains the same tables,...
I don't know if it's a missing feature or an issue. Does riot-android show a badge counter on the application icon when new messages arrive? On my phone - honor...