1Lucy::Docs::Cookbook(3)User Contributed Perl DocumentatioLnucy::Docs::Cookbook(3)
2
3
4

NAME

6       Lucy::Docs::Cookbook - Apache Lucy recipes
7

DESCRIPTION

9       The Cookbook provides thematic documentation covering some of Apache
10       LucyXs more sophisticated features.  For a step-by-step introduction to
11       Lucy, see Tutorial.
12
13   Chapters
14       •   FastUpdates - While index updates are fast on average, worst-case
15           update performance may be significantly slower. To make index
16           updates consistently quick, we must manually intervene to control
17           the process of index segment consolidation.
18
19       •   CustomQuery - Explore LucyXs support for custom query types by
20           creating a XPrefixQueryX class to handle trailing wildcards.
21
22       •   CustomQueryParser - Define your own custom search query syntax
23           using QueryParser and Parse::RecDescent.
24
25   Materials
26       Some of the recipes in the Cookbook reference the completed Tutorial
27       application.  These materials can be found in the "sample" directory at
28       the root of the Lucy distribution:
29
30           sample/indexer.pl        # indexing app
31           sample/search.cgi        # search app
32           sample/us_constitution   # corpus
33
34
35
36perl v5.36.0                      2022-07-22           Lucy::Docs::Cookbook(3)
Impressum