Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2007-09-17 21:31:44
Size: 839
Editor: infno1613
Comment:
Revision 4 as of 2007-09-17 21:36:24
Size: 1084
Editor: infno1613
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
1. Introduction == 1. Introduction ==
Line 5: Line 5:
1.1 What is Complete``Search? === 1.1 What is CompleteSearch? ===
Line 7: Line 7:
1.2 What is Complete``Search not? A cool search engine. Get from a bunch of files to a cool browser-based search in minutes.
Line 9: Line 9:
1.3 FAQs === 1.2 What is CompleteSearch not? ===
Line 11: Line 11:
Does not provide a web-crawler and you can't bake cookies with it.
Line 12: Line 13:
2. Installation === 1.3 FAQs ===
Line 14: Line 15:
2.1 For the impatient Why me?

== 2. Installation ==

=== 2.1 For the Impatient ===
Line 29: Line 34:
2.2 Components === 2.2 Components ===
Line 33: Line 38:
2.3 Index Builder === 2.3 Index Builder ===
Line 37: Line 42:
2.4 Completion Server === 2.4 Completion Server ===
Line 41: Line 46:
2.5 Web Interface === 2.5 Web Interface ===

Skeleton of CompleteSearch documentation.

1. Introduction

1.1 What is CompleteSearch?

A cool search engine. Get from a bunch of files to a cool browser-based search in minutes.

1.2 What is CompleteSearch not?

Does not provide a web-crawler and you can't bake cookies with it.

1.3 FAQs

Why me?

2. Installation

2.1 For the Impatient

tar -zxf completesearch.tgz
cd completesearch
configure --prefix=<name of install dir> --web-server=<name of web server>
make -C indexing all
make -C server all
make -C web all
[TODO: index test collection]
[TODO: deploy on web server]

[TODO: well, a few things will have to be configured by hand]

2.2 Components

[TODO: Decribe the three main components: index builder, completion server, web interface]

2.3 Index Builder

[TODO: describe how to install and configure]

2.4 Completion Server

[TODO: describe how to install and configure]

2.5 Web Interface

[TODO: describe how to install and configure]

CompleteSearch: completesearch/Documentation (last edited 2007-09-17 21:36:24 by infno1613)