aboutsummaryrefslogtreecommitdiffhomepage
path: root/man/man8/sisu_search.8
blob: 039f6e7cc812a26790b2fae83920916b5d02ef87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
.TH "sisu_search" "1" "2007-09-16" "0.58.3" "SiSU - SiSU information Structuring Universe"
.SH
SISU \- SISU INFORMATION STRUCTURING UNIVERSE \- SEARCH \ [0.58],
RALPH AMISSAH
.BR

.SH
SISU SEARCH
.BR

.SH
1. SISU SEARCH \- INTRODUCTION
.BR

.BR
.B SiSU
output can easily and conveniently be indexed by a number of standalone
indexing tools, such as Lucene, Hyperestraier.

.BR
Because the document structure of sites created is clearly defined, and the
text object citation system is available hypothetically at least, for all forms
of output, it is possible to search the sql database, and either read results
from that database, or just as simply map the results to the html output, which
has richer text markup.

.BR
In addition to this
.B SiSU
has the ability to populate a relational sql type database with documents at
an object level, with objects numbers that are shared across different output
types, which make them searchable with that degree of granularity. Basically,
your match criteria is met by these documents and at these locations within
each document, which can be viewed within the database directly or in various
output formats.

.SH
2. SQL
.BR

.SH
2.1 POPULATING SQL TYPE DATABASES

.BR
.B SiSU
feeds sisu markupd documents into sql type databases PostgreSQL[^1] and/or
SQLite[^2] database together with information related to document structure.

.BR
This is one of the more interesting output forms, as all the structural data of
the documents are retained (though can be ignored by the user of the database
should they so choose). All site texts/documents are (currently) streamed to
four tables:

.BR
  * one containing semantic (and other) headers, including, title, author,
  subject, (the Dublin Core...);

.BR
  * another the substantive texts by individual \"paragraph\" (or object) \-
  along with structural information, each paragraph being identifiable by its
  paragraph number (if it has one which almost all of them do), and the
  substantive text of each paragraph quite naturally being searchable (both in
  formatted and clean text versions for searching); and

.BR
  * a third containing endnotes cross\-referenced back to the paragraph from
  which they are referenced (both in formatted and clean text versions for
  searching).

.BR
  * a fourth table with a one to one relation with the headers table contains
  full text versions of output, eg. pdf, html, xml, and ascii.

.BR
There is of course the possibility to add further structures.

.BR
At this level
.B SiSU
loads a relational database with documents chunked into objects, their
smallest logical structurally constituent parts, as text objects, with their
object citation number and all other structural information needed to construct
the document. Text is stored (at this text object level) with and without
elementary markup tagging, the stripped version being so as to facilitate ease
of searching.

.BR
Being able to search a relational database at an object level with the
.B SiSU
citation system is an effective way of locating content generated by
.B SiSU
. As individual text objects of a document stored (and indexed) together with
object numbers, and all versions of the document have the same numbering,
complex searches can be tailored to return just the locations of the search
results relevant for all available output formats, with live links to the
precise locations in the database or in html/xml documents; or, the structural
information provided makes it possible to search the full contents of the
database and have headings in which search content appears, or to search only
headings etc. (as the Dublin Core is incorporated it is easy to make use of
that as well).

.SH
3. POSTGRESQL
.BR

.SH
3.1 NAME

.BR
.B SiSU
\- Structured information, Serialized Units \- a document publishing system,
postgresql dependency package

.SH
3.2 DESCRIPTION

.BR
Information related to using postgresql with sisu (and related to the
sisu_postgresql dependency package, which is a dummy package to install
dependencies needed for
.B SiSU
to populate a postgresql database, this being part of
.B SiSU
\- man sisu).

.SH
3.3 SYNOPSIS

.BR
  sisu \-D \ [instruction] \ [filename/wildcard \ if \ required]

.BR
  sisu \-D \-\-pg \-\-[instruction] \ [filename/wildcard \ if \ required]

.SH
3.4 COMMANDS

.BR
Mappings to two databases are provided by default, postgresql and sqlite, the
same commands are used within sisu to construct and populate databases however
\-d (lowercase) denotes sqlite and \-D (uppercase) denotes postgresql,
alternatively \-\-sqlite or \-\-pgsql may be used

.BR
.B \-D or \-\-pgsql
may be used interchangeably.

.SH
3.4.1 CREATE AND DESTROY DATABASE

.TP
.B \ \-\-pgsql \ \-\-createall
\ initial \ step, \ creates \ required \ relations \ (tables, \ indexes) \ in
\ existing \ (postgresql) \ database \ (a \ database \ should \ be \ created \
manually \ and \ given \ the \ same \ name \ as \ working \ directory, \ as \
requested) \ (rb.dbi) \

