org.hibernate.search.annotations
Annotation Type Fields


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@Documented
public @interface Fields

Mark a property as indexable into different fields Useful if the field is used for sorting and searching

Author:
Emmanuel Bernard

Required Element Summary
 Field[] value
          Fields
 

Element Detail

value

public abstract Field[] value
Fields



Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved