Uses of Class
org.hibernate.search.util.common.pattern.spi.SimpleGlobPattern
-
-
Uses of SimpleGlobPattern in org.hibernate.search.backend.elasticsearch.document.model.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type SimpleGlobPattern Constructor Description ElasticsearchIndexObjectFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued)ElasticsearchIndexValueFieldTemplate(ElasticsearchIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, TreeNodeInclusion inclusion, boolean multiValued, ElasticsearchIndexValueFieldType<?> type) -
Uses of SimpleGlobPattern in org.hibernate.search.backend.lucene.document.model.impl
Constructors in org.hibernate.search.backend.lucene.document.model.impl with parameters of type SimpleGlobPattern Constructor Description LuceneIndexObjectFieldTemplate(LuceneIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued)LuceneIndexValueFieldTemplate(LuceneIndexCompositeNode declaringParent, SimpleGlobPattern absolutePathGlob, LuceneIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) -
Uses of SimpleGlobPattern in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi that return SimpleGlobPattern Modifier and Type Method Description static SimpleGlobPatternFieldPaths. absolutize(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob)static SimpleGlobPatternFieldPaths. compose(String absolutePath, SimpleGlobPattern relativeFieldPathGlob)static SimpleGlobPatternFieldPaths. prefix(String prefix, SimpleGlobPattern relativeFieldPathGlob)Methods in org.hibernate.search.engine.backend.common.spi with parameters of type SimpleGlobPattern Modifier and Type Method Description static SimpleGlobPatternFieldPaths. absolutize(String absoluteParentPath, String prefix, SimpleGlobPattern relativeFieldPathGlob)static SimpleGlobPatternFieldPaths. compose(String absolutePath, SimpleGlobPattern relativeFieldPathGlob)static SimpleGlobPatternFieldPaths. prefix(String prefix, SimpleGlobPattern relativeFieldPathGlob) -
Uses of SimpleGlobPattern in org.hibernate.search.engine.backend.document.model.spi
Constructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type SimpleGlobPattern Constructor Description AbstractIndexFieldTemplate(C declaringParent, SimpleGlobPattern absolutePathGlob, FT type, TreeNodeInclusion inclusion, boolean multiValued) -
Uses of SimpleGlobPattern in org.hibernate.search.util.common.pattern.spi
Methods in org.hibernate.search.util.common.pattern.spi that return SimpleGlobPattern Modifier and Type Method Description static SimpleGlobPatternSimpleGlobPattern. compile(String patternString)SimpleGlobPatternSimpleGlobPattern. prependLiteral(String literal)SimpleGlobPatternSimpleGlobPattern. prependMany()
-