Using the Portal for ArcGIS search at REST returns inconsistent results.
最後に公開された状態: September 19, 2018Portal for ArcGIS
不具合 ID 番号
BUG-000109377
送信されました
November 8, 2017
最終更新日
June 5, 2024
適用対象
Portal for ArcGIS
見つかったバージョン
10.5.1
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
In Portal for ArcGIS 10.5.1, searches use stemming to reduce words to their root form. Stemming attempts to remove the differences between inflected forms of a word, in order to reduce each word to its root form. For instance foxes may be reduced to the root fox. To remove the difference between singular and plural in the same way that the difference between lowercase and uppercase is removed.
Application is stemmed and stored as ‘applic’.
This means that a search for application, applications, applic finds the same term.
However, wildcards do not work properly in all cases especially if the wildcard is in the part that is removed by stemming. So a search for applica* does not work because there is no such term stored in the index.
The system is designed for searches using full words rather than wildcards.