|
a/src/README |
|
b/src/README |
|
... |
|
... |
364 |
improvement of index size.
|
364 |
improvement of index size.
|
365 |
|
365 |
|
366 |
Xapian will not convert automatically an existing index from the Quartz to
|
366 |
Xapian will not convert automatically an existing index from the Quartz to
|
367 |
the Flint format. If you have an older index and want to take advantage of
|
367 |
the Flint format. If you have an older index and want to take advantage of
|
368 |
the new format (which can be done without setting the environment variable
|
368 |
the new format (which can be done without setting the environment variable
|
369 |
as of Recoll 1.8.2 and Xapian 1.0.0), you will have to explicitely delete
|
369 |
as of Recoll 1.8.2 and Xapian 1.0.0), you will have to explicitly delete
|
370 |
the old index, then run a normal indexing process.
|
370 |
the old index, then run a normal indexing process.
|
371 |
|
371 |
|
372 |
Unfortunately, using the -z option to recollindex is not sufficient to
|
372 |
Unfortunately, using the -z option to recollindex is not sufficient to
|
373 |
change the format, you have to delete all files inside the index directory
|
373 |
change the format, you have to delete all files inside the index directory
|
374 |
(typically ~/.recoll/xapiandb) before starting indexing.
|
374 |
(typically ~/.recoll/xapiandb) before starting indexing.
|
|
... |
|
... |
511 |
|
511 |
|
512 |
The indexing daemon gets started, then the window manager, for which the
|
512 |
The indexing daemon gets started, then the window manager, for which the
|
513 |
session waits.
|
513 |
session waits.
|
514 |
|
514 |
|
515 |
By default the indexing daemon will monitor the state of the X11 session,
|
515 |
By default the indexing daemon will monitor the state of the X11 session,
|
516 |
and exit when it finishes, it is not necessary to kill it explicitely.
|
516 |
and exit when it finishes, it is not necessary to kill it explicitly.
|
517 |
(The X11 server monitoring can be disabled with option -x to recollindex).
|
517 |
(The X11 server monitoring can be disabled with option -x to recollindex).
|
518 |
|
518 |
|
519 |
Under KDE, you can place a small script to start recollindex -m under
|
519 |
Under KDE, you can place a small script to start recollindex -m under
|
520 |
$HOME/.kde/Autostart. This will be executed when the session begins.
|
520 |
$HOME/.kde/Autostart. This will be executed when the session begins.
|
521 |
|
521 |
|
|
... |
|
... |
1351 |
|
1351 |
|
1352 |
As a sample application, the Recoll KIO slave could allow preparing a set
|
1352 |
As a sample application, the Recoll KIO slave could allow preparing a set
|
1353 |
of HTML documents (for example a manual) so that they become their own
|
1353 |
of HTML documents (for example a manual) so that they become their own
|
1354 |
search interface inside konqueror.
|
1354 |
search interface inside konqueror.
|
1355 |
|
1355 |
|
1356 |
This can be done by either explicitely inserting <a href="recoll:/...">
|
1356 |
This can be done by either explicitly inserting <a href="recoll:/...">
|
1357 |
links around some document areas, or automatically by adding a very small
|
1357 |
links around some document areas, or automatically by adding a very small
|
1358 |
javascript program to the documents, like the following example, which
|
1358 |
javascript program to the documents, like the following example, which
|
1359 |
would initiate a search by double-clicking any term:
|
1359 |
would initiate a search by double-clicking any term:
|
1360 |
|
1360 |
|
1361 |
<script language="JavaScript">
|
1361 |
<script language="JavaScript">
|