| Package | Description |
|---|---|
| org.springframework.data.solr.core.query |
Query abstractions for
SolrQuery. |
| Modifier and Type | Method and Description |
|---|---|
static ExistsFunction |
ExistsFunction.exists(Field field)
Creates new
ExistsFunction representing exists(field) |
static ExistsFunction |
ExistsFunction.exists(Function function)
Creates new
ExistsFunction representing exists(function()) |
static ExistsFunction |
ExistsFunction.exists(String fieldName)
Creates new
ExistsFunction representing exists(fieldname) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.