foselasticabundle

    0熱度

    1回答

    我的Symfony項目中有FOSElasticaBundle。我有ElasticaBundle是一個實體,它有一些「簡單的領域」,那樣的人的ID(如owner_id) mappings: createdAt: type: "date" 等領域關聯到其他實體,如 owner: type: "nested" properties: fullna

    0熱度

    1回答

    我對elasticsearch和FOSElastica很陌生, 我想得到maped field的相關結果,它代表學校的名字。 我的配置: fos_elastica: clients: default: { host: localhost, port: 9200 } indexes: app: settings: index: a

    0熱度

    2回答

    什麼是最快的方式來獲得某個索引的_ids與fosElasticaBundle(3.1.0)? 我的索引大約有30,000個文檔。 例如,我會得到fosElastica的所有ID列表。等效Elasticsearch: curl http://localhost:9200/search/etablissement/_search?pretty=true -d { ' "query" : {

    0熱度

    1回答

    我是Symfony中的新成員,我遇到了一些問題。我一直在網上搜索,無法找到我的問題的答案。我寫搜索。我使用fosElasticBundle。我在Elasticsearch中存儲的數據。 FosElasticBundle提供了一個方法「find()」來從elasticsearch返回記錄。這種方法的基本功能非常簡單 - > find(「xxx」)並獲取字符串爲xxx的所有記錄。但我想做一些更復雜的事

    0熱度

    1回答

    有在FOSElasticaExtension Extension class $Def = new DefinitionDecorator('foo'); $Def->replaceArgument(0, $bar); $Def->addTag('baz', array('name' => $qux,)); $Def->setFactory(array(new Reference('quux

    -1熱度

    1回答

    我們正在構建一個具有多個不同實體的應用程序,這些實體非常簡單,名稱爲&描述和一些特定的東西。 現在我們要添加標籤,目的是添加額外的搜索關鍵字。 (在某處也會有標籤雲,但這很容易) 我一直在閱讀不同的方式來進行正確的搜索。諸如lucene,elastic,mysql全文匹配等解決方案。 有沒有人有任何經驗來分享這樣的應用程序的最佳解決方案? 我應該把標籤放在同一個表中的一個字符串/數組字段?使用一個

    2熱度

    2回答

    你好,我有一個問題.. 我有我的彈性彎曲庫 namespace XX\xxx; use FOS\ElasticaBundle\Repository; class TestRepository extends Repository { public function getExamples($argOne, $argTwo) { $query = new BoolQuery()

    1熱度

    1回答

    我需要上傳的彈性,當我創建的實體鉛,只有誰已經地位認可,這是我的,映射: persistence: driver: orm model: Artel\ProfileBundle\Entity\Lead provider: query_builder_method: createIsActiveQueryBuil

    1熱度

    1回答

    我試圖按距離對搜索結果排序。然而,當我嘗試,我得到以下錯誤: { "error": { "root_cause": [ { "type": "illegal_argument_exception", "reason": "sort option [location] not supported" } ],

    0熱度

    1回答

    爲了加快搜索結果,我對elastica_to_model_transformer使用了一個自定義查詢,該查詢以部分實體的形式檢索我需要的20個值。 persistence: elastica_to_model_transformer: query_builder_method: createSearchQueryBuilder 但是,我發現了一個意想不到的副作用。如果我使