我开始用Symfony2搞乱ElasticSearchBundle,并对实体搜索功能有疑问。如果你有这样的配置:foq_elastica:clients:default:{host:localhost,port:9200}indexes:website:client:defaulttypes:user:mappings:username:{boost:5}firstName:{boost:3}persistence:driver:orm#orm,mongodb,propelareavailablemodel:Application\UserBundle\Entity\Userprovi
我目前正在通过FOQElasticaBundle在我的Symfony2应用程序中实现Elasticsearch到目前为止,基于应用于我的“故事”实体各个领域的提升,它一直运行良好。这是配置:foq_elastica:clients:default:{host:localhost,port:9200}indexes:website:client:defaulttypes:story:mappings:title:{boost:8}summary:{boost:5}text:{boost:3}author:persistence:driver:orm#orm,mongodb,propela
我目前正在通过FOQElasticaBundle在我的Symfony2应用程序中实现Elasticsearch到目前为止,基于应用于我的“故事”实体各个领域的提升,它一直运行良好。这是配置:foq_elastica:clients:default:{host:localhost,port:9200}indexes:website:client:defaulttypes:story:mappings:title:{boost:8}summary:{boost:5}text:{boost:3}author:persistence:driver:orm#orm,mongodb,propela