educationNotation.yaml 716 B

123456789101112131415161718192021222324
  1. fos_elastica:
  2. indexes:
  3. search:
  4. types:
  5. educationNotation:
  6. persistence:
  7. driver: orm
  8. model: 'App\Entity\Education\EducationNotation'
  9. listener: ~
  10. finder: ~
  11. elastica_to_model_transformer:
  12. ignore_missing: true
  13. mappings:
  14. id:
  15. index: not_analyzed
  16. type: integer
  17. note_origine:
  18. analyzer: custom_analyzer
  19. search_analyzer: custom_search_analyzer
  20. property_path: false
  21. note_recalcul:
  22. analyzer: custom_analyzer
  23. search_analyzer: custom_search_analyzer
  24. property_path: false