summaryrefslogtreecommitdiff
path: root/htroot/js
AgeCommit message (Collapse)Author
2013-02-13Added image license generation for solr image search results whenMichael Peter Christen
results are generated within yjson result writer. This makes it possible to view images in yacyinteractive from solr.
2013-02-12better filesearch layoutMichael Peter Christen
2013-02-12reduced number of facets in yacyinteractive (only filetype necessary)Michael Peter Christen
2013-02-12extended JSON Response Writer and Opensearch Response Writer for theMichael Peter Christen
Solr search interface in such way that it is possible to use this interface for the yacyinteractive search. This search interface is now much faster using the Solr search directly. For the Solr interface it was necessary to create a translation from the YaCy search modifiers to the Solr facet selection. This was added in such a way that it becomes generic for the normal YaCy search and as a on-top evaluation for Solr queries.
2012-12-26- made image search in interactive search using the ViewImage servlet -Michael Peter Christen
that enables viewing of images for intranet SMB servers. - added a filter search for protocol, tld and ext again; otherwise p2p search produces a lot of rubbish
2012-12-19using the solr facets as navigation in yacyinteractive.html instead ofMichael Peter Christen
counting locally result types
2012-11-24- added a field cache for solr queries which call only for a singleMichael Peter Christen
value - fixed a version conflict exception within a solr add request
2012-11-07using a better file nameMichael Peter Christen
2012-09-09- added dmoz RDF dump importerapfelmaennchen
- added indexing to Tables columns to support larger bookmark collections - added RDF output (HTTP) for public bookmarks at /YMarks.rdf - YMarkRDF also provides a Jena RDF Model as "internal" API - various other changes/fixes for YMarks (mainly backend)
2012-08-20added a tooltip for search navigation to mention that search pages canMichael Peter Christen
be navigated using the TAB key
2012-06-14fix for reload-feature in Crawler_psixcooler
2012-06-10RDF demo servletcominch
2012-05-25another patch to fix the Crawler_p layoutMichael Peter Christen
2012-05-25redesign of the crawler monitor page: show crawled pages instead ofMichael Peter Christen
queue of urls that shall be crawled
2012-04-26hack to get all results if the actual number is between 10 and 64Michael Peter Christen
2012-04-22new indexing strategy: ALL links that appear anywhere are indexed, notMichael Peter Christen
only links where the content can be parsed. All non-parseable links are placed into the noload queue. The search process must therefore be able to filter out non-text search results. - This fixes the problem that image search results appeared in the text search. - The interactive search can retrieve now ALL types of links - The p2p interface is now extended to retrieve only certain types of links (text, image, video, apps) - The search process has an extension to filter the right document type according to the search query
2012-02-26better navigation in file search: less results by first try, but muchMichael Peter Christen
faster. after the first search is done, buttons appear to get more results for the same search
2012-02-24Revert "fix for page navigation: show only as much pages as are available ↵Michael Peter Christen
for given navigation constraints, not as given by total results size" This reverts commit 73f5a9e8b3b1481bc52ca0c497089d3d6ac5da02.
2012-02-24fix for page navigation: show only as much pages as are available forMichael Peter Christen
given navigation constraints, not as given by total results size
2012-02-02complete redesign of crawl queue monitoring: do not look at aMichael Peter Christen
ready-prepared crawl list but at the stacks of the domains that are stored for balanced crawling. This affects also the balancer since that does not need to prepare the pre-selected crawl list for monitoring. As a effect: - it is no more possible to see the correct order of next to-be-crawled links, since that depends on the actual state of the balancer stack the next time another url is requested for loading - the balancer works better since the next url can be selected according to the current situation and not according to a pre-selected order.
2012-01-12fix for http://bugs.yacy.net/view.php?id=101 - the default crawlapfelmaennchen
depth for bookmarks is now editable.
2012-01-07added no-load queues to the crawler monitorMichael Peter Christen
2011-12-28the link to the path shall be the pathMichael Christen
2011-12-03Added nice jquery tagsinput to bookmarks dialog - similar to delicious.com ;-)apfelmaennchen
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8133 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-27added a hint that the interactive search is only searching in the local indexorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8116 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-27fixed page navigation counterorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8113 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-25smaller fixes for YMarksapfelmaennchen
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8105 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-25further update to YMarksapfelmaennchen
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8100 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-22- included YMarks in addition to old bookmarks in yacysearchitem.html; don't ↵apfelmaennchen
get confused by the old bookmark dialog, the ymark is automatically added silently beforehand. - reworked bookmark creation on crawlstart - many smaller adjustments to ymarks git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8072 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-20YMarks:apfelmaennchen
- introduced tag manager - a quite powerful tool (still not 100% stable, so be careful) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8060 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-19YMarks:apfelmaennchen
- added backend and api for tag management git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8058 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-17YMarks:apfelmaennchen
- show active/running crawls - execute crawls (works currently only if API entry is available) - various smaller fixes git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8056 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-16YMarks:apfelmaennchen
- working direct importer for YaCy Crawl Starts - working direct import for old bookmarks.db git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8052 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-15- updated to jquery flexigrid 1.1apfelmaennchen
- YMarks.html automatically recognizes if a bookmark is a crawl start git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8040 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-15- refactoring of getpageinfo_p.xml (moved out of util)orbiter
- added more logging in getpageinfo_p.xml git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8037 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-14added a link to /api/util/getpageinfo_p.xml as API to crawl start info and ↵orbiter
to ViewFile.html git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8035 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-13- some refactoring (ymarks)apfelmaennchen
- improvement for autotagger (is now able to create/detect multi word tags e.g. 'open source') git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8031 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-10-27suppressing size if size unknownorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8005 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-10-12BOOSTED the image search function. The result page now shows the images as ↵orbiter
embedded image link from the original source and not from the built-in image buffering and re-sizing servlet. The result is shown much faster now not because YaCy does not need to re-size the images but for a very strange other reason: because of RFC specification (http://tools.ietf.org/html/rfc2616#section-8.1.4) a browser does not open more than two connections to the same server at the same time. If the YaCy image servlet is used, then the target host is the YaCy host for all images and that prevents a parallel computation of the image loading. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7998 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-09-21fix in result count displayorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7967 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-09-14- style change for search box: larger font, selected by defaultorbiter
- style change for search results: by default no parser, size, image info git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7949 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-09-08try to avoid the unresolved pattern in search resultorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7940 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-09-03fix for javascript error during search (not ready yet)orbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7923 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-09-01a bit protection against search result bugs in interactive searchorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7920 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-08-12better interactionorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7875 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-08-12better integration of server list in interactive searchorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7870 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-08-11#cccamp11 maintenance fix: anons may find up to 1000 items in interactive ↵orbiter
search (was: 100) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7866 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-06-13- more attributes for search progress barorbiter
- moved cache strategy to cora package git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7778 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-05-13show progress of search after display of results is finishedorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7712 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-02-17*) Oops!low012
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7490 6c8d7289-2bf4-0310-a012-ef5d649a1542