8+ results for 'matt wells gigablast' (0 ms)

Not the results you expected?

2017-08-2005:31:47FragenundAntwo.md (https://github.com/yacy/yacy_forum_archive.git) Markdown · 81 lines

58 .\

59 Über die vergangenen Monate habe ich mich auch intensiv mit

60 \"GigaBlast\" beschäftigt.\

61 Eine \"GigaBlast\" Installation mit ca. 30 Millionen Links benötigte bei

dnstest.cpp (https://github.com/gigablast/open-source-search-engine.git) C++ · 152 lines

1 // Matt Wells, copyright Jan 2002

2

3 // program to test Rdb

39 //if ( argc == 3 ) confFilename = argv[2];

40 // use default

41 //if ( argc < 3 ) confFilename = "/gigablast/gigablast.conf";

42 // start up log file

43 /*

udptest.cpp (https://github.com/acchou/open-source-search-engine.git) C++ · 165 lines

1 // Matt Wells, copyright Sep 2001

2

3 #include "gb-include.h"

77 log("main::hashinit failed" ); return 1; }

78 // default conf filename

79 char *confFilename = "./gigablast.conf";

80 if ( ! g_conf.init ( confFilename ) ) {

81 fprintf (stderr,"main::Conf init failed\n" ); return 1; }

README.md (https://github.com/gigablast/open-source-search-engine.git) Markdown · 44 lines

2 =========================

3

4 An open source web and enterprise search engine and spider/crawler. As can be seen on http://www.gigablast.com/ .

5

6 RUNNING GIGABLAST

11 the quick start instructions.

12

13 Alternatively, visit http://www.gigablast.com/faq.html

14

15

29

30 Contact me for feature requests or help in general. I will work for free

31 for good use cases. mattdwells@hotmail.com.

32

33

about.html (https://github.com/gigablast/open-source-search-engine.git) HTML · 34 lines

7

8

9 <p>As of 2013, Gigablast is one of the remaining four search engines in the United States that maintains its own searchable index of over a billion pages.

10 </p>

11 <br>

12 <p>Founded in 2000, <a href=/bio.html>Matt Wells</a> created Gigablast to index up to 200 Billion pages

13 with the least amount of hardware possible. Gigablast provides large-scale,

23 <br>

24 <p>

25 For more information, <a href=/contact.html>contact Gigablast</a>.

26 </P>

27 <br>

init.gb.conf (https://github.com/gigablast/open-source-search-engine.git) Config · 23 lines

1 # Gigablast Search Engine Service

2

3 description "Gigablast Search Engine Service"

4 author "Matt Wells <gigablast@mail.com>"

5

6 start on runlevel [2345]

10 #respawn limit 2 5

11

12 env HOME=/var/gigablast/data0/

13 umask 007

14

16 #kill timeout 300

17

18 # this will read /etc/gigablast/hosts.conf and start up the

19 # hosts in there that are local on this machine based on its ip address.

20 # if one is already running it should detect that it can not bind to the

README.md (https://github.com/acchou/open-source-search-engine.git) Markdown · 34 lines

2 =========================

3

4 An open source web and enterprise search engine. As can be seen on http://www.gigablast.com/ .

5

6 RUNNING GIGABLAST

10 the quick start instructions.

11

12 Alternatively, visit http://www.gigablast.com/admin.html

13

14 See html/compare.html for a comparison of Gigablast to SOLR. Although this

30

31 Contact me for feature requests or help in general. I will work for free

32 for good use cases. mattdwells@hotmail.com.

33

34

about.html (https://github.com/balajin-cse/open-source-search-engine.git) HTML · 73 lines

1 <html>

2 <head>

3 <title>About Gigablast</title>

4

5 <style>

20 <th colspan="2">

21 <font color=33dcff>

22 About Gigablast</font>

23 </th>

24 </tr>

35 </p>

36

37 <p>Founded in 2000, <a href=/bio.html>Matt Wells</a> created Gigablast to index up to 200 Billion pages

38 with the least amount of hardware possible. Gigablast provides large-scale,

48

49 <p>

50 Matt Wells is currently the sole maintainer and programmer of Gigablast and is open for <u>consulting work</u>. <a href=/contact.html>Contact</a> for more information.

51 </p>

52 <br>