.TP
.B \ sisu \ \-D \ \-\-createdb
\ creates \ database \ where \ no \ database \ existed \ before \

.TP
.B \ sisu \ \-D \ \-\-create
\ creates \ database \ tables \ where \ no \ database \ tables \ existed \
before \

.TP
.B \ sisu \ \-D \ \-\-Dropall
\ destroys \ database \ (including \ all \ its \ content)! \ kills \ data \
and \ drops \ tables, \ indexes \ and \ database \ associated \ with \ a \
given \ directory \ (and \ directories \ of \ the \ same \ name). \

.TP
.B \ sisu \ \-D \ \-\-recreate
\ destroys \ existing \ database \ and \ builds \ a \ new \ empty \ database
\ structure \

.SH
3.4.2 IMPORT AND REMOVE DOCUMENTS

.TP
.B \ sisu \ \-D \ \-\-import \ \-v \ \ [filename/wildcard]
populates database with the contents of the file. Imports documents(s)
specified to a postgresql database (at an object level).

.TP
.B \ sisu \ \-D \ \-\-update \ \-v \ \ [filename/wildcard]
updates file contents in database

.TP
.B \ sisu \ \-D \ \-\-remove \ \-v \ \ [filename/wildcard]
removes specified document from postgresql database.

.SH
4. SQLITE
.BR

.SH
4.1 NAME

.BR
.B SiSU
\- Structured information, Serialized Units \- a document publishing system.

.SH
4.2 DESCRIPTION

.BR
Information related to using sqlite with sisu (and related to the sisu_sqlite
dependency package, which is a dummy package to install dependencies needed for
.B SiSU
to populate an sqlite database, this being part of
.B SiSU
\- man sisu).

.SH
4.3 SYNOPSIS

.BR
  sisu \-d \ [instruction] \ [filename/wildcard \ if \ required]

.BR
  sisu \-d \-\-(sqlite|pg) \-\-[instruction] \ [filename/wildcard \ if \
  required]

.SH
4.4 COMMANDS

.BR
Mappings to two databases are provided by default, postgresql and sqlite, the
same commands are used within sisu to construct and populate databases however
\-d (lowercase) denotes sqlite and \-D (uppercase) denotes postgresql,
alternatively \-\-sqlite or \-\-pgsql may be used

.BR
.B \-d or \-\-sqlite
may be used interchangeably.

.SH
4.4.1 CREATE AND DESTROY DATABASE

.TP
.B \ \-\-sqlite \ \-\-createall
\ initial \ step, \ creates \ required \ relations \ (tables, \ indexes) \ in
\ existing \ (sqlite) \ database \ (a \ database \ should \ be \ created \
manually \ and \ given \ the \ same \ name \ as \ working \ directory, \ as \
requested) \ (rb.dbi) \

.TP
.B \ sisu \ \-d \ \-\-createdb
\ creates \ database \ where \ no \ database \ existed \ before \

.TP
.B \ sisu \ \-d \ \-\-create
\ creates \ database \ tables \ where \ no \ database \ tables \ existed \
before \

.TP
.B \ sisu \ \-d \ \-\-dropall
\ destroys \ database \ (including \ all \ its \ content)! \ kills \ data \
and \ drops \ tables, \ indexes \ and \ database \ associated \ with \ a \
given \ directory \ (and \ directories \ of \ the \ same \ name). \

.TP
.B \ sisu \ \-d \ \-\-recreate
\ destroys \ existing \ database \ and \ builds \ a \ new \ empty \ database
\ structure \

.SH
4.4.2 IMPORT AND REMOVE DOCUMENTS

.TP
.B \ sisu \ \-d \ \-\-import \ \-v \ \ [filename/wildcard]
populates database with the contents of the file. Imports documents(s)
specified to an sqlite database (at an object level).

.TP
.B \ sisu \ \-d \ \-\-update \ \-v \ \ [filename/wildcard]
updates file contents in database

.TP
.B \ sisu \ \-d \ \-\-remove \ \-v \ \ [filename/wildcard]
removes specified document from sqlite database.

.SH
5. INTRODUCTION
.BR

.SH
5.1 SEARCH \- DATABASE FRONTEND SAMPLE, UTILISING DATABASE AND SISU FEATURES,
INCLUDING OBJECT CITATION NUMBERING (BACKEND CURRENTLY POSTGRESQL)

.BR
Sample search frontend <http://search.sisudoc.org> \ [^3] A small database and
sample query front\-end (search from) that makes use of the citation system,
.I object citation numbering
to demonstrates functionality.[^4]

