@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface TextIndexed
TextIndexed marks a field to be part of the text index. As there can be only one text index per collection
all fields marked with TextIndexed are combined into one single index. | Modifier and Type | Optional Element and Description |
|---|---|
float |
weight
Defines the significance of the filed relative to other indexed fields.
|
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.