Hi all,
I am quite new with Clojure & Titanium ( I am a very long time Java developer since 1996).
I wish to prepare my infrastructure with some development code using Titanium and for dev purpose a Java Berkeley Db back-end.
I followed the getting started guide and everything works till playing with indexes.
I 've seen that Titanium uses a quite old Titan version and in this version exception messages were not very helpful.
My code (very simple at least , simplistic in reality) raises some IllegalArgumentException when calling defkey to define some types to be indexed.
I really don't understand why ? I suspect some property names to be already used , right?
Is there a list of such names ?
I've tried to add an id property name , but it may be already used...
I think the documentation page related to index is a little bit rude , could you try to improve it..It may be useful for newcomers...
Thanks for your work
Kind regards