``` yaml
foq_elastica:
clients:
default: { host: localhost, port: 9200 }
indexes:
website:
client: default
types:
product:
mappings:
name: { type: string }
price: { type: float}
specifications:
type: object
properties:
name: {type: string}
value: {type: string, analyzer: keyword}
```
|
||
|---|---|---|
| .. | ||
| Compiler | ||
| Configuration.php | ||
| FOQElasticaExtension.php | ||