Questions tagged [search-engine]

A search engine is program that searches documents for specified keywords and returns a list of the documents where the keywords were found.

A search engine is a program that searches documents for specified keywords and returns a list of the documents where the keywords were found.

Although search engine is really a general class of programs, the term is often used to specifically describe systems like Google, Yahoo!, Yandex and Excite that enable users to search for documents on the World Wide Web and USENET newsgroups.

2920 questions
1
vote
1 answer

Rich snippets and javascript generated markup

Microformat rich snippets markup generated with javascript are indexed by the search engines? Thanks in advance.
Diosney
  • 10,520
  • 15
  • 66
  • 111
1
vote
1 answer

ASP.net Web Form Routing

I want to use routing to create a multi-cultured web site. I was thinking of re-writing the URLs for each language. Contact Us Page - Example: English: http://www.domain.com/ContactUs French: http://www.domain.com/NousContacter Instead of the…
PsychoDUCK
  • 1,103
  • 3
  • 17
  • 35
1
vote
1 answer

How do I handle special characters like(#) in OpenSearchServer / Lucene?

I am using OpenSearchServer (community edition) v1.2.4-rc3 - stable - rev 1474 - build 802. I crawl a C# and C++ programming website. Now when i search for C# or C++ the software strips special characters like #,+. The results are not exact which…
Gopa Soft
  • 111
  • 1
  • 2
  • 11
1
vote
2 answers

Google Search Results in TXT file

I want to write a program or script (for Linux) which can copy the search result of google.com in a TXT file. I need only domain name of the search result.
user1336253
  • 11
  • 1
  • 2
1
vote
2 answers

Are there any building blocks for a search engine that will scrape other sites?

I want build a search service for one particular thing. The data is freely available out there, via free classified services, and a host of other sites. Are there any building blocks, e.g. open-source crawlers that I would customize - rather than…
marcamillion
  • 32,933
  • 55
  • 189
  • 380
1
vote
2 answers

Open Search Server at Production level?

I want to use Open Search Server http://www.open-search-server.com/ for creating a web search engine at production level. Is there any other Good free software for creating a search engine? I want to crawl millions of websites.
Gopa Soft
  • 111
  • 1
  • 2
  • 11
0
votes
1 answer

Custom Search Engine Which Searches a Private Database

I am looking for a search engine that can search through a MySQL database and return results in a similar way to Google search. For an example of what I am looking for you can check out http://historio.us and http://saveandsearch.com/ Both these…
Nick
  • 1,969
  • 3
  • 21
  • 24
0
votes
1 answer

Filghts Search Engine

I would like to integrate in my web site a flights search engine. I am wondering how can i do this. Who sells this kind of service? or there is an elegant and easy way to this? ps: of course i need the possibility to books the flights.
emanuele
  • 2,519
  • 8
  • 38
  • 56
0
votes
1 answer

Youtube videos link result on website search engine

I am working on a mySQL search engine for a website and One of the fields of the db is youtube links. Now When information for that row is displayed the youtube link needs to be displayed as a video, not as a link. How can I achieve this? Thanks in…
AJ.
  • 2,561
  • 9
  • 46
  • 81
0
votes
1 answer

Using search engines to get URLs

I'm building a portal that lists certain products and automatically gets the prices from product pages of listed vendors. To get the URL for the product page on a vendor's website, I've been using Google search API and it's been working great - the…
DMIL
  • 693
  • 3
  • 7
  • 18
0
votes
1 answer

Why my index page is shown at google search engin?

Hi deae the problem is this, here is my website URL http://pkbazaar.com When I search my site at google search-engin, the google search-engin showns index page as a Heading, and dates, apache etc. as contents.. Like this.. ,, Index…
Symfony
  • 2,289
  • 6
  • 23
  • 30
0
votes
1 answer

Search engine comparison tool. Google and Bing

I am trying to build a search engine comparison tool between bing and google that will analyze which of the top n results are matching. Since I don't have much web-development experience, (most of my experience lies in Windows Application…
ddd
  • 269
  • 1
  • 6
  • 15
0
votes
1 answer

automatic generated XML sitemap for Weblication

Is there a Weblics for Weblication 4.8.14 which automatically generates the XML sitemap for Google? I found a Weblic called "Sitemap 2.0.5", but the demo only shows a sitemap for the user in a php file. I would need a sitemap.xml. Is that possible?…
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
1 answer

Solr searchField schema for a single match

I would like to write a specific fieldType that will work as shown at the example below: Say we have a name: foo MooBar (f00B2r); "f" => foo MooBar (f00B2r) (and others with a "f") "foo moob" => foo MooBar (f00B2r) (and others with a "foo moob",…
ted
  • 5,219
  • 7
  • 36
  • 63
0
votes
1 answer

Google Analytics: Paid Search Visits higher than Clicks

So, I understand there is a possibility that paid search clicks recorded in the search engines might be higher than the visits GA records from paid Search, but has anyone experienced the opposite? I am seeing visits from Paid Search traffic higher…
Glenn B
  • 89
  • 1
  • 10
1 2 3
99
100