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.
orbiter
031e6eefbd
some updates to dublin core, metadata browsing, file indexing and parser stability
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6342 6c8d7289-2bf4-0310-a012-ef5d649a1542
|
16 years ago |
.. |
citationPrototype
|
enable warnings and fix most of it
|
16 years ago |
metadataPrototype
|
added a fast-fail concept in search processes. The search now has better control if all the remote searches may bring any result. If all processes are finished, then all search tasks fail fast.
|
16 years ago |
navigationPrototype
|
- added prototype for navigation index
|
16 years ago |
referencePrototype
|
better concurrency for rwi entry parsing during search processing
|
16 years ago |
AbstractBufferedIndex.java
|
more refactoring to make the segment object easier to use and to be prepared to integrate author navigation
|
16 years ago |
AbstractIndex.java
|
- fixed problem with remote search NPE
|
16 years ago |
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.
|
16 years ago |
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.
|
16 years ago |
DocumentIndex.java
|
some updates to dublin core, metadata browsing, file indexing and parser stability
|
16 years ago |
IODispatcher.java
|
added a convenience class to add files into a YaCy index
|
16 years ago |
Index.java
|
- fixed problem with remote search NPE
|
16 years ago |
IndexCell.java
|
some redesign with a possible fix for the ReferenceContainerCache.
|
16 years ago |
IndexReader.java
|
full redesign of index access data model:
|
16 years ago |
Metadata.java
|
-removed superfluous crawl cache
|
16 years ago |
MetadataRepository.java
|
added configuration to enable ram table copy
|
16 years ago |
Reference.java
|
- added prototype for navigation index
|
16 years ago |
ReferenceContainer.java
|
code cleanup and code simplifcation
|
16 years ago |
ReferenceContainerArray.java
|
extending visibility of objects and methods to avoid synthetic accessor methods and increase performance
|
16 years ago |
ReferenceContainerCache.java
|
some redesign with a possible fix for the ReferenceContainerCache.
|
16 years ago |
ReferenceContainerOrder.java
|
fix for deadlock
|
16 years ago |
ReferenceFactory.java
|
- fix for join method with new generalized RWI data structure (caused by latest commit)
|
16 years ago |
ReferenceOrder.java
|
some performance hacks (CPU only, not IO)
|
16 years ago |
Segment.java
|
some updates to dublin core, metadata browsing, file indexing and parser stability
|
16 years ago |
TermSearch.java
|
- fixed problem with remote search NPE
|
16 years ago |