Annotation Type QueryTextField
-
@Documented @Retention(RUNTIME) @Target({FIELD,TYPE}) public @interface QueryTextField
Annotation for fields to be indexed for full text search using Lucene. For more information refer toCacheQuery
documentation.- See Also:
CacheQuery