added support for geohash
This commit is contained in:
parent
70ad5c9b37
commit
28d0ee925d
1 changed files with 1 additions and 0 deletions
|
|
@ -435,6 +435,7 @@ class Configuration implements ConfigurationInterface
|
|||
->booleanNode('include_in_all')->defaultValue(true)->end()
|
||||
->booleanNode('enabled')->defaultValue(true)->end()
|
||||
->scalarNode('lat_lon')->end()
|
||||
->scalarNode('geohash')->end()
|
||||
->scalarNode('index_name')->end()
|
||||
->booleanNode('omit_norms')->end()
|
||||
->scalarNode('index_options')->end()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue