> With ordinary Freenet fetches, I can imagine that this will work, > because we are zeroing in on the exact key that was inserted. But with > searches, the location of the data depends on some information that > the search-routing node doesn't have (i.e. keywords that were present > on insert but aren't being used in the search). My concern is that the > search routing algorithm doesn't have enough information to locate the > original data, unlike with regular Freenet fetches. >
This I why I think we have to insert metadata atomically, and search for metadata atomically. As a comparison.. If there was some sort of Document search, where you wanted to find Documents A, B and C, but they all had to be on the same node, would that work? Of course not! Exactly the same principle applies for metadata. _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
