This PR includes updates introduced by the API changes in #18. In addition to:
janus_create_gallery now takes janus_gallery_path as a parameter instead of janus_gallery. The gallery is now finalized and written to disk with a call to janus_write_gallery.
janus_evaluate_search now takes janus_gallery_path instead of janus_flat_gallery for the target search gallery. The gallery is initialized with janus_open_gallery.
This PR includes updates introduced by the API changes in #18. In addition to:
janus_create_gallery
now takesjanus_gallery_path
as a parameter instead ofjanus_gallery
. The gallery is now finalized and written to disk with a call tojanus_write_gallery
.janus_evaluate_search
now takesjanus_gallery_path
instead ofjanus_flat_gallery
for the target search gallery. The gallery is initialized withjanus_open_gallery
.