.BR
.B SiSU
can provide information on which documents are matched and at what locations
within each document the matches are found. These results are relevant across
all outputs using object citation numbering, which includes html, XML, LaTeX,
PDF and indeed the SQL database. You can then refer to one of the other outputs
or in the SQL database expand the text within the matched objects (paragraphs)
in the documents matched.

.BR
Note you may set results either for documents matched and object number
locations within each matched document meeting the search criteria; or display
the names of the documents matched along with the objects (paragraphs) that
meet the search criteria.[^5]

.TP
.B \ sisu \ \-F \ \-\-webserv\-webrick
\ builds \ a \ cgi \ web \ search \ frontend \ for \ the \ database \ created
\

.BR
The following is feedback on the setup on a machine provided by the help
command:

.BR
  sisu \-\-help sql


.nf
  Postgresql
    user:             ralph
    current db set:   SiSU_sisu
    port:             5432
    dbi connect:      DBI:Pg:database=SiSU_sisu;port=5432
  sqlite
    current db set:   /home/ralph/sisu_www/sisu/sisu_sqlite.db
    dbi connect       DBI:SQLite:/home/ralph/sisu_www/sisu/sisu_sqlite.db
.fi

.BR
Note on databases built

.BR
By default, \ [unless \ otherwise \ specified] databases are built on a
directory basis, from collections of documents within that directory. The name
of the directory you choose to work from is used as the database name, i.e. if
you are working in a directory called /home/ralph/ebook the database SiSU_ebook
is used. \ [otherwise \ a \ manual \ mapping \ for \ the \ collection \ is \
necessary]

.SH
5.2 SEARCH FORM

.TP
.B \ sisu \ \-F
\ generates \ a \ sample \ search \ form, \ which \ must \ be \ copied \ to \
the \ web\-server \ cgi \ directory \

.TP
.B \ sisu \ \-F \ \-\-webserv\-webrick
\ generates \ a \ sample \ search \ form \ for \ use \ with \ the \ webrick \
server, \ which \ must \ be \ copied \ to \ the \ web\-server \ cgi \ directory
\

.TP
.B \ sisu \ \-Fv
\ as \ above, \ and \ provides \ some \ information \ on \ setting \ up \
hyperestraier \

.TP
.B \ sisu \ \-W
\ starts \ the \ webrick \ server \ which \ should \ be \ available \
wherever \ sisu \ is \ properly \ installed \

.BR
The generated search form must be copied manually to the webserver directory as
instructed

.SH
6. HYPERESTRAIER
.BR

.BR
See the documentation for hyperestraier:

.BR
  <http://hyperestraier.sourceforge.net/>

.BR
  /usr/share/doc/hyperestraier/index.html

.BR
  man estcmd

.BR
on sisu_hyperestraier:

.BR
  man sisu_hyperestraier

.BR
  /usr/share/doc/sisu/sisu_markup/sisu_hyperestraier/index.html

.BR
NOTE: the examples that follow assume that sisu output is placed in the
directory /home/ralph/sisu_www

.BR
(A) to generate the index within the webserver directory to be indexed:

.BR
  estcmd gather \-sd \ [index \ name] \ [directory \ path \ to \ index]

.BR
the following are examples that will need to be tailored according to your
needs:

.BR
  cd /home/ralph/sisu_www

.BR
  estcmd gather \-sd casket /home/ralph/sisu_www

.BR
you may use the \'find\' command together with \'egrep\' to limit indexing to
particular document collection directories within the web server directory:

.BR
  find /home/ralph/sisu_www \-type f | egrep
  \'/home/ralph/sisu_www/sisu/.+?.html$\' |estcmd gather \-sd casket \-

.BR
Check which directories in the webserver/output directory (~/sisu_www or
elsewhere depending on configuration) you wish to include in the search index.

.BR
As sisu duplicates output in multiple file formats, it it is probably
preferable to limit the estraier index to html output, and as it may also be
desirable to exclude files \'plain.txt\', \'toc.html\' and
\'concordance.html\', as these duplicate information held in other html output
e.g.

.BR
  find /home/ralph/sisu_www \-type f | egrep
  \'/sisu_www/(sisu|bookmarks)/.+?.html$\' | egrep \-v
  \'(doc|concordance).html$\' |estcmd gather \-sd casket \-

.BR
from your current document preparation/markup directory, you would construct a
rune along the following lines:

.BR
  find /home/ralph/sisu_www \-type f | egrep \'/home/ralph/sisu_www/([specify \
  first \ directory \ for \ inclusion]|[specify \ second \ directory \ for \
  inclusion]|[another \ directory \ for \ inclusion? \ ...])/.+?.html$\' |
  egrep \-v \'(doc|concordance).html$\' |estcmd gather \-sd
  /home/ralph/sisu_www/casket \-

