See notes: Quoting Cory Snavely <[EMAIL PROTECTED]>:
> Right--I am trying to get an understand of all this in very specific > terms. > > On Fri, 2007-05-04 at 09:23 -0400, Mark H. Wood wrote: >> There are two questions here: >> >> 1) Does the use of a non-filesystem asset store backend affect Lucene's >> output? One would guess, no, since it doesn't do output to the >> asset store. Correct - no. Lucene reads the file for indexing through the storage API - it therefore has a BitStream, not a location on a storage device. >> >> 2) Does the use of a non-filesystem asset store backend affect >> Lucene's input? IOW how does Lucene, as used in DSpace, locate >> and gain access to the files it indexes? If it doesn't go through >> the DSpace storage layer or something equivalent then indexing is >> screwed. No - for the same reason. It does not circumvent the storage API or make any assumptions about where the files with the text to index lives >> >> Ouch! I hadn't thought about these at all. >> Remember, we already support SRB, (a non-local filesystem option), and indexing works fine. Thanks, Richard R >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ DSpace-tech mailing >> list [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-tech > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

