M
Magnus Blomberg
Hello!
I am trying to write a small application that will work as a searchengine
for a filestructure. The hard issue is that I would like to search for
freetext in files.
Most of the files are Word documents at approx. 30kb, but some files could
be there that includes pictures etc. I know that Windows has an index
functionality. Could this be a feature to use. Are there any namespaces for
this?
I started to develop my application and collected the files fullname in a
table. Then I got stucked when I didn't find any 'find' or 'search' method
in FileStream for instance.
Could someone help me with, how this should be done with the best
performance.
Regards Magnus
I am trying to write a small application that will work as a searchengine
for a filestructure. The hard issue is that I would like to search for
freetext in files.
Most of the files are Word documents at approx. 30kb, but some files could
be there that includes pictures etc. I know that Windows has an index
functionality. Could this be a feature to use. Are there any namespaces for
this?
I started to develop my application and collected the files fullname in a
table. Then I got stucked when I didn't find any 'find' or 'search' method
in FileStream for instance.
Could someone help me with, how this should be done with the best
performance.
Regards Magnus