.BR
(B) to set up the search form

.BR
(i) copy estseek.cgi to your cgi directory and set file permissions to 755:

.BR
  sudo cp \-vi /usr/lib/estraier/estseek.cgi /usr/lib/cgi\-bin

.BR
  sudo chmod \-v 755 /usr/lib/cgi\-bin/estseek.cgi

.BR
  sudo cp \-v /usr/share/hyperestraier/estseek.* /usr/lib/cgi\-bin

.BR
  \ [see \ estraier \ documentation \ for \ paths]

.BR
(ii) edit estseek.conf, with attention to the lines starting \'indexname:\' and
\'replace:\':

.BR
  indexname: /home/ralph/sisu_www/casket

.BR
  replace: ^file:///home/ralph/sisu_www{{!}}http://localhost

.BR
  replace: /index.html?${{!}}/

.BR
(C) to test using webrick, start webrick:

.BR
  sisu \-W

.BR
and try open the url: <http://localhost:8081/cgi\-bin/estseek.cgi>

.SH
DOCUMENT INFORMATION (METADATA)
.BR

.SH
METADATA
.BR

.BR
Document Manifest @
<http://www.jus.uio.no/sisu/sisu_manual/sisu_search/sisu_manifest.html>

.BR
.B Dublin Core
(DC)

.BR
.I DC tags included with this document are provided here.

.BR
DC Title:
.I SiSU \- SiSU information Structuring Universe \- Search \ [0.58]

.BR
DC Creator:
.I Ralph Amissah

.BR
DC Rights:
.I Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL
3

.BR
DC Type:
.I information

.BR
DC Date created:
.I 2002\-08\-28

.BR
DC Date issued:
.I 2002\-08\-28

.BR
DC Date available:
.I 2002\-08\-28

.BR
DC Date modified:
.I 2007\-09\-16

.BR
DC Date:
.I 2007\-09\-16

.BR
.B Version Information

.BR
Sourcefile:
.I sisu_search._sst

.BR
Filetype:
.I SiSU text insert 0.58

.BR
Sourcefile Digest, MD5(sisu_search._sst)=
.I 52c1d6d3c3082e6b236c65debc733a05

.BR
Skin_Digest:
MD5(/home/ralph/grotto/theatre/dbld/sisu\-dev/sisu/data/doc/sisu/sisu_markup_samples/sisu_manual/_sisu/skin/doc/skin_sisu_manual.rb)=
.I 20fc43cf3eb6590bc3399a1aef65c5a9

.BR
.B Generated

.BR
Document (metaverse) last generated:
.I Sun Sep 23 01:14:04 +0100 2007

.BR
Generated by:
.I SiSU
.I 0.58.3
of 2007w36/4 (2007\-09\-06)

.BR
Ruby version:
.I ruby 1.8.6 (2007\-06\-07 patchlevel 36) \ [i486\-linux]

.TP
.BI 1.
<http://www.postgresql.org/>
 <http://advocacy.postgresql.org/>
 <http://en.wikipedia.org/wiki/Postgresql>
.TP
.BI 2.
<http://www.hwaci.com/sw/sqlite/>
 <http://en.wikipedia.org/wiki/Sqlite>
.TP
.BI 3.
<http://search.sisudoc.org>
.TP
.BI 4.
(which could be extended further with current back-end). As regards scaling
of the database, it is as scalable as the database (here Postgresql) and
hardware allow.
.TP
.BI 5.
of this feature when demonstrated to an IBM software innovations evaluator in
2004 he said to paraphrase: this could be of interest to us. We have large
document management systems, you can search hundreds of thousands of documents
and we can tell you which documents meet your search criteria, but there is no
way we can tell you without opening each document where within each your
matches are found.

.TP
Other versions of this document:
.TP
manifest: <http://www.jus.uio.no/sisu/sisu_search/sisu_manifest.html>
.TP
html: <http://www.jus.uio.no/sisu/sisu_search/toc.html>
.TP
pdf: <http://www.jus.uio.no/sisu/sisu_search/portrait.pdf>
.TP
pdf: <http://www.jus.uio.no/sisu/sisu_search/landscape.pdf>
." .TP
." manpage: http://www.jus.uio.no/sisu/sisu_search/sisu_search.1
.TP
at: <http://www.jus.uio.no/sisu>
.TP
.TP
* Generated by: SiSU 0.58.3 of 2007w36/4 (2007-09-06)
.TP
* Ruby version: ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux]
.TP
* Last Generated on: Sun Sep 23 01:14:07 +0100 2007
.TP
* SiSU http://www.jus.uio.no/sisu