summaryrefslogtreecommitdiff
path: root/htroot/IndexControlURLs_p.html
AgeCommit message (Collapse)Author
2023-10-29replaced all the links to legacy legacy wiki to legacy wikiokybaca
2018-07-23Optionally render the response header when using the Solr html writerluccioman
With params rendered as html input fields for conveniently modifying params values and refreshing results.
2018-04-06Ensure no remote Solr is attached before "Shut Down and Re-Start Solr"luccioman
Otherwise once this operation is applied, the remote Solr(s) instances are deconnected and the embedded Solr is connected even if disabled by setting "core.service.fulltext". Also use constants for related default setting values.
2017-03-26Enforced access controls on some administrative actions.luccioman
- ensure use of HTTP POST method : HTTP GET should only be used for information retrieval and not to perform server side effect operations (see HTTP standard https://tools.ietf.org/html/rfc7231#section-4.2.1) - a transaction token is now required for these administrative form submissions to ensure the request can not be included in an external site and performed silently/by mistake by the user browser
2016-11-25Converted ajax URL to relative and added a check on the response status.luccioman
This makes YaCy easier to configure when running behind a reverse Proxy. The check on status avoids trying to update the page with error text content when the server returned a 404 or 500 error message for example.
2016-11-12fix cutoff text in button and adjust formattingreger
2015-06-04Merge branch 'master' of git@github.com:yacy/yacy_search_server.gitMichael Peter Christen
2015-06-04removed the new index export method from the IndexControlURLs_p.htmlMichael Peter Christen
servlet and moved it to a new /IndexExport_p.html servlet. This servlet is now more prominent linked in the main menu under Production -> Index Export/Import
2015-06-04remove obsolete searchfl work tablereger
was used to register urls with not complete words in snippet but is never accessed
2015-05-29added a full solr export to the IndexControlURLs_p.html servlet. TheMichael Peter Christen
export function is also now the default export option. The export file format for a full solr export is very similar to a solr search result xml, only the <lst name="responseHeader"> tag is missing. The exported xml has a special line termination feature: all documents will be exported into a single line without any CR in between. That means that every document is completely inside a single line. While this is not readable at all for humans, it is very useful for linux line processing scripts, like grep. Using grep it will be easy to select single documents which match for a given pattern. Such dumps shall be importable with the DATA/SURROGATE/in import function, but that import is not yet adopted to the new file format.
2014-11-13added new 'firstSeen' database table and necessary data structures whichMichael Peter Christen
hold a date for each URL to record when a url was first seen. This is then used to overwrite the modification date for urls upon recrawl in case that the first-seen date is before the latest document date. This behaviour is necessary due to the common behaviour of content management systems which attach always the current date to all documents. Using the firstSeen database it is possible to approximate a real first document creation date in case that the crawler starts frequently for the same domain. As a result the search results ordered by date have a much better quality and the usage of YaCy as search agent for latest news has a better quality.
2014-08-27do not remove the index deletion option from the IndexControlURLs_p.htmlorbiter
servlet after a deletion happend, instead show but disable the option when the index is empty.
2014-08-27added a confirmation dialog to complete index deletionorbiter
2014-06-22harmonize use of style for "delete" buttonreger
- apply the monstly used btn-danger class
2014-03-31replacing direct html table cellspacing with css set-up for cellspacingMichael Peter Christen
2014-03-20replaced pdblue-homebrew buttons with bootstrap standard buttonsorbiter
2014-03-18- added bootstrap css frameworkMichael Peter Christen
- adopted all YaCy administration pages to new framework - created new search page layout (working, but still work in progress) - old skin files are fully appliable! (and looking good) - target is a new style based on bootstrap examples, see /test.html - icons in YaCy may be replaced by glyphicons (to be done)
2014-02-27update russian lang-file and small improve web-interfacemalykhin.dmitry
2014-02-10make internal page links relative to ease any future development for context ↵reger
aware servlets note also http://bugs.yacy.net/view.php?id=106
2014-02-07removed jena library and all code that depended on jena. When jena wasMichael Peter Christen
introduced, it was also used for search facets. The generic search facets are now deduced from generic solr fields which makes jena as tool for facet semantics superfluous.
2013-12-26upd: to open more external links in new browser-tab reger
2013-11-07merge rc1/masterreger
2013-06-28added optimize-optionsixcooler
2013-06-25added url_file_name_s in qeury for live-search of urlsMichael Peter Christen
2013-06-09replaced yacydoc servlet usage by a solr result output using an htmlorbiter
output writer. This made the creation of a html result writer necessary which is included in this commit. The yacydoc servlet was used to present all metadata to a document, but the solr interface can serve for this purpose in a much better way. All usages (instead one) of yacydoc were replaced by a solr call. This affects also the 'metadata' link attached to search results.
2013-05-29added option to re-boot the embedded solr during run-time. Added alsoMichael Peter Christen
API recording for this method so it can be repeated automatically. The index dump generation is now also available for API recording. Added some synchronization in backend which was necessary for this.
2013-02-24- added flags in IndexFederated_p.html to switch on or off the webgraphMichael Peter Christen
index (new solr core webgraph) .. this is now off by default - completely redesigned this servlet - added description how to attach a remote solr - adjusted naming of servlet and menues - moved 'lazy initialization' attribut from IndexSchema to IndexFederated (this is a general option) back again.
2013-01-24migrated the index export methods from the old metadata to solr. NowMichael Peter Christen
exports are done using solr queries. removed superfluous methods and servlets.
2013-01-04added separate delete commands for the local+remote solr index, the oldMichael Peter Christen
metadata and old rwi and for the citation index. The important advancement is the separation of the citation index deletion because that index is responsible for the linkdepth calculation. Now a search index can be deleted without the citation index and that should cause that less clickdepths must be post-processed.
2012-10-10moved the index deletion functions from IndexControlRWIs toMichael Peter Christen
IndexControlURLs where it appears more naturally. Because the RWI administration is less important in the presence of Solr, the IndexControlURL is now the default servlet when the Index Administration button on the main menu is selected.
2012-09-27fixed url search in IndexControlURLs_p.html / using now the solrMichael Peter Christen
interface
2012-09-24used the new zip writer/reader to add a solr dump process: the wholeMichael Peter Christen
solr index can be written to a zip dump and also restored during runtime
2012-09-10- added a json writer for solr (yes there was one using xslt but thisMichael Peter Christen
one writes the same way as yacysearch.json) - using the new json solr result to change the ajax search in IndexControlURLs to the new solr search
2012-09-04small style changesMichael Peter Christen
2012-09-03added new button design to more buttonsMichael Peter Christen
2012-06-28removed segments-concept and the Segments class:Michael Peter Christen
the segments had been there to create a tenant-infrastructure but were never be used since that was all much too complex. There will be a replacement using a solr navigation using a segment field in the search index.
2011-02-14added orbiter
accept-charset="UTF-8" to all forms this applies patches from http://forum.yacy-websuche.de/viewtopic.php?p=20891#p20891 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7482 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-01-28better servlet naming in index administrationorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7455 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-10-17IndexControlRWIs_p.html, IndexControlURLs_p.html, ViewFile.html/.java: ↵mikeworks
changes to HTML output and &nbsp; in case of empty values for XHTML strict / transitional validation de.lng: Added missing translation for Show Content and changed existing line --> Index Administration should now correctly validate XHTML 1.0 Strict / Trans git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7255 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-05-05Fixes for (X)HTML compatibility.suessthomas
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6854 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-03-09- integrated live search in the IndexControlURLs input window for URLs:orbiter
this searchs for occurrences of the given word in URLs and presents them in a pop-up list below the input line - some bugfixes for the new robots table viewer git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6735 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-02-08Minor Changessuessthomas
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6656 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-10-09* added index segmentsorbiter
This is a major change in the organization of indexes. Please consider a back-up of your data before you run this update. All existing index files will be moved and renamed to a new position. With this change, it will be possible to maintain different indexes for different purposes and it will be possible to have a distinction between DHT-in and DHT-out specific indexes. Tenants may also have their own index, and it may be possible to have histories and back-ups of indexes. This is just the beginning, many servlets must be adopted after this change, but all functions that had been there should still work. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6389 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-02-24memory protection for URLAnalysisorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5649 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-02-05- fixes to doc, ppt, xls parser: better titleorbiter
- fixes to httpd server response header generation - fixes to a server date computation bug - new Button in indexControl to view content of url in ViewFile git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5576 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-01-13last changes before releaseorbiter
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5493 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-01-13the Semantic Web moves in!orbiter
- added two new api files for document metadata: - added a XHTML+RDFa html file shows the document metadata in a format that presents the data for rendering and for metadata retrieval. This is a typical document format for a semantic web data structure. the used RDF vocabulary is Dublin Core - added a xml file that shows the same data as pure DC metadata - integrated the API into the existing IndexControlURLs interface With about one billion metadata files (URL metadata) this extension makes the freeworld YaCy network to one of the probably largest metadata document provider for the semantic web! git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5490 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-09-04modified the domain list export function:orbiter
- used the new superfast domain list generation from the domain statistics - better interactive behavior git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5118 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-09-04- added domain statistic generation to IndexControlURLs_p.html servletorbiter
- added 'delete all' button to all results of such a domain statistic output which causes that all urls to this domain are deleted - extended stack cleaner to clean also the statistics: they are not completely destroyed, only the smallest counting domains are removed git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5117 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-02-10some more XHTML strict errorslulabad
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4471 6c8d7289-2bf4-0310-a012-ef5d649a1542