summaryrefslogtreecommitdiff
path: root/htroot/Vocabulary_p.java
AgeCommit message (Expand)Author
2022-10-02moved all remaining servlet classes to new locationMichael Peter Christen
2018-02-21Allow creation of vocabularies from remote CSV file URLs.luccioman
2018-02-20Enforced controls on vocabulary editing operations.luccioman
2018-02-19Provide user interface messages on vocabulary creation read/write errorsluccioman
2018-02-15Handle escaped line breaks and separators in vocabulary import from CSVluccioman
2018-02-14Added a line start field for vocabulary import from CSV fileluccioman
2018-02-14Added option to choose field delimiter in vocabulary import from CSVluccioman
2018-02-06Added basic support for autotagging microdata annotated item types.luccioman
2016-05-24add InputStream close after reading input file (Vocabulary_p servlet)reger
2016-05-22make use and activate autodetect charset in Vocabulary input from filereger
2016-01-05Refactoring : use StandardCharsets constants instead of hard-codedluc
2015-07-04add CommonPattern for multiple spaces reger
2015-04-20fix NPE in Vocabulary_p servletreger
2015-01-29replace with CommonPattern.SPACE for splitMichael Peter Christen
2015-01-29using precompiled pattern CommonPattern.SEMICOLON for splitsMichael Peter Christen
2015-01-29persistency for vocabulary facet switchMichael Peter Christen
2015-01-27fix for vocabulary on/off settingMichael Peter Christen
2014-12-10fix for vocabulary import (double term detection)Michael Peter Christen
2014-12-10fix for Is Facet checkboxMichael Peter Christen
2014-12-10added charset detection to vocabulary readerMichael Peter Christen
2014-12-10added new options to vocabulary editor:Michael Peter Christen
2014-11-21when importing vocabulary csv files, accept also files without semicolonMichael Peter Christen
2014-11-19added option to enrich vocabularies with synonyms from synonym databaseMichael Peter Christen
2014-11-17added option in vocabulary editor to import CSV files with differentMichael Peter Christen
2014-05-29fixed several problems with postprocessing:Michael Peter Christen
2013-09-15- the webgraph shall store all links which appear on a web page and notMichael Peter Christen
2013-07-17Added 'final' for all exception blocks as this helps the Java compilerRoland Haeder
2013-07-09- refactoring of log to ConcurrentLog:Michael Peter Christen
2013-02-27added option to create empty vocabulariesorbiter
2013-01-30ability to create vocabularies also without any objectspace: thisorbiter
2012-10-16- removed dependencies from URIMetadataRow and made direct access toMichael Peter Christen
2012-10-10removed the option to prevent removal of & parts inside of theMichael Peter Christen
2012-09-21refactoringMichael Peter Christen
2012-08-17refactoringMichael Peter Christen
2012-08-17- refactoring (load -> getMetadata)Michael Peter Christen
2012-07-22- more abstraction for the RWI index as preparation for solr integrationorbiter
2012-07-10- replaced all length() == 0 and size() == 0 with isEmpty()orbiter
2012-07-05- added @SuppressWarnings to unused servlet method parametersMichael Peter Christen
2012-06-28removed segments-concept and the Segments class:Michael Peter Christen
2012-06-18bugfix in vocabulary generationMichael Peter Christen
2012-06-18added ontology extraction in xml as api call for vocabulariesMichael Peter Christen
2012-06-17Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.gitMichael Peter Christen
2012-06-17- merged filesMichael Peter Christen
2012-06-17- added size of vocabulary to vocabulary viewMichael Peter Christen
2012-06-17added more methods to vocabulary generation: scrape document title andMichael Peter Christen
2012-06-16fixed vocabulary initializationMichael Peter Christen
2012-06-16added the generation of virtual vocabularies using the pndMichael Peter Christen
2012-06-15create new vocabularies also without an objectspace. this creates anMichael Peter Christen
2012-06-14- fixed Cache link (below snippet)Michael Peter Christen
2012-06-14added objectlink generation to vocabulary generation and editorMichael Peter Christen