cbelasticsearch.mappings

Class ObjectMapping

lucee.Component
    extended by cbelasticsearch.mappings.AbstractMapping
      extended by cbelasticsearch.mappings.ObjectMapping

Elasticsearch Object Mapping Object

Class Attributes:
  • license : Apache v2.0
  •  
  • package : cbElasticsearch.models.mappings
  •  
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
  • author : Eric Peterson
  •  
    Property Summary
    type property default serializable required
    any callback


    • access = public
    • returntype = any
    true false
    Method Summary
    string getCallback()
    any setCallback(any callback)
    any toDSL()
     
    Methods inherited from class cbelasticsearch.mappings.AbstractMapping
    addParameter, addSpaceBetweenCapitalLetters, capitalize, fields, getBuilder, getName, getParameters, getType, init, onMissingMethod, setBuilder, setName, setParameters, setType, snakeCase, words
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    callback

    property any callback

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    Method Detail

    getCallback

    public string getCallback()


    setCallback

    public any setCallback(any callback)

    Parameters:
    callback

    toDSL

    public any toDSL()