How do you Implement a search box

  • Thread starter Thread starter phl
  • Start date Start date
P

phl

Hi,

The data in my site will most likely be kept in XML files on disk. What
would be the best way to implement a search page in this scenario? Can
someone please outline the possible methods you can use?

Thanks
Phl
 
Hello phl,

Searching of what? Content of XML?!
Google for the search algorightms. the key factor is the hashing of items
which can be seach.
BTW, look on the microsoft.public.inetserver.indexserver, you can use it
to index your files to search

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

p> Hi,
p>
p> The data in my site will most likely be kept in XML files on disk.
p> What would be the best way to implement a search page in this
p> scenario? Can someone please outline the possible methods you can
p> use?
p>
p> Thanks
p> Phl
 
Back
Top