Uses of Record Class
org.alfresco.repo.search.impl.elasticsearch.model.FieldName
Packages that use FieldName
Package
Description
-
Uses of FieldName in org.alfresco.repo.search.impl.elasticsearch.contentmodelsync.field
Fields in org.alfresco.repo.search.impl.elasticsearch.contentmodelsync.field declared as FieldNameMethods in org.alfresco.repo.search.impl.elasticsearch.contentmodelsync.field with parameters of type FieldNameModifier and TypeMethodDescriptionstatic ElasticsearchFieldMappingElasticsearchFieldMapping.mappingWithMetadata(FieldName name, ElasticsearchType type) Constructors in org.alfresco.repo.search.impl.elasticsearch.contentmodelsync.field with parameters of type FieldName -
Uses of FieldName in org.alfresco.repo.search.impl.elasticsearch.contentmodelsync.field.mapper
Methods in org.alfresco.repo.search.impl.elasticsearch.contentmodelsync.field.mapper that return FieldNameModifier and TypeMethodDescriptionElasticsearchFieldMapper.FieldMappingContext.name()Returns the value of thenamerecord component.Constructors in org.alfresco.repo.search.impl.elasticsearch.contentmodelsync.field.mapper with parameters of type FieldNameModifierConstructorDescriptionFieldMappingContext(PropertyDefinition propertyDefinition, FieldName name) Creates an instance of aFieldMappingContextrecord class. -
Uses of FieldName in org.alfresco.repo.search.impl.elasticsearch.model
Methods in org.alfresco.repo.search.impl.elasticsearch.model that return FieldNameModifier and TypeMethodDescriptionstatic FieldNameFieldName.fromExactTermSearch(String name) Create a new FieldName from the exact term version.static FieldNameFieldName.fromLucene(String name, NamespaceDAO namespaceDAO) Create a FieldName from a Lucene property name.static FieldNameFieldName.fromUntokenized(String name) Create a new FieldName from the untokenized version.