Annotation Interface Indexed


  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
    If not set the fields name or the one defined via Field will be used.
    boolean
    if set to false, field will not be transfered to solr, but can be read from there
    boolean
     
    boolean
     
    boolean
     
     
    if not set the fields name or the one defined via Field will be used
  • Element Details

    • readonly

      boolean readonly
      if set to false, field will not be transfered to solr, but can be read from there
      Returns:
      Default:
      false
    • stored

      boolean stored
      Returns:
      Since:
      1.3
      Default:
      true
    • searchable

      boolean searchable
      Returns:
      Since:
      1.3
      Default:
      true
    • type

      String type
      Returns:
      Since:
      1.3
      Default:
      ""
    • copyTo

      String[] copyTo
      Returns:
      Since:
      1.3
      Default:
      {}
    • defaultValue

      String defaultValue
      Returns:
      Since:
      1.3
      Default:
      ""
    • required

      boolean required
      Returns:
      Since:
      1.3
      Default:
      false
    • name

      String name
      If not set the fields name or the one defined via Field will be used.
      Returns:
      Since:
      1.3
      See Also:
      Default:
      ""
    • value

      String value
      if not set the fields name or the one defined via Field will be used
      Returns:
      Default:
      ""