Commit Graph

866 Commits (fb6743e8f8a61bb3d5bbd8e0ae9f4f62b0e0ca92)

Author SHA1 Message Date
luccioman 5d3ceb31b7 Improved search navigators counters accuracy and consistency.
7 years ago
luccioman 8e4f31bdc7 Updated internal ISO 639-1 language codes with latest standards.
7 years ago
luccioman 4eba88f2ff Removed some unnecessary uses of java.lang.reflect api.
7 years ago
luccioman b23a563065 Prevent search result failure on incomplete images information.
7 years ago
Michael Peter Christen 7f395ef937 added image link in search results
7 years ago
luccioman f369679d1c Fixed read/copy on input streams reading sometimes less than expected.
7 years ago
luccioman bf55f1d6e5 Started support of partial parsing on large streamed resources.
7 years ago
luccioman 8da3174867 Ensure lower case conversion consistency with any default locale.
7 years ago
luccioman 319231a458 Added a generic XML parser, able to parse elements text and URLs.
7 years ago
luccioman 0487336ec3 Prevent integer overflow in table statistics and use strong typing
8 years ago
luccioman 5fdd5d16b1 Use volatile to ensure concurrent threads use up to date property value
8 years ago
luccioman 28b451a0b3 Made Cache compression level and lock timeout user configurable
8 years ago
luccioman a7394b479b Limit the synchronization blocking time on some Cache operations.
8 years ago
luccioman 8399275142 Properly close file output streams even on exceptions scenarios.
8 years ago
luccioman a04feac064 Ensure file input streams proper closing in both success and failures
8 years ago
luccioman c53c58fa85 Unsure closing ChunkIterator stream in every possible use case.
8 years ago
reger f9180fabc4 assure that RWI Index.Segment IODispatcher is not blocking on shudown
8 years ago
luccioman 0da1e6ba16 Factored code re-implementing DigestURL.hosthash() method.
8 years ago
reger eedee6eabb fix exception on URIMetadataNote instantiation with corrected id hash on
8 years ago
reger 083df255e4 fix html tag attribute parsing containing attribute w/o value
8 years ago
luccioman eec5779889 Added a name prefix to pooled threads for easier monitoring.
8 years ago
luccioman a0dfbaca6a FileUtils : added some JavaDocs and unit test cases
8 years ago
reger 49eae79c01 fix Tables.hasIndex check for tablename = key
8 years ago
reger 669f60223e upd Column.toString to output encoder "{bytes}"
8 years ago
reger c9e81d2fa0 fix Column parsing from celldefinition string, without cellwidth def.
8 years ago
reger 20a1b29ed3 add simple test case for ReferenceContainer helpful for debugging
8 years ago
reger 3c7220bc7b Refacture rwi reference word position and word distance calculation
8 years ago
luccioman f0639d810c Customized name for Threads still using the default "Thread-n" pattern.
8 years ago
reger 4c67ed3f8d catch rwi ranking div by zero exception
8 years ago
luccioman ee92082a3b Updated javadocs : warning about closing stream responsibility.
8 years ago
reger 68217465fe div by null in word distance calculation
8 years ago
reger 8b74a6bf57 fix min/max calculation of WordReferenceVars.distance()
8 years ago
luccioman 6e1959f469 Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
8 years ago
reger 685d8e86bf Avoid frequent data type casting (float/long) for rwi score
8 years ago
reger 681a61dafb adjust rwi index result word position handling used for rwi ranking
8 years ago
reger ff6589fc0f test case: simulating multi word query for local rwi index
8 years ago
reger 3b694b3935 add some javadoc to rwi wordreference distance, position
8 years ago
reger 96467c5467 remove not needed counter in Tokeninzer (completing last changes)
8 years ago
reger 7efb66ee10 adjust the WordReference.join wordsintext calc to take the max (instead of sum)
8 years ago
reger 120bf7e6e2 implemented RWI WordReference to return the word position value (was always left empty)
8 years ago
Michael Peter Christen 103a8348b3 fix for NPE and small performance enhancement
8 years ago
luccioman 6e96c7341a Merge remote-tracking branch 'origin/master'
8 years ago
reger 5aaa057c65 ignore empty input lines in FileUtils.getListArray() to poka joke blacklist read.
9 years ago
reger 4cc38e979d add InputStream close after reading input file (Vocabulary_p servlet)
9 years ago
Burkhard 9a18e2297b Merge pull request #51 from JeremyRand/multiple-boost-query
9 years ago
reger f0d7b93372 make use and activate autodetect charset in Vocabulary input from file
9 years ago
JeremyRand 58824dfa6c Refactor escaping in config file read/write code. Now it uses Apache Commons StringUtils instead of RegEx.
9 years ago
luc 26f1ead57c Created ViewFavicon class specialized in favicon viewing.
9 years ago
luc 07222b3e1a Added favicon url transmission in RWI chunks.
9 years ago
luc 3cc5619d93 Improved HTML icons indexing and rendering in search results.
9 years ago