|
|
@ -152,7 +152,7 @@ public class yacysearch {
|
|
|
|
int itemsPerPage = Math.min((authenticated) ? 1000 : 10, post.getInt("maximumRecords", post.getInt("count", 10))); // SRU syntax with old property as alternative
|
|
|
|
int itemsPerPage = Math.min((authenticated) ? 1000 : 10, post.getInt("maximumRecords", post.getInt("count", 10))); // SRU syntax with old property as alternative
|
|
|
|
int offset = (newsearch) ? 0 : post.getInt("startRecord", post.getInt("offset", 0));
|
|
|
|
int offset = (newsearch) ? 0 : post.getInt("startRecord", post.getInt("offset", 0));
|
|
|
|
|
|
|
|
|
|
|
|
boolean global = (post == null) ? true : post.get("resource", "global").equals("global");
|
|
|
|
boolean global = post.get("resource", "local").equals("global");
|
|
|
|
final boolean indexof = (post != null && post.get("indexof","").equals("on"));
|
|
|
|
final boolean indexof = (post != null && post.get("indexof","").equals("on"));
|
|
|
|
|
|
|
|
|
|
|
|
String urlmask = null;
|
|
|
|
String urlmask = null;
|
|
|
|