• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Site Search, Search Engines and the like

jjones

Lifer
I haven't really any experience at working with search and I'm looking for places to at least begin acquiring information.

This is a personal project but it will consist of searching the content of thousands of locally hosted web pages and an extensive database. Anyone have experience with search engine programs and programming that can point me to some sources to begin researching a search solution?
 
Originally posted by: jjones
I haven't really any experience at working with search and I'm looking for places to at least begin acquiring information.

This is a personal project but it will consist of searching the content of thousands of locally hosted web pages and an extensive database. Anyone have experience with search engine programs and programming that can point me to some sources to begin researching a search solution?

The search engine is only as good as your indexing method for the database.

I've yet to find a good tutorial or anything on something like this, so what I've had to do was study source code of existing open source solutions.
 
Originally posted by: tfinch2
Originally posted by: jjones
I haven't really any experience at working with search and I'm looking for places to at least begin acquiring information.

This is a personal project but it will consist of searching the content of thousands of locally hosted web pages and an extensive database. Anyone have experience with search engine programs and programming that can point me to some sources to begin researching a search solution?

The search engine is only as good as your indexing method for the database.

I've yet to find a good tutorial or anything on something like this, so what I've had to do was study source code of existing open source solutions.
Yeah, I was guessing that would be the case. I've worked with fairly simplistic databases but realized that with effective search, it's going to be in a whole different realm. Is there anything you can point me to that might help in evaluating how I might approach this in regards to search? Doing as you did such as studying open source solutions is something I'd like to do but I know of none that I could use for this. I'm really in the dark about it at this point.
 
Thanks again for the info. I also ran across Nutch (based on Lucene) and a few others.

I also found (and remembered) that Google and others offers enterprise search solutions at reasonable costs if I decide not to go the open source route, and instead have search "handled" for me. I may actually end up doing something like this.

Any more comments on this subject are very welcome.
 
Back
Top