That's exactly what I tryied to meaning for. All the process of document retrieval, not only the indexer, because are separated things, thanks by clarification. But I remains with my doubt if is it possible to store the blob files in another machine that is not where is running the application server, like I can do with the db. Cheers Helio
>Miro Walker wrote: >> I can't see why a blob on the FS would be faster to search - searching >> should happen against the lucene index, no? Retrieval and streaming of >> large blobs are likely to be faster from the FS, but I don't think >> search itself would be. > >that's correct. query performance primarily depends on the lucene index >and not how blobs are stored. > >regards > marcel >
