Geeks Talk

Prepare for your Next Interview




Search Engine Implementation

This is a discussion on Search Engine Implementation within the ASP.NET forums, part of the Web Development category; I made a small search engine for my employer with ASP.NET / C#. It searches our database for keyword match. When the result is more than one page, I have ...


Go Back   Geeks Talk > Web Development > ASP.NET

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-13-2007
Junior Member
 
Join Date: Jun 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
viceroy is on a distinguished road
Search Engine Implementation

I made a small search engine for my employer with ASP.NET / C#. It searches our database for keyword match.

When the result is more than one page, I have to break it into multiple pages. Is there a way to keep the search results in memory temporarily so that when user clicks the other page, it does not need to perform database search again.

Thank you for your help.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-14-2007
Expert Member
 
Join Date: Nov 2006
Location: Hyd-IND
Posts: 512
Thanks: 1
Thanked 53 Times in 45 Posts
sutnarcha is on a distinguished road
Re: Search Engine Implementation

Viceroy,

I am not able to write my comments here. It is not saving the format and indentations.

Please find the attached text file.
Attached Files
File Type: txt sutnarcha.txt (1.3 KB, 15 views)
__________________
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.

-sutnarcha-

Last edited by sutnarcha : 06-14-2007 at 03:43 AM.
Reply With Quote
  #3 (permalink)  
Old 06-14-2007
Contributing Member
 
Join Date: May 2007
Location: bangalore
Posts: 65
Thanks: 3
Thanked 8 Times in 6 Posts
hari.nattuva is on a distinguished road
Re: Search Engine Implementation

Hi Viceroy,

According to my point of view it is better to use the datagrid for displaying the search results, after getting the search results from database just bind the result to datagrid. It supports paging u can divide search results into diffrent pages and u can assign the page numbers also. Don't forget to set the allowpaging property of datagrid is to true.

do u have any quries let me know..........

Regards,
Hari Prasad
Reply With Quote
  #4 (permalink)  
Old 06-18-2007
Administrator
 
Join Date: May 2006
Location: New York, USA
Posts: 562
Thanks: 20
Thanked 1,311 Times in 77 Posts
admin has disabled reputation
Re: Search Engine Implementation

you can try database caching or web server caching with 24 hour life span or any depending how often you data changes ..

we have an application changes every week or so .. so we use web server caching to expire for every 24 hours..

Thanks,
Reply With Quote
Reply

  Geeks Talk > Web Development > ASP.NET


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Full life cycle implementation in SAP R/3 Geek_Guest SAP R/3 0 05-24-2007 02:08 PM
SAP Implementation Questions Geek_Guest SAP R/3 0 05-03-2007 09:02 AM
Issues during SAP MM Module implementation Geek_Guest SAP R/3 0 04-12-2007 02:09 AM
what is the control engine. schittoor Test Cases 1 02-12-2007 03:15 PM


All times are GMT -4. The time now is 04:46 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved