Discussion:
Storing file remotely (eg Amazon S3)
(too old to reply)
df
2007-08-03 20:54:14 UTC
Permalink
Hi there,

I'd like to know if it's possible to do the following with Index
Server:

- Have a user upload a document to a web server.
- Stuff the document in a file system folder - eg: C:\ForIndexing.
- Have Index Server index the content of that file.
- When the incremental indexing is complete, move the file to an
external storage system, such as Amazon S3. ie: Delete the file from
C:\ForIndexing
- Then, at some time, query the index, finding the name of the
original file and folder, and then use some code to relate the name of
the remote file, and go and retrieve it.

Questions are:

- Is this possible?
- Once the file is removed from C:\ForIndexing, will the index
remember that is was there and still let me find it in the search
results?
- Is there a way to programmatically or through config, control Index
Server to tell it to ignore the deletion?

Any other suggestions on storing the files remotely after they have
been indexed?

Thanks
Daniel
Hilary Cotter
2007-08-21 02:42:27 UTC
Permalink
No, because once you move a file, it will be removed from the index.
--
relevantNoise - dedicated to mining blogs for business intelligence.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
Post by df
Hi there,
I'd like to know if it's possible to do the following with Index
- Have a user upload a document to a web server.
- Stuff the document in a file system folder - eg: C:\ForIndexing.
- Have Index Server index the content of that file.
- When the incremental indexing is complete, move the file to an
external storage system, such as Amazon S3. ie: Delete the file from
C:\ForIndexing
- Then, at some time, query the index, finding the name of the
original file and folder, and then use some code to relate the name of
the remote file, and go and retrieve it.
- Is this possible?
- Once the file is removed from C:\ForIndexing, will the index
remember that is was there and still let me find it in the search
results?
- Is there a way to programmatically or through config, control Index
Server to tell it to ignore the deletion?
Any other suggestions on storing the files remotely after they have
been indexed?
Thanks
Daniel
Loading...