Uses of Interface
ch.ivyteam.ivy.business.data.store.search.ScoredTextFieldOperation
-
Packages that use ScoredTextFieldOperation Package Description ch.ivyteam.ivy.business.data.store.search -
-
Uses of ScoredTextFieldOperation in ch.ivyteam.ivy.business.data.store.search
Methods in ch.ivyteam.ivy.business.data.store.search that return ScoredTextFieldOperation Modifier and Type Method Description ScoredTextFieldOperation<T>ScoredFieldOrSubQuery. allTextFields()Queries values contained anywhere (in all text fields) in the business data value object tree.ScoredTextFieldOperation<T>ScoredFieldOrSubQuery. textField(String fieldName)Restricts the following query to the text (String) field with the given name or name path.ScoredTextFieldOperation<T>ScoredFieldOrSubQuery. textFields(String... fieldNames)Restricts the following queries to the text (String) fields with the given names or name pathes.
-