public interface MarkerBuilder
Modifier and Type | Method and Description |
---|---|
Object |
build(MarkerBuildContext buildContext)
Build a marker.
|
Object build(MarkerBuildContext buildContext)
buildContext
- A object providing access to other components involved in the build process.BeanHolder
.
As a consequence, the marker instance must not hold references to resources
that should eventually be released by Hibernate Search.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.