一键导入
php-elasticsearch-builder
php-elasticsearch-builder 收录了来自 bonu-dev 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Creates a new Elasticsearch Aggregation class in this project. Use when asked to add, implement, or create a new aggregation type (e.g. "add CardinalityAggregation", "implement DateHistogramAggregation", "create a new aggregation for average values"). Handles class creation, exception creation, unit tests, trait tests, and all project conventions (immutability, PHPDoc, traits, no final/private).
Creates a new Elasticsearch Query class in this project. Use when asked to add, implement, or create a new query type (e.g. "add FuzzyQuery", "implement WildcardQuery", "create a new query for prefix matching"). Handles class creation, exception creation, unit tests, and all project conventions (immutability, PHPDoc, traits, no final/private).
Creates a new Elasticsearch Sort class in this project. Use when asked to add, implement, or create a new sort type (e.g. "add GeoDistanceSort", "implement ScriptSort", "create a new sort for nested fields"). Handles class creation, unit tests, and all project conventions (immutability, PHPDoc, no final/private).