The search-engine tag has no wiki summary.
13
votes
7answers
514 views
How to search for information related to Go programming language?
If there's something that would kill Go language, then it's name.
I find it very hard to find anything in web related just by using "Go" in the query. The word is on of the most frequent in English. ...
8
votes
1answer
188 views
Good library for search text tokenization
Looking to tokenize some text in the same or similar way in which a search engine would do it.
The reason we are doing this is so that we can run some statistical analysis on the tokens. The language ...
7
votes
3answers
335 views
Looking for good books about the theory behind search engines
I am working on a project that requires that I understand different techniques used by search engines for the web.
I have a strong scientific and development background, so I am not afraid of highly ...
6
votes
3answers
776 views
Best algorithm/practice when creating a search mechanism for your database?
I have been designing a database where it is very important to provide users with a good search mechanism. So I was wondering what some of the best practices are for using keywords to search over ...
6
votes
2answers
184 views
Data indexing frameworks fit for large E-Commerce applications
we wrote and still maintain a large E-Commerce application. Our feature list resembles what you would expect from most shops. We'd like to improve some of our features, and now the search/suggestion ...
5
votes
4answers
676 views
If I wanted to build a search engine, how would I start?
Can somebody point me into the right direction? I really don't have experience writing code but I'm a fast learner. I'm not trying to say it will be easy but I hope somebody can help me...
5
votes
1answer
598 views
Search multiple tables
I have developed a web application that is used mainly for archiving all sorts of textual material (documents, references to articles, books, magazines etc.). There can be any given number of archive ...
5
votes
4answers
117 views
Are there more efficient ways to search for help/documentation than Google/SO/…?
Google sometimes come up with irrelevant links, not everything is available on SO, there are cases where the local documentation is also annoying to look through... Are there other efficient ways you ...
4
votes
9answers
449 views
Is there a useful correlation between choice of web-browser/search engine and good quality programmers? [closed]
After a round of interviews earlier this year, which included some practical questions with access to a computer, I noticed that, at least for the applicants we were seeing, there was a high inverse ...
4
votes
6answers
794 views
Reverse engineering airline reservations systems
I saw an interesting conversation on here about airline reservation systems and the services that connect them (like Sabre).
This is an almost identical analog to a problem I've been trying to figure ...
3
votes
1answer
641 views
can a regex search engine for the web be done and if so, how?
I think it would be a great idea if we had a regular expression search engine, but can it be done? It seems impossible since there's no feasible way of indexing such a huge amount of data properly and ...
3
votes
3answers
683 views
Is dynamic HTML layout good from an SEO perspective?
Just wondering whether dynamically built HTML layout is fine from SEO perspectives? So let's assume e-commerce engine and its most popular page - products catalog. So 90% of the page is built using ...
3
votes
2answers
112 views
Looking for searchable code archives
As part of research for a user group presentation I'm looking for usage examples of certain code constructs.
I'm looking for online source code repository collections that allow me to search inside ...
3
votes
5answers
430 views
Does heavy JavaScript use adversely impact Googleability?
I've been developing the client-side for my web-app in JavaScript.
The JavaScript can communicate with my server over REST (HTTP)[JSON, XML, CSV] or RPC (XML, JSON).
I'm writing writing this ...
3
votes
2answers
299 views
Client-Side V.S. Server-Side Searching?
I am currently helping to design a web site and application in HTML. We would like the user to be able to search the site/app for desired content via a search bar. We would also like to include an ...