Uses of Interface
com.atlassian.jira.search.index.IndexSchema.Builder
Packages that use IndexSchema.Builder
-
Uses of IndexSchema.Builder in com.atlassian.jira.search.index
Classes in com.atlassian.jira.search.index that implement IndexSchema.BuilderMethods in com.atlassian.jira.search.index that return IndexSchema.BuilderModifier and TypeMethodDescriptionAdds a field to the schemaAdds multiple fields to the schemaIndexSchema.Builder.addFields(Collection<Field> fields) Adds multiple fields to the schemaDefaultIndexSchema.Builder.addRelation(String parentDocumentType, String childDocumentType) IndexSchema.Builder.addRelation(String parentDocumentType, String childDocumentType) Adds a relation between two document typesDefaultIndexSchema.Builder.addRelations(String parentDocumentType, Collection<String> childDocumentTypes) IndexSchema.Builder.addRelations(String parentDocumentType, Collection<String> childDocumentTypes) Adds a relation between a parent document type and multiple child document typesIndexSchema.Builder.removeField(String fieldName) Removes a field from the schemaIndexSchema.Builder.setFields(Collection<Field> fields) Sets the schema fieldsDefaultIndexSchema.Builder.setRelations(Map<String, Collection<String>> relations) IndexSchema.Builder.setRelations(Map<String, Collection<String>> relations) Sets the relations between document types, replacing any existing relationsDefaultIndexSchema.toBuilder()IndexSchema.toBuilder()IndexSchema.Builder.versionField(LongField field)