yacy_search_server/source/net/yacy/document/parser
2011-12-01 11:25:59 +00:00
..
html Added close() to ensure buffer close actions are invoked 2011-12-01 11:25:59 +00:00
images smaller bug fixes for search behavior; should produce less unnecessary removals and an exact number of results as shown in counter 2011-11-18 13:09:07 +00:00
xml some last-minute performance hacks 2011-11-25 11:23:52 +00:00
bzipParser.java added new configuration property "crawler.embedLinksAsDocuments". If this is switched on (this is default now), the all embedded image, audio and video links from all parsed documents are added to the search index as individual document. This will increase the search index size dramatically but will also enable us to create a much faster image, audio and video search. If the flag is switched on, the index entries are also stored to a solr index, if this is also enabled. 2011-09-07 10:08:57 +00:00
csvParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
docParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
genericParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
gzipParser.java added new configuration property "crawler.embedLinksAsDocuments". If this is switched on (this is default now), the all embedded image, audio and video links from all parsed documents are added to the search index as individual document. This will increase the search index size dramatically but will also enable us to create a much faster image, audio and video search. If the flag is switched on, the index entries are also stored to a solr index, if this is also enabled. 2011-09-07 10:08:57 +00:00
htmlParser.java Allow initial buffer size definition in TransformWriter, and use available() method to set it in htmlParser. In this situation a ByteArrayInputStream is used so the available() method gives a good size estimation and avoid the buffer needing to be continually grown 2011-12-01 11:20:13 +00:00
mmParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
odtParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
ooxmlParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
pdfParser.java ensure termination of pdf parser to avoid deadlocking of other processes during search result preparation 2011-09-15 11:17:38 +00:00
pptParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
psParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
rssParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
rtfParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
sevenzipParser.java added new configuration property "crawler.embedLinksAsDocuments". If this is switched on (this is default now), the all embedded image, audio and video links from all parsed documents are added to the search index as individual document. This will increase the search index size dramatically but will also enable us to create a much faster image, audio and video search. If the flag is switched on, the index entries are also stored to a solr index, if this is also enabled. 2011-09-07 10:08:57 +00:00
sidAudioParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
sitemapParser.java better abstraction of http client identification 2011-04-26 13:35:29 +00:00
swfParser.java some last-minute performance hacks 2011-11-25 11:23:52 +00:00
tarParser.java added new configuration property "crawler.embedLinksAsDocuments". If this is switched on (this is default now), the all embedded image, audio and video links from all parsed documents are added to the search index as individual document. This will increase the search index size dramatically but will also enable us to create a much faster image, audio and video search. If the flag is switched on, the index entries are also stored to a solr index, if this is also enabled. 2011-09-07 10:08:57 +00:00
torrentParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
vcfParser.java some last-minute performance hacks 2011-11-25 11:23:52 +00:00
vsdParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
xlsParser.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
zipParser.java added new configuration property "crawler.embedLinksAsDocuments". If this is switched on (this is default now), the all embedded image, audio and video links from all parsed documents are added to the search index as individual document. This will increase the search index size dramatically but will also enable us to create a much faster image, audio and video search. If the flag is switched on, the index entries are also stored to a solr index, if this is also enabled. 2011-09-07 10:08:57 +00:00