Commit Graph

1371 Commits (6db7f5525b153b0ceb9d5c39a38a16772bc60e5b)

Author SHA1 Message Date
luccioman e6907fdab3 Added optional search parameter/setting to control content domain filter
7 years ago
luccioman 09c4ee56a7 Added optional https support for remote crawl and profile operations
7 years ago
luccioman 5db1c9155a Do locale independant case conversion on hosts, schemes, and file exts.
7 years ago
luccioman 1c4803e40a Enable optional https support for /yacy/transferURL API calls.
7 years ago
luccioman 17e004599d Started implementing optional https preference for protocol operations
7 years ago
Michael Peter Christen 25573bd5ab added a crawl filter based on <div> tag class names
7 years ago
luccioman a4494d6e01 Improved support for internationalized domain names on "site:" modifier
7 years ago
luccioman d07006bac4 Do locale independant case conversion on "filetype:" query modifier.
7 years ago
luccioman 8fbf25d1ed Made "site:" query modifier case insensitive.
7 years ago
luccioman 867388e05b Refactored 'site:' query modifier parsing into a dedicated function.
7 years ago
luccioman c9d80b5b77 Prefer fine URL match over approximate URL mask regex on final filtering
7 years ago
luccioman 0a120787e3 Improved accuracy of URLs search filters : protocol, tld, host, file ext
7 years ago
luccioman e07ef1b610 Apply tld query modifier on Solr host_s mandatory field.
7 years ago
luccioman 478e92deff Fixed url mask filter generated when protocol modifier is not null
7 years ago
luccioman 29de4a65d7 Refactored url mask filter build from query modifiers
7 years ago
luccioman f01aac31fd Made possible to use https for remote search on peers with SSL enabled.
7 years ago
luccioman 46f37e38dc Customized Threads with generic name for easier monitoring.
7 years ago
luccioman 8e732d437c Enable HTTP Digest authentication for non admin users.
7 years ago
luccioman af198b990b Added an optional login link/status to the search public top nav bar.
7 years ago
luccioman 8303e15419 Reduced number of search navigators refresh requests in JS resort mode
7 years ago
luccioman dbff7b14fc Add a configurable limit to tags initially displayed in search results
7 years ago
reger c31d94664a Update deprecated SolrInputDocument.addField() with boost value
7 years ago
luccioman 27ab733685 Ensure private search features are not lost on Digest auth timeout
7 years ago
reger ba60f65040 Adjust filetype: query modifier parameter to lower case
7 years ago
luccioman ef8aea7f8d Made the dates navigator max elements number user configurable.
7 years ago
luccioman 9e86d183b8 Disable manual search results resorting when resorting is done with JS
7 years ago
luccioman 66cb9c4ff9 Added Solr filter queries for audio, video and application domains
7 years ago
luccioman 5d3ceb31b7 Improved search navigators counters accuracy and consistency.
7 years ago
luccioman a28428047a Fixed count of filtered results from local solr.
7 years ago
luccioman 3c9df6e0ce Use local solr filtered results in total search results count.
7 years ago
luccioman a1a0515312 Added a button to manually refresh sorting of p2p search results.
7 years ago
luccioman 4eba88f2ff Removed some unnecessary uses of java.lang.reflect api.
7 years ago
luccioman da3dbf9ea1 Use Javadoc style comments on SearchEvent properties.
7 years ago
reger e918ec199e Replace deprecated ConcurrentHashSet with recommended Java8
7 years ago
reger 275d65fffe Patch last_modified date with internal FirstSeenTime() if no date provided
7 years ago
luccioman 0ee8c030c4 Log an error when Solr folder migration fails for some reason.
7 years ago
luccioman dcc56318bb Made remote search max system load limits configurable from UI.
7 years ago
reger ddd13b776d Add keyword constraint to rwi query result filter
7 years ago
luccioman 8da3174867 Ensure lower case conversion consistency with any default locale.
7 years ago
luccioman 28b451a0b3 Made Cache compression level and lock timeout user configurable
8 years ago
luccioman a7394b479b Limit the synchronization blocking time on some Cache operations.
8 years ago
Michael Peter Christen 6fe735945d migrated Solr 5.5 -> Solr 6.6 and from Java 1.7 -> 1.8
8 years ago
luccioman 8399275142 Properly close file output streams even on exceptions scenarios.
8 years ago
luccioman a04feac064 Ensure file input streams proper closing in both success and failures
8 years ago
reger a814f3d885 Introduce keyword query parameter
8 years ago
luccioman 02ec0ed13c Quoted param value in Solr query to avoid unwanted traces in logs
8 years ago
Michael Peter Christen 3b1d640a3c enhanced debugging
8 years ago
luccioman 31ad043bb9 Added user interface feedback on results feeding termination status.
8 years ago
sgaebel ff6392215e added closing of lst-Tag in solr-Export
8 years ago
luccioman d90b001e1b Improved previous merge "Show ranking in HTML UI".
8 years ago