yacy_search_server/source/net/yacy/document
reger 92d3f71b16 htmlParser: closes input stream -> changed it to leave it open for a reset (used by AugmentParser - even if this is practically not used),
note: stream.close is done by caller (Textparser.parseSource)
- removed unnecessary reset in AugmentParser
- added stream.mark in tdfatripleimpl. to make stream.reset work here
2013-07-28 03:41:09 +02:00
..
content Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
importer Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
language - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
parser htmlParser: closes input stream -> changed it to leave it open for a reset (used by AugmentParser - even if this is practically not used), 2013-07-28 03:41:09 +02:00
AbstractParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Condenser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
Document.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
ImageParser.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
LargeNumberCache.java more performance hacks 2010-10-09 08:55:57 +00:00
LibraryProvider.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
Parser.java removed the option to prevent removal of & parts inside of the 2012-10-10 11:46:22 +02:00
Phrase.java more performance hacks 2010-10-09 08:55:57 +00:00
SentenceReader.java fix for url camel case parser and sentence reader 2012-07-08 16:48:09 +02:00
SnippetExtractor.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
TextParser.java - small adjustment to make sure genericParser is tried last 2013-07-23 20:24:13 +02:00
WordTokenizer.java refactoring 2012-09-21 16:46:57 +02:00