Cineast is a multi-feature content-based mulitmedia retrieval engine. It is capable of retrieving images, audio- and video sequences as well as 3d models based on edge or color sketches, textual descriptions and example objects.
The main thing this PR does is that it makes sure that if a client provides a queryID, that is consistently used throughout the stack. In the process, we're also moving from a mix between UUID and String to String everywhere, as clients don't specify UUIDs and UUIDs have certain limitations we do not want to necessarily impose those on clients.
The main thing this PR does is that it makes sure that if a client provides a queryID, that is consistently used throughout the stack. In the process, we're also moving from a mix between
UUID
andString
toString
everywhere, as clients don't specify UUIDs and UUIDs have certain limitations we do not want to necessarily impose those on clients.