@Documented @Target(value={}) @Retention(value=RUNTIME) public @interface PropertyValue
| Modifier and Type | Required Element and Description |
|---|---|
String |
propertyName |
| Modifier and Type | Optional Element and Description |
|---|---|
ContainerExtractorRef[] |
extractors |
public abstract String propertyName
public abstract ContainerExtractorRef[] extractors
Iterable, Collection, Optional, ...).
To prevent Hibernate Search from applying any extractor, set this attribute to an empty array ({}).Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.