In my case, everytime I've used joins, the FROM field was a multivalued string and the TO was an univalued string.
Regards. El 05/11/2013 18:37, "Tech Id" <[email protected]> escribió: > I think Solr has the ability to do joins in the latest version as verified > on this issue: https://issues.apache.org/jira/browse/SOLR-3076 > > And some online resources point to this example: > > http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html > However, I am not sure if the above example is a complete one. > It leaves a lot for a fresh solr-user to guess about how to customize the > schema and how to index two documents into Solr before doing a join. > > > > On Tue, Nov 5, 2013 at 9:31 AM, Tech Id <[email protected]> wrote: > > > Hi, > > > > I have been searching for an example of joins using solr/lucene. > > But I have not found anything either on the net or in the src/examples. > > > > Can someone please point me to the same? > > Ideally, I need a join working with Solrj APIs (Please let me know if > this > > group is Lucene-specific). > > > > > > Best Regards > > > > >
