Subject: | seems I have to define the schema in every client application |
Wouldn't it be possible (and make for cleaner code) for only one
application to define the schema, and then the schema object is written
as JSON to the index directory, and then subsequently
KinoSource::Indexer reads it back? What's it there for otherwise? So
what I'm asking is can the schema parameter to Indexer's constructor be
made not required if create => 0. That would make the API a lot more
usable from client code's perspective.