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 to CacheQuery documentation.
    See Also:
    CacheQuery