cost 114 ms
Laravel 5.3文件管理器無法在CK編輯器中上傳圖像

[英]Laravel 5.3 file manager unable to upload image in CK editor

我試圖將CK編輯器集成到我的laravel 5.3項目中。 一切正常。 但是,當我將文件管理器與之集成時,“瀏覽服務器”就在其中,但是當我在彈出窗口中單擊時,就會顯示主頁。 花了一段時間后,我發現這是laravel中auth的問題。 “身份驗證”不允許使用該URL。 在我 ...

如何使用C#連接到Clusterpoint數據庫?

[英]How can I connect to to Clusterpoint database using C#?

我已經下載了API文件。 我不確定如何執行與Clusterpoint數據庫的連接。 當我運行此代碼時,我收到一條消息“連接字符串錯誤”。 這也有助於提供一個完整的有效示例的參考。 謝謝。 ...

Clusterpoint Cloud中的方面錯誤“ path_not_indexed”

[英]Facet error “path_not_indexed” in Clusterpoint Cloud

無法實現分面搜索。 我需要對“辦公室”值進行分類和計數。 我使用REST發布數據: 但出現錯誤: 我已將“ // document / company / employee”索引為index = xml&text&facet。 問題出在哪兒? ...

Clusterpoint Cloud中聚合功能的索引不正確

[英]Incorrect index for aggregation function in Clusterpoint Cloud

如果我使用的標簽值是“ ID”標簽中的數字和“ s_version標簽”中的字符串值,那么聚合函數的正確索引應該是什么? 'ID'具有index-numbers = yes's_version標簽'具有index = xml 我的聚合查詢如下所示: $ response返回錯誤: ...

無法使用REST將搜索查詢發送到Clusterpoint Cloud服務器

[英]Unable to send search query to the Clusterpoint Cloud server with REST

我正在Java的android中使用REST,並希望發送查詢{"query": "*"}以獲取所有文檔的列表。 我使用以下網址: https : //api-eu.clusterpoint.com/my_accoundID/my_db_name 這是我與URL的連接類: 但是我得 ...

用於命令行的ClusterPoint轉儲和導出工具

[英]ClusterPoint dump and export tools for command-line

我正在使用ClusterPoint數據庫,並且我真的很喜歡Web界面,但是為了自動化,我需要從命令行導入一些數據。 是否有可用的通用工具允許從UNIX風格的操作系統將任意XML文件導入到我的數據庫中? 還有轉儲實用程序嗎? 提前致謝。 ...

搜索屬性

[英]Searching for attributes

我在Clusterpoint中具有以下數據庫: 我願意執行查詢以搜索特定名稱。 通常我會指定: 但是,這可能與英語和俄語名稱都匹配。 如何確定搜索只在屬性lang="en"名稱中查找? ...

從多個多邊形中搜索點

[英]Search for points from multiple polygons

我正在使用ClusterPoint數據庫訪問開放街道地圖數據( https://github.com/clusterpoint/osm ),但是我想查找包含在多個單獨的多邊形中的POI。 有沒有可用的示例來說明如何在查詢中定義和使用多個多邊形? ...

如何在Clusterpoint DB中搜索僅全文匹配?

[英]How to search in Clusterpoint DB for full text match only?

我正在執行搜索查詢 即使對於<studies>的值為“數學和統計”,“數學中的幾何”等的文檔,也將返回結果。但是我的目的是獲取標簽<studies>中的值為“ mathematics”的文檔。 是否可以按確切的文字值進行搜索? ...

如何將Clusterpoint數據庫連接到Android應用程序

[英]How to connect Clusterpoint database to an android appliaction

我是NoSQL數據庫和雲的新手。 我正在嘗試使用Clusterpoint(DBAAS)在android中開發一個簡單的應用程序。 我嘗試並搜索了很多可能性,但效果不佳。 在我的代碼中,我用原始值替換了用戶名和密碼。 ...

用於在ClusterPount聚合請求中包含公式的查詢字段的別名

[英]Alias for query fields containing formulas in ClusterPount Aggregate Requests

我正在使用php_api從我的PHP應用程序執行ClusterPoint聚合查詢。 這是我正在使用的代碼示例: ClusterPoint API根據請求將數據作為Array返回,並通過規范公式SUM(Count)計算“鍵”: 當我更改查詢時,“ SUM_Count”通常會變成其 ...

在ClusterPoint中進行查找操作的目的是什么

[英]What is the purpose of Lookup operation in ClusterPoint

我一直在嘗試為我的項目使用ClusterPoint數據庫,但是文檔並未說明如何使用“ 查找 ”。 看來已經有按ID檢索文檔的方法,所以我的問題是-Lookup與Retrieve有何不同? 請解釋或指向更好的文檔。 ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM