Annotation Interface TextScore


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface TextScore
TextScore marks the property to be considered as the on server calculated textScore when doing full text search.
NOTE Property will not be written when saving entity and may be null if the document is retrieved by a regular (i.e. $text) query.
Since:
1.6
Author:
Christoph Strobl, Mark Paluch