hi :)
I'm trying to work out a schema for our widgets. more than "just coming
up with something" I'd like something idiomatic in solr terms. any help
is much appreciated. here's a similar problem space to what I'm working
with...
lets say we're talking books. books are written by authors and held in
libraries. a sister company is using lucene+compass and they seem to
have completely different collections (or whatever the technical term is :)
authors
books
libraries
so that a search for authors hits only the authors dataset.
all of the solr examples I can find don't seem to address this kind of
data disparity. what is the standard and idiomatic approach for solr?
for my particular data I'd want to display something like this
author
book in library
book in library
on the same result page, but using a completely flat, single schema
doesn't seem to scale very well.
collective widsom most welcome :)
--Geoff