yacy_search_server/source/net/yacy/document
orbiter 11983bc936 redesigned some parts of the parser entry point:
- in all cases that the parser is entered it is a whole set of possible parsers computed according to given mime type and file extension,
that means that all parsers are considered where the registered mime acceptance and extension acceptions matches.
that may cause that several parsers are tried for the same file which will cause a success in cases where there was only the mime type was used to choose the right parser and the mime type was given wrongly by the host httpd.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6749 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-03-19 13:04:42 +00:00
..
content - added parsing of robots meta-tag in html headers to detect a noindexing request 2010-03-03 23:32:56 +00:00
detector
geolocalization applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
importer applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
language applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
parser adopted ant script for new exif library 2010-03-12 12:36:38 +00:00
AbstractParser.java - added parsing of robots meta-tag in html headers to detect a noindexing request 2010-03-03 23:32:56 +00:00
Classification.java
Condenser.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
Document.java - added parsing of robots meta-tag in html headers to detect a noindexing request 2010-03-03 23:32:56 +00:00
Idiom.java - testings with image parser 2010-01-19 14:59:58 +00:00
ImageParser.java - added bmp parser to the document parsers 2009-11-19 23:22:53 +00:00
ParserException.java
Phrase.java
TextParser.java redesigned some parts of the parser entry point: 2010-03-19 13:04:42 +00:00