Class Join
java.lang.Object
org.springframework.data.solr.core.query.Join
Abstraction for solr
!join operation on documents within a single collection.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Join
-
Join
Creates newJoinbetween fields.- Parameters:
from-to-fromIndex-- Since:
- 2.0
-
-
Method Details
-
from
- Parameters:
from-- Returns:
- builder allowing completion
-
from
- Parameters:
fieldname-- Returns:
- builder allowing completion
-
getFrom
- Returns:
- null if not set
-
getTo
- Returns:
- null if not set
-
getFromIndex
- Returns:
- can be null.
- Since:
- 2.0
-