yacy_search_server/source/de/anomic
orbiter 78fc3cf8f8 refactoring and new usage of SentenceReader: this class appeared as one
of the major CPU users during snippet verification. The class was not
efficient for two reasons:
- it used a too complex input stream; generated from sources and UTF8
byte-conversions. The BufferedReader applied a strong overhead.
- to feed data into the SentenceReader, multiple toString/getBytes had
been applied until a buffered Reader from an input stream was possible.
These superfluous conversions had been removed.
- the best source for the Sentence Reader is a String. Therefore the
production of Strings had been forced inside the Document class.
2012-07-04 21:15:10 +02:00
..
crawler better integration of blacklist according to use case 2012-07-02 13:57:29 +02:00
data refactoring and new usage of SentenceReader: this class appeared as one 2012-07-04 21:15:10 +02:00
http/server Adding a limit of 1000 links that a parser shall store during indexing. 2012-07-03 17:06:20 +02:00
server - allow lazy initialization of solr value (if using 'lazy', then no 2012-06-27 12:17:58 +02:00
tools fixes for new eclipse 'Juno' warning 'Resource leak'. 2012-07-02 10:27:46 +02:00