Spring Data Solr

org.springframework.data.solr.core.query
Class Join.Builder

java.lang.Object
  extended by org.springframework.data.solr.core.query.Join.Builder
Enclosing class:
Join

public static class Join.Builder
extends Object


Constructor Summary
Join.Builder(Field from)
           
Join.Builder(String fieldname)
           
 
Method Summary
 Join to(Field to)
           
 Join to(String fieldname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Join.Builder

public Join.Builder(Field from)

Join.Builder

public Join.Builder(String fieldname)
Method Detail

to

public Join to(Field to)
Parameters:
to -
Returns:
completed Join

to

public Join to(String fieldname)
Parameters:
fieldname -
Returns:
completed Join

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.