You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/de/anomic/search
orbiter 0621a15f89
fix for wrong search result counter: added a counter for all filtered out entities
14 years ago
..
AccessTracker.java - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
ContentDomain.java *) set SVN properties 14 years ago
DocumentIndex.java moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
IndexAbstracts.java
MediaSnippet.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 14 years ago
MetadataRepository.java enhanced speed for OrderedScoreMap inc method and size comparisment in concurrent environments 14 years ago
QueryParams.java - relaxed matching of string-search (this is now case-insensitive) 14 years ago
RankingProcess.java fix for wrong search result counter: added a counter for all filtered out entities 14 years ago
RankingProfile.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
ReferenceOrder.java redesigned the ScoreMap classes: 14 years ago
ResultEntry.java add ranking weight to json-search-results 14 years ago
ResultFetcher.java fix for String Matcher in case that no snippet is returned (NPE) 14 years ago
SearchEvent.java - relaxed matching of string-search (this is now case-insensitive) 14 years ago
SearchEventCache.java added more configuration options for search: 14 years ago
Segment.java - enhanced html parser: recognized much more details in the content 14 years ago
Segments.java moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
Switchboard.java - added full-String search function: find things that match exactly what is quoted in the query 14 years ago
SwitchboardConstants.java - added full-String search function: find things that match exactly what is quoted in the query 14 years ago
TextSnippet.java - relaxed matching of string-search (this is now case-insensitive) 14 years ago