I don't know. The common way to do this in Solr is the full denormalization technique, but that blows up in this case. This is not an easy problem space to implement in Solr. Data warehousing & star schema techniques may be more appropriate.
On 12/7/09, solr-user <solr-u...@hotmail.com> wrote: > > > Lance Norskog-2 wrote: >> >> You can make a separate facet field which contains a range of "buckets": >> 10, 20, 50, or 100 means that the field has a value 0-10, 11-20, 21-50, or >> 51-100. You could use a separate filter query with values for these >> buckets. Filter queries are very fast in Solr 1.4 and this would limit >> your range query execution to documents which match the buckets. >> > > Lance, I am afraid that I do not see how to use this suggestion. > > Which of the three (four?) suggested schemas would I be using? How would > these range facets prevent the potential issues I found such as getting > product facets instead of customer facets, or having very large numbers of > ANDs and ORs, and so forth. > -- > View this message in context: > http://old.nabble.com/question-about-schemas-tp26600956p26679922.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- Lance Norskog goks...@gmail.com