Uses of Class
org.dizitart.no2.common.Fields
-
Packages that use Fields Package Description org.dizitart.no2.common org.dizitart.no2.index org.dizitart.no2.migration -
-
Uses of Fields in org.dizitart.no2.common
Subclasses of Fields in org.dizitart.no2.common Modifier and Type Class Description classSortableFieldsRepresents a collection of fields that can be sorted, with each field having a specified sort order.Methods in org.dizitart.no2.common that return Fields Modifier and Type Method Description FieldsFields. addField(String field)Adds a field name to a list of field names and returns the updated list.FieldsFieldValues. getFields()Returns theFieldsobject associated with this instance.static FieldsFields. withNames(String... fields)Creates aFieldsinstance with field names.Methods in org.dizitart.no2.common with parameters of type Fields Modifier and Type Method Description intFields. compareTo(Fields other)voidFieldValues. setFields(Fields fields)booleanFields. startsWith(Fields other) -
Uses of Fields in org.dizitart.no2.index
Methods in org.dizitart.no2.index that return Fields Modifier and Type Method Description FieldsIndexDescriptor. getFields()Gets the target fields for the index.Methods in org.dizitart.no2.index with parameters of type Fields Modifier and Type Method Description voidIndexDescriptor. setFields(Fields fields)Gets the target fields for the index.voidNitriteIndexer. validateIndex(Fields fields)Validates the given fields for indexing.Constructors in org.dizitart.no2.index with parameters of type Fields Constructor Description IndexDescriptor(String indexType, Fields fields, String collectionName)Instantiates a new Index. -
Uses of Fields in org.dizitart.no2.migration
Methods in org.dizitart.no2.migration with parameters of type Fields Modifier and Type Method Description default RepositoryInstructionRepositoryInstruction. changeIdField(Fields oldField, Fields newField)Adds an instruction to change the id field of an entity in theObjectRepository
-