: One last note: last night, I did spend a bit of time looking into what
: exactly it would mean to add support for object types in SOLR. I
: modified the code base to support the object type tag in the schema,
: providing a working proof of concept (I'm happy to send a sample schema
: if anybody is interested). The main changes:

: *         Modify IndexSchema to keep an object type
: *         Provide a factory in SolrCore that returns the correct
: instance of SolrCore based on object type
: *         Modify loading of schema to load one copy per object type

I'm confused ... once you made these modifications, did you have a
seperate index per objectType, each with it's own schema? ... the seperate
SolrCore instances seem to suggest total isolation, so there was no way to
query across all objectTypes?


-Hoss

Reply via email to