Boost by Nested Query / Join Needed?

2012-06-05 Thread naleiden
Hi, First off, I'm about a week into all things Solr, and still trying to figure out how to fit my relational-shaped peg through a denormalized hole. Please forgive my ignorance below :-D I have the need store a One-to-N type relationship, and perform a boost a related field. Let's say I want to

Re: Boost by Nested Query / Join Needed?

2012-06-07 Thread naleiden
Thanks for your reply. I think the number could eventually get very large (~1B) as our customer-base grows, since each customer could possibly have a preference for each candy, but currently we're looking at around 50M. I've looked at the Solr-2272 patch for joins, which looks as though it might

Re: Boost by Nested Query / Join Needed?

2012-06-07 Thread naleiden
For posterity, I think we're going to remove 'preference' data from Solr indexing and go in the custom Function Query direction with a key-value store. -- View this message in context: http://lucene.472066.n3.nabble.com/Boost-by-Nested-Query-Join-Needed-tp3987818p3988255.html Sent from the Solr -