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/net/yacy/document
orbiter 85d6bf4ac4
fixed urls to media content during indexing
13 years ago
..
content
geolocalization replaced String with StringBuilder in suggestion process 13 years ago
importer refactoring: 14 years ago
language
parser *) added comments 14 years ago
AbstractParser.java added new configuration property "crawler.embedLinksAsDocuments". If this is switched on (this is default now), the all embedded image, audio and video links from all parsed documents are added to the search index as individual document. This will increase the search index size dramatically but will also enable us to create a much faster image, audio and video search. If the flag is switched on, the index entries are also stored to a solr index, if this is also enabled. 14 years ago
Classification.java
Condenser.java replaced String with StringBuilder in suggestion process 13 years ago
Document.java YaCy can now use the solr index to compute text snippets. This makes search result preparation MUCH faster because no document fetching and parsing is necessary any more. 14 years ago
ImageParser.java
LargeNumberCache.java
LibraryProvider.java replaced String with StringBuilder in suggestion process 13 years ago
Parser.java
Phrase.java
SentenceReader.java
SnippetExtractor.java
StringBuilderComparator.java replaced String with StringBuilder in suggestion process 13 years ago
TextParser.java fixed urls to media content during indexing 13 years ago
WordCache.java replaced String with StringBuilder in suggestion process 13 years ago
WordTokenizer.java replaced String with StringBuilder in suggestion process 13 years ago