A search engine is program that searches documents for specified keywords and returns a list of the documents where the keywords were found.
141
votes
6answers
16k views
“Breaking” Google By Sending “${” Search Query? [closed]
Well, apparently you can "break" Google by sending it a search query like "${." It strips the Google.com page of its tab separators and whatnot.
Is there any apparent reason for this? I imagine ...
57
votes
14answers
18k views
What's the best Django search app?
I'm building a Django project that needs search functionality, and until there's a django.contrib.search, I have to choose a search app. So, which is the best? By "best" I mean...
easy to install / ...
40
votes
11answers
17k views
ElasticSearch, Sphinx, Lucene, Solr, Xapian. Which fits for which usage?
I'm currently looking at other search methods rather than having a huge SQL query.
I saw elasticsearch recently and played with woosh (a python implementation of a search engine).
Can you argument ...
33
votes
12answers
2k views
Programmer-friendly search engine?
Google is unfriendly to searching for verbatim strings with characters like $ and #. Is there a search engine that supports searching for verbatim strings?
I'm aware of this question that was asked a ...
29
votes
6answers
6k views
How to search for punctuation that gets ignored by Google?
When I search Google for "haskell ++ operator" or "ruby language @@", or anything similar, the punctuation often gets ignored completely. (However the punctuation in "c++" doesn't).
Is there a search ...
20
votes
5answers
430 views
Can search engine spiders see content I add using jQuery?
I currently have something like this
<p class="test"></p>
<script type="text/javascript">
$(document).ready(function() {
$(".test").html("hey");
});
...
20
votes
7answers
2k views
Search engine solution for Django that actually works?
The story so far:
Decided to go with Xapian as search backend because it has all search-engine features I was looking for, knows about Unicode, stemming, has few dependencies and requires no bloated ...
18
votes
18answers
960 views
Have you also become memory-lazy as a programmer? How do you overcome it?
In the last few years I've become very bad at memorizing API functions, how to use them, etc b/c I can get a reminder very easily using search engines (or StackOverflow), and do copy / paste / modify. ...
15
votes
9answers
2k views
Building a web search engine [closed]
I've always been interested in developing a web search engine. What's a good place to start? I've heard of Lucene, but I'm not a big Java guy. Any other good resources or open source projects?
I ...
14
votes
11answers
1k views
What's a good source code search engine?
The codebase I work on is huge, and grepping it takes about 20 minutes. I'm looking for a good web-based source code search engine.. something like an intranet version of koders.com.
The only thing ...
13
votes
1answer
407 views
Precision recall in lucene java
I want to use Lucene to calculate Precision and Recall.
I did these steps:
Made some index files. To do this I used indexer code and indexed .txt files which exist in this path C:/inn (there are 4 ...
12
votes
5answers
1k views
Meta Search Engine Architecture
The question wasn't clear enough, I think; here's an updated straight to the point question:
What are the common architectures used in building a meta search engine and is there any libraries ...
12
votes
5answers
822 views
How to determine search query forwarding user to my website?
Greetings,
I'm trying to work out what query is being used to forward people to my website. I'd appreciate it if anyone could tell me what api call I should be looking into. I'm sure this is ...
12
votes
4answers
495 views
programmer-friendly search engine? [closed]
Possible Duplicate:
Programmer-friendly search engine?
Google is unfriendly to searching for verbatim strings with characters like $ and #. Is there a search engine that supports searching ...
11
votes
13answers
4k views
How would you design a good search UI?
I want to provide my users with an 'advanced' search engine.
I basically have a lot of search criteria to chose from :
some are very simple/common and will be largely use (ie time period, item id)
...
11
votes
2answers
392 views
How do you notify Google through code that there is a updated sitemap?
On this page of Google help:
https://www.google.com/webmasters/tools/docs/en/sitemap-generator.html#submitting
Google mentions that there is a way to notify them of an updated sitemap using an HTTP ...
11
votes
3answers
1k views
What are the best practices for multilanguage sites?
I want to make a multi-language site, such that all or almost all pages will be available in 2 or more translations. What are the best practices to follow?
For example, I consider these language ...
10
votes
10answers
847 views
how to make a search engine for website?
I want to have a search engine for my website, is any of these web search engines(like Google,yahoo,etc) provide a free service? Or I should do it by myself
10
votes
2answers
376 views
How to index your Silverlight application in search engine?
Well, I have a Silverlight application with many internal pages, and I want search engine to index my Silverlight content.
Besides I want to manage my Silverlight content for search engine and reader ...
10
votes
14answers
895 views
How Google is using HTML tags to enhance the search engine?
I knew that Google’s search algorithm is mainly based on pagerank. However, it also does analyse and use the structure of the document H1, H2, title and other HTML tags to enhance the search results.
...
10
votes
5answers
761 views
Does the position of a slug in a URL matter?
FOR SEARCH ENGINE OPTIMIZATION PURPOSES, does the location of the slug within a URL matter?
There's no doubt that you could code URL slugs to work properly in any order. I'm more interested to know ...
10
votes
6answers
2k views
Source code search with Google Desktop
Is there a indexing plugin for GDS that allows for source code search? I see some for specific types (Java, C++, ...) and one for "any text". These are nice, but I would like one that allows for ...
9
votes
3answers
716 views
I wonder how reverse image search services like tineye.com work …?
How Would the Reverse Image Search Engines like TinEye Work ?
I mean what parameters are required to do an image search ?
9
votes
3answers
848 views
Marking up a search result list with HTML5 semantics
Making a search result list (like in Google) is not very hard, if you just need something that works. Now, however, I want to do it with perfection, using the benefits of HTML5 semantics. The goal is ...
9
votes
4answers
978 views
Indexing different type of Entities/Objects with Solr Lucene
Let's say I want to index my shop using Solr Lucene.
I have many types of entities : Products, Product Reviews, Articles
How do I get my Lucene to index those types, but each type with different ...
9
votes
3answers
992 views
In-house full-text search engine for source code and SQL scripts
I like to run search engine on code, and if you aren't I recommend it (especially if you code in a team and you don't have all the lines of code in your head). When I vaguely remember some variable ...
9
votes
12answers
4k views
What are some Search Servers out there?
I'm looking to find alternatives to Solr from the Apache Software Foundation.
For those that don't know, Solr is an enterprise search server. A client application uses a web-services like interface ...
8
votes
2answers
440 views
Why do search engines ignore symbols? [closed]
Searching for symbols is a common in programming, especially when you are new to a language.
For example, I had a question about the :: operator in Python, and that is not searchable. People looking ...
8
votes
1answer
129 views
How can I identify the “tokens” (wrong word) of a regular expression
I'm working on a fairly specialized search engine implementation in Perl, it searches (by regex) documents for specifically delimited (a subset of :punct:) strings from a text file. I'm doing the ...
8
votes
4answers
403 views
Storing search result for paging and sorting
I've been implementing MS Search Server 2010 and so far its really good. Im doing the search queries via their web service, but due to the inconsistent results, im thinking about caching the result ...
8
votes
4answers
1k views
Do search engines respect the HTTP header field “Content-Location”?
I was wondering if search engines respect the HTTP header field Content-Location.
This could be useful e.g. when you want to remove the session id argument out of the URL:
GET ...
7
votes
5answers
214 views
Search Engine Keywords Parser
Here is what I want to do:
I need to create a search engine parser that uses the following operators:
Apples AND Oranges (AND operator)
Apples OR Oranges (OR operator)
Apples AND NOT Oranges (AND ...
7
votes
4answers
313 views
Do search engines process Javascript?
According to this page it would seem like they don't, in the sense that they don't actually run it, but that page is 2 years old (judging from the copyright info).
The reason I'm asking this question ...
7
votes
3answers
1k views
Do any search engines index web page source code?
As far as I'm aware, search engines (on the web) typically index only the "user facing" content of a web page.
But what if you wanted to find pages(s) that contain a certain fragment of HTML or ...
7
votes
8answers
5k views
Which are the best alternatives to Lucene?
-edit-
The question do not says it all. :)
It may run on Unix and it will be used for email searching (Dovecot, Postfix and maildir).
Lucene is not a problem, im just analyzing some alternatives.
7
votes
7answers
1k views
What is a good search engine for embedding in a web site
I am thinking of changing my web site's homegrown search engine. Before I break out Visual Studio, I wondered if anyone can suggest an alternative that gives me what I need. This being:
Works with ...
6
votes
3answers
265 views
Search string algorithms
I am trying to get the contact information in the content pages from a set of web sites (thousands of them). I wanted to ask experts like you guys before scratching my head. All I need is the ...
6
votes
1answer
198 views
Can any one provide me a SOUNDEX like SQL function working correctly for INDIAN NAMES?
i need to search indian names from my database (mysql). i tried SOUNDEX function but it fails for long indian names.
6
votes
3answers
275 views
SQL LIKE, how to order results by weighted occurance count?
The Problem
I have my search term:
"Yellow large widgets"
I split the terms into it's 3 words:
1 = "Yellow";
2 = "Large";
2 = "Widgets";
I then search with:
SELECT * FROM widgets
WHERE ...
6
votes
3answers
350 views
How do I do a partial field match using Haystack?
I needed a simple search tool for my django-powered web site, so I went with Haystack and Solr. I have set everything up correctly and can find the correct search results when I type in the exact ...
6
votes
4answers
293 views
Searching Techniques Recommendations
This is more of a theory question rather than practice. I'm working on a project which is quite a simple catalog of links. The whole model is similar to the Dmoz or Yahoo catalog, except that each ...
6
votes
3answers
353 views
making JavaScript generated content possible for search engines to index
Is there any way to make JavaScript generated content indexable by search engines? I remember reading something about Google parsing a generated site map, but I might be wrong here.
_L
6
votes
1answer
2k views
solr vs xapian: which one gives you the most meaningful results?
I am currently using whoosh to dev a website, and I'll need to choose something more powerful once the website will be in production.
If anyone of you used both of these engines, which one gave you ...
6
votes
1answer
287 views
Have your WebSite recognized as a Search Engine by Chrome
If I start typing stackov.. in Chrome I can see something like 'Press Tab to search
stackoverflow.com'.
SO is basically recognized as a Search Engine.
Do you have any idea of how to implement the ...
6
votes
7answers
359 views
Search engine to integrate in a .NET stack
I am looking for a very robust software search engine to integrate in a .Net web site.
The current proposed solution is Lucene.NET a stack based on Lucene. However, I would like to evaluate other ...
6
votes
4answers
175 views
Highlight search terms in forum when coming from websearch
in the recent past i’ve noticed quite often that, when searching something with google and looking at one of the search results, that the search terms are bold on the site.
how can this be done? is ...
6
votes
7answers
2k views
Can search engines index JavaScript generated web pages?
Can search engines such as Google index JavaScript generated web pages? When you right click and select view source in a page that is generated by JavaScript (e.g using GWT) you do not see the ...
6
votes
2answers
2k views
High level explanation of Similarity Class for Lucene?
Do you know where I can find a high level explanation of Lucene Similarity Class algorithm. I will like to understand it without having to decipher all the math and terms involved with searching and ...
6
votes
7answers
7k views
Google-like Search Engine in PHP/mySQL
We have OCRed thousands of pages of newspaper articles. The newspaper, issue, date, page number and OCRed text of each page has been put into a mySQL database.
We now want to build a Google-like ...
6
votes
5answers
1k views
Search engines and browser accept-language
I'm building a web portal where language content will generally depend on the "accept-language" sent by the browser. The same content-URI will thus serve different content to different users depending ...