Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I have a website which shows the pages dynamically from Database. How should i implement the search engine with the data in database and how should i give the page urls based on the search.

I just need the any open source library or how does this works. I will implement based on it.
Posted

See Sageframe[^]

DotNetNuke[^]

or any other CMS out there, check if some of that fits you.

If this helps, please take time to accept the solution. Thank you.
 
Share this answer
 
Comments
AshishPatha 16-Oct-14 7:18am    
I want an open source project may be some thing like apache or GNU licence. And i dont want CMS , i need an search engine like thing.
Sinisa Hajnal 16-Oct-14 7:24am    
Sage frame is free and open source. DNN is free, not sure if open. And both of them implement somehwere in their code. Look for it and "steal" what you need.
AshishPatha 16-Oct-14 7:44am    
Yes i see now sage frame is a open source, but it is for .net. Is there something like that for java.
Sinisa Hajnal 16-Oct-14 8:12am    
Sorry, missed that tag detail. I don't know anything like that for java, but if you take the code there are c# to java translators which can get you there.
AshishPatha 16-Oct-14 7:48am    
And i dont see where it has search engine optimization think. It has just UI components. i.e., it is just as Content management. There is no search engine one. Did u find search engine in the Sage frame. If yes..post a link so that i can refer to it.
If you are looking for an open source solution to handle searching needs locally to your site you should checkout Lucene[^]. It requires some setup and a little programming, but it would be what you are needing.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900