luccioman
e357ade47d
Reduced memory footprint of text snippet extraction
...
By not parsing and storing at first all sentences of a document, but
only on the fly the ones necessary to compute the snippet.
7 years ago
luccioman
e115e57cc7
Reduced text snippet extraction processing time.
...
By not generating MD5 hashes on all words of indexed texts, processing
time is reduced by 30 to 50% on indexed documents with more than 1Mbytes
of plain text.
7 years ago
luccioman
3b89c232db
Easier tracking of longest text snippets initializations
...
When text snippets statistics are enabled and FINE log level is enabled
on the TextSnippetStatistics class.
7 years ago
luccioman
4585a60d7e
Made use of the constant corresponding to the hard-coded value.
8 years ago
reger
84c970eaec
move test classes to test/java (subdirectory as in Maven standard subdir layout)
...
because ViewImage*Test.java breaks test run
9 years ago