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.