Re: Using multivalued field in map function

2011-09-08 Thread tkamphuis
Well, I'd like to do the following: I've got a website full of blogposts and every blogpost has an owner, this owner is refererred to through his/her id. For example: BloggerId = 123. It's also possible that the blog has multiple co-writers, which are also referred to by there BloggerId but these

Using multivalued field in map function

2011-09-08 Thread tkamphuis
Hi, I'm working on implementing Solr in a project and right now I'm stuck on a specific search including an arr field. The thing is: I'd like to search sub-id's on an object, these sub-id's are stored in a multivalue field, e.g.: 12272 12304 12306 The query (or part of the query) that