Acces rate limitations to this search mode by unauthenticated users are
set low by default to prevent unwanted server overload but can be
customized through the SearchAccessRate_p.html configuration page
Fixes#291
# Maximum numbers of accesses within a given time period to the search interface in P2P mode with browser-side JavaScript remote results resorting for unauthenticated users and authenticated users with no extended search right
search.public.max.p2p.jsresort.access.3s = 1
search.public.max.p2p.jsresort.access.1mn = 1
search.public.max.p2p.jsresort.access.10mn = 10
# Maximum number of accesses within a given time period to the search interface to support fetching remote results snippets for unauthenticated users and authenticated users with no extended search right
<labeltitle="This usually improves ranking accuracy, but doesn't work well for users who have Javascript disabled, are using screen readers, or are on slow computers.">
<inputtype="radio"name="search.jsresort"value="true"#(search.jsresort)#::checked="checked"#(/search.jsresort)#/>Automated, with JavaScript in the browser<strong>for authenticated users only</strong>.
<inputtype="radio"name="search.jsresort"value="true"#(search.jsresort)#::checked="checked"#(/search.jsresort)#/>Automated, with JavaScript in the browser.
</label>
<p>Automated results resorting with JavaScript makes the browser load the full result set of each search request.
This may lead to high system loads on the server.
Please check the 'Peer-to-peer search with JavaScript results resorting' section in the <ahref="SearchAccessRate_p.html">Local Search access rate</a> configuration page to set up proper limitations on this mode by unauthenticated users.</p>
<p>Access rate limitations to the peer-to-peer search mode. When
a user with limited rights (unauthenticated or without extended
search right) exceeds a limit, the search scope falls back to only
this local peer index.</p>
<p>
Access rate limitations to the peer-to-peer search mode.
When a user with limited rights (unauthenticated or without extended search right) exceeds a limit, the search scope falls back to only this local peer index.
<legend>Peer-to-peer search with JavaScript results resorting</legend>
<p>
Access rate limitations to the peer-to-peer search mode with browser-side JavaScript results resorting enabled
(check the 'Remote results resorting' section in the <ahref="ConfigPortal_p.html">Search Portal</a> configuration page).
When a user with limited rights (unauthenticated or without extended search right) exceeds a limit, results resorting becomes only applicable on demand, server-side.
<p>Limitations on snippet loading from remote websites. When a
user with limited rights (unauthenticated or without extended search
right) exceeds a limit, the snippets fetch strategy falls back to
'CACHEONLY' (check the default Snippet Fetch Strategy on the <ahref="ConfigPortal_p.html">Search Portal</a> configuration page).</p>
<p>
Limitations on snippet loading from remote websites.
When a user with limited rights (unauthenticated or without extended search right) exceeds a limit, the snippets fetch strategy falls back to 'CACHEONLY'
(check the default Snippet Fetch Strategy on the <ahref="ConfigPortal_p.html">Search Portal</a> configuration page).
finalbooleanjsResort=global&&extendedSearchRights// for now enable JavaScript resorting only for authenticated users as it requires too much resources per search request
&&(contentdom==ContentDomain.ALL||contentdom==ContentDomain.TEXT)// For now JavaScript resorting can only be applied for text search
@ -729,7 +729,6 @@ or extended to pages including such medias (provide generally more results, but
Remote results resorting==远端搜索结果排序
>On demand, server-side==>根据需要, 服务器侧
Automated, with JavaScript in the browser==自动化, 基于嵌入浏览器的JavaScript代码
>for authenticated users only<==>(仅限经过身份验证的用户)<
Remote search encryption==远端搜索加密
Prefer https for search queries on remote peers.==首选https用于远端节点上的搜索查询.
When SSL/TLS is enabled on remote peers, https should be used to encrypt data exchanged with them when performing peer-to-peer searches.==在远端节点上启用SSL/TLS时,应使用https来加密在执行P2P搜索时与它们交换的数据.