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