yacy_search_server/source/net/yacy/document
Michael Peter Christen 8b53771db2 changed behavior of navigation processing:
- vocabulary annotation is not done any more into the metadata of urldb
- vocabularies are written into the jena triplestore using a rdf
vocabulary
- vocabularies for rdf tripel must be updated; refactoring done
- with the new navigation tags in the triplestore a faster
pre-urldb-lookup is possible: navigation is processed now within the RWI
during pre-ranking retrieval
- added also a Owl vocabulary stub to add the plain-text url to the
triplestore using the owl:sameas predicate
2012-06-11 23:49:30 +02:00
..
content removed warnings 2012-06-05 20:03:43 +02:00
geolocalization saved a bit more ram using UTF8 String compression for OpenGeoDB and 2012-06-09 10:07:11 +02:00
importer removed warnings 2012-06-05 20:03:43 +02:00
language added changes from copperdust (submitted by email): 2012-02-22 12:21:27 +01:00
parser - moved triple store to net.yacy.cora.lod (should be generalized there 2012-06-11 16:48:53 +02:00
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. 2011-09-07 10:08:57 +00:00
Autotagging.java changed behavior of navigation processing: 2012-06-11 23:49:30 +02:00
Condenser.java changed behavior of navigation processing: 2012-06-11 23:49:30 +02:00
Document.java changed behavior of navigation processing: 2012-06-11 23:49:30 +02:00
ImageParser.java - enhanced description on search front page 2011-11-26 13:40:33 +00:00
LargeNumberCache.java
LibraryProvider.java added autotagging to document condenser: 2012-01-15 22:17:57 +01:00
Parser.java - moved triple store to net.yacy.cora.lod (should be generalized there 2012-06-11 16:48:53 +02:00
Phrase.java
SentenceReader.java Now used synchronization in all close() methods to make sure all objects 2012-05-14 07:41:55 +02:00
SnippetExtractor.java performance hack 2012-01-25 12:48:48 +01:00
StringBuilderComparator.java replaced String with StringBuilder in suggestion process 2011-11-09 14:42:55 +00:00
TextParser.java - moved triple store to net.yacy.cora.lod (should be generalized there 2012-06-11 16:48:53 +02:00
WordCache.java vocabularies are now also used as source for a did-you-mean computation 2012-01-08 02:13:52 +01:00
WordTokenizer.java Now used synchronization in all close() methods to make sure all objects 2012-05-14 07:41:55 +02:00