yacy_search_server/source/de/anomic/kelondro/text
orbiter 1d8d51075c refactoring:
- removed the plasma package. The name of that package came from a very early pre-version of YaCy, even before YaCy was named AnomicHTTPProxy. The Proxy project introduced search for cache contents using class files that had been developed during the plasma project. Information from 2002 about plasma can be found here:
http://web.archive.org/web/20020802110827/http://anomic.de/AnomicPlasma/index.html
We stil have one class that comes mostly unchanged from the plasma project, the Condenser class. But this is now part of the document package and all other classes in the plasma package can be assigned to other packages.
- cleaned up the http package: better structure of that class and clean isolation of server and client classes. The old HTCache becomes part of the client sub-package of http.
- because the plasmaSwitchboard is now part of the search package all servlets had to be touched to declare a different package source.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6232 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-07-19 20:37:44 +00:00
..
citationPrototype enable warnings and fix most of it 2009-07-11 21:01:27 +00:00
metadataPrototype -removed superfluous crawl cache 2009-07-15 21:07:46 +00:00
navigationPrototype - added prototype for navigation index 2009-05-20 09:00:24 +00:00
referencePrototype refactoring of parsers and document processing 2009-07-08 21:48:08 +00:00
AbstractBufferedIndex.java more refactoring to make the segment object easier to use and to be prepared to integrate author navigation 2009-05-29 10:03:35 +00:00
AbstractIndex.java - fixed problem with remote search NPE 2009-06-03 08:49:54 +00:00
AbstractReference.java - full abstraction of index content type: the kelondro full text index may now also contain indexes about other content than text, i.e. navigation indexes or reverse linking indexes. 2009-04-15 06:34:27 +00:00
BufferedIndex.java replaced rwi term counting method by one that computes the maximum of the blobs that contibute to the RWI. An addition of the blob sizes is wrong/incorrect and does not reflect the real size. Truncation the size operation to the maximum of all blobs is also incorrect, but not as wrong as the sum of all blob sizes wich double-counts many rwi entries. 2009-06-13 22:59:54 +00:00
Index.java - fixed problem with remote search NPE 2009-06-03 08:49:54 +00:00
IndexCell.java simplification of the code: removed unused classes, methods and variables 2009-06-30 09:27:46 +00:00
IndexReader.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
IODispatcher.java removed unused imports 2009-07-13 10:19:10 +00:00
Metadata.java -removed superfluous crawl cache 2009-07-15 21:07:46 +00:00
MetadataRepository.java refactoring: 2009-07-19 20:37:44 +00:00
Reference.java - added prototype for navigation index 2009-05-20 09:00:24 +00:00
ReferenceContainer.java code cleanup and code simplifcation 2009-06-30 22:20:55 +00:00
ReferenceContainerArray.java extending visibility of objects and methods to avoid synthetic accessor methods and increase performance 2009-06-30 13:25:46 +00:00
ReferenceContainerCache.java extending visibility of objects and methods to avoid synthetic accessor methods and increase performance 2009-06-30 13:25:46 +00:00
ReferenceContainerConcurrentCache.java fix for http://forum.yacy-websuche.de/viewtopic.php?p=14955#p14955 2009-05-17 18:28:33 +00:00
ReferenceContainerOrder.java - inserted request object into response object which carries this now instead generating new objects 2009-07-15 23:08:35 +00:00
ReferenceFactory.java - fix for join method with new generalized RWI data structure (caused by latest commit) 2009-04-15 10:26:24 +00:00
ReferenceOrder.java refactoring of search classes 2009-07-08 22:14:57 +00:00
Segment.java refactoring: 2009-07-19 20:37:44 +00:00
TermSearch.java - fixed problem with remote search NPE 2009-06-03 08:49:54 +00:00