Ravenports generated: 02 Jan 2022 06:21
[ravenports.git] / bucket_22 / xapian-core
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               xapian-core
4 VERSION=                1.4.19
5 KEYWORDS=               databases
6 VARIANTS=               standard
7 SDESC[standard]=        Xapian Probabilistic Information Retrieval Library
8 HOMEPAGE=               https://xapian.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://oligarchy.co.uk/xapian/1.4.19/
13 DISTFILE[1]=            xapian-core-1.4.19.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 USES=                   cpe libtool zlib c++:primary
23
24 LICENSE=                GPLv2+:primary
25 LICENSE_TERMS=          primary:{{WRKDIR}}/TERMS
26 LICENSE_FILE=           GPLv2+:{{WRKSRC}}/COPYING
27 LICENSE_AWK=            TERMS:"^$$"
28 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/include/xapian.h
29 LICENSE_SCHEME=         solo
30
31 CPE_VENDOR=             xapian
32 FPC_EQUIVALENT=         databases/xapian-core
33
34 MUST_CONFIGURE=         gnu
35
36 INSTALL_TARGET=         install-strip
37 SOVERSION=              30.12.0
38
39 post-install:
40         ${INSTALL_PROGRAM} ${WRKSRC}/bin/xapian-inspect \
41                 ${STAGEDIR}${PREFIX}/bin/xapian-inspect
42         ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/copydatabase \
43                 ${STAGEDIR}${PREFIX}/bin/xapian-copydatabase
44         ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/quest \
45                 ${STAGEDIR}${PREFIX}/bin/xapian-quest
46         ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/xapian-metadata \
47                 ${STAGEDIR}${PREFIX}/bin/xapian-metadata
48
49 [FILE:635:descriptions/desc.primary]
50 Xapian is an Open Source Probabilistic Information Retrieval library,
51 released under the GPL. It's written in C++, with bindings to allow use
52 from other languages.
53
54 Xapian is designed to be a highly adaptable toolkit to allow developers to
55 easily add advanced indexing and search facilities to their own
56 applications.
57
58 Xapian features include:
59  - Ranked probabilistic search - word importance weighting
60  - Relevance feedback
61  - Phrase and proximity searching
62  - Full range of structured boolean search operators
63  - Term stemming
64  - Database files > 2GB
65  - Platform independent data formats
66  - Allows simultaneous update and searching.
67
68
69 [FILE:104:distinfo]
70 1fca48fca6cc3526cc4ba93dd194fe9c1326857b78edcfb37e68d086d714a9c3      2994860 xapian-core-1.4.19.tar.xz
71
72
73 [FILE:1494:manifests/plist.primary]
74 bin/
75  copydatabase
76  quest
77  simpleexpand
78  simpleindex
79  simplesearch
80  xapian-check
81  xapian-compact
82  xapian-config
83  xapian-copydatabase
84  xapian-delve
85  xapian-inspect
86  xapian-metadata
87  xapian-pos
88  xapian-progsrv
89  xapian-quest
90  xapian-replicate
91  xapian-replicate-server
92  xapian-tcpsrv
93 include/xapian.h
94 include/xapian/
95  attributes.h
96  compactor.h
97  constants.h
98  constinfo.h
99  database.h
100  dbfactory.h
101  deprecated.h
102  derefwrapper.h
103  document.h
104  enquire.h
105  error.h
106  errorhandler.h
107  eset.h
108  expanddecider.h
109  geospatial.h
110  intrusive_ptr.h
111  iterator.h
112  keymaker.h
113  matchspy.h
114  mset.h
115  positioniterator.h
116  postingiterator.h
117  postingsource.h
118  query.h
119  queryparser.h
120  registry.h
121  stem.h
122  termgenerator.h
123  termiterator.h
124  types.h
125  unicode.h
126  valueiterator.h
127  valuesetmatchdecider.h
128  version.h
129  visibility.h
130  weight.h
131 lib/
132  libxapian.so
133  libxapian.so.%%SOMAJOR%%
134  libxapian.so.%%SOVERSION%%
135 lib/cmake/xapian/
136  xapian-config-version.cmake
137  xapian-config.cmake
138 lib/pkgconfig/xapian-core.pc
139 share/aclocal/xapian.m4
140 share/man/man1/
141  copydatabase.1.gz
142  quest.1.gz
143  xapian-check.1.gz
144  xapian-compact.1.gz
145  xapian-config.1.gz
146  xapian-delve.1.gz
147  xapian-metadata.1.gz
148  xapian-pos.1.gz
149  xapian-progsrv.1.gz
150  xapian-replicate-server.1.gz
151  xapian-replicate.1.gz
152  xapian-tcpsrv.1.gz
153 share/xapian-core/stopwords/
154  arabic.list
155  danish.list
156  dutch.list
157  english.list
158  finnish.list
159  french.list
160  german.list
161  hungarian.list
162  indonesian.list
163  italian.list
164  norwegian.list
165  portuguese.list
166  russian.list
167  spanish.list
168  swedish.list
169
170
171 [FILE:15298:manifests/plist.docs]
172 share/doc/xapian-core/
173  admin_notes.html
174  bm25.html
175  collapsing.html
176  deprecation.html
177  facets.html
178  geospatial.html
179  glossary.html
180  index.html
181  install.html
182  internals.html
183  intro_ir.html
184  matcherdesign.html
185  overview.html
186  postingsource.html
187  queryparser.html
188  remote.html
189  replication.html
190  scalability.html
191  serialisation.html
192  sorting.html
193  spelling.html
194  stemming.html
195  synonyms.html
196  termgenerator.html
197  tests.html
198  valueranges.html
199 share/doc/xapian-core/apidoc/html/
200  annotated.html
201  bc_s.png
202  bdwn.png
203  classXapian_1_1AssertionError-members.html
204  classXapian_1_1AssertionError.html
205  classXapian_1_1AssertionError__inherit__graph.png
206  classXapian_1_1BB2Weight-members.html
207  classXapian_1_1BB2Weight.html
208  classXapian_1_1BB2Weight__inherit__graph.png
209  classXapian_1_1BM25PlusWeight-members.html
210  classXapian_1_1BM25PlusWeight.html
211  classXapian_1_1BM25PlusWeight__inherit__graph.png
212  classXapian_1_1BM25Weight-members.html
213  classXapian_1_1BM25Weight.html
214  classXapian_1_1BM25Weight__inherit__graph.png
215  classXapian_1_1BoolWeight-members.html
216  classXapian_1_1BoolWeight.html
217  classXapian_1_1BoolWeight__inherit__graph.png
218  classXapian_1_1Compactor-members.html
219  classXapian_1_1Compactor.html
220  classXapian_1_1CoordWeight-members.html
221  classXapian_1_1CoordWeight.html
222  classXapian_1_1CoordWeight__inherit__graph.png
223  classXapian_1_1DLHWeight-members.html
224  classXapian_1_1DLHWeight.html
225  classXapian_1_1DLHWeight__inherit__graph.png
226  classXapian_1_1DPHWeight-members.html
227  classXapian_1_1DPHWeight.html
228  classXapian_1_1DPHWeight__inherit__graph.png
229  classXapian_1_1Database-members.html
230  classXapian_1_1Database.html
231  classXapian_1_1DatabaseClosedError-members.html
232  classXapian_1_1DatabaseClosedError.html
233  classXapian_1_1DatabaseClosedError__inherit__graph.png
234  classXapian_1_1DatabaseCorruptError-members.html
235  classXapian_1_1DatabaseCorruptError.html
236  classXapian_1_1DatabaseCorruptError__inherit__graph.png
237  classXapian_1_1DatabaseCreateError-members.html
238  classXapian_1_1DatabaseCreateError.html
239  classXapian_1_1DatabaseCreateError__inherit__graph.png
240  classXapian_1_1DatabaseError-members.html
241  classXapian_1_1DatabaseError.html
242  classXapian_1_1DatabaseError__inherit__graph.png
243  classXapian_1_1DatabaseLockError-members.html
244  classXapian_1_1DatabaseLockError.html
245  classXapian_1_1DatabaseLockError__inherit__graph.png
246  classXapian_1_1DatabaseModifiedError-members.html
247  classXapian_1_1DatabaseModifiedError.html
248  classXapian_1_1DatabaseModifiedError__inherit__graph.png
249  classXapian_1_1DatabaseNotFoundError-members.html
250  classXapian_1_1DatabaseNotFoundError.html
251  classXapian_1_1DatabaseNotFoundError__inherit__graph.png
252  classXapian_1_1DatabaseOpeningError-members.html
253  classXapian_1_1DatabaseOpeningError.html
254  classXapian_1_1DatabaseOpeningError__inherit__graph.png
255  classXapian_1_1DatabaseVersionError-members.html
256  classXapian_1_1DatabaseVersionError.html
257  classXapian_1_1DatabaseVersionError__inherit__graph.png
258  classXapian_1_1Database__inherit__graph.png
259  classXapian_1_1DateRangeProcessor-members.html
260  classXapian_1_1DateRangeProcessor.html
261  classXapian_1_1DateRangeProcessor__inherit__graph.png
262  classXapian_1_1DateValueRangeProcessor-members.html
263  classXapian_1_1DateValueRangeProcessor.html
264  classXapian_1_1DateValueRangeProcessor__inherit__graph.png
265  classXapian_1_1DecreasingValueWeightPostingSource-members.html
266  classXapian_1_1DecreasingValueWeightPostingSource.html
267  classXapian_1_1DecreasingValueWeightPostingSource__inherit__graph.png
268  classXapian_1_1DocNotFoundError-members.html
269  classXapian_1_1DocNotFoundError.html
270  classXapian_1_1DocNotFoundError__inherit__graph.png
271  classXapian_1_1Document-members.html
272  classXapian_1_1Document.html
273  classXapian_1_1ESet-members.html
274  classXapian_1_1ESet.html
275  classXapian_1_1ESetIterator-members.html
276  classXapian_1_1ESetIterator.html
277  classXapian_1_1Enquire-members.html
278  classXapian_1_1Enquire.html
279  classXapian_1_1Error-members.html
280  classXapian_1_1Error.html
281  classXapian_1_1ErrorHandler-members.html
282  classXapian_1_1ErrorHandler.html
283  classXapian_1_1ErrorHandler__inherit__graph.png
284  classXapian_1_1Error__inherit__graph.png
285  classXapian_1_1ExpandDecider-members.html
286  classXapian_1_1ExpandDecider.html
287  classXapian_1_1ExpandDeciderAnd-members.html
288  classXapian_1_1ExpandDeciderAnd.html
289  classXapian_1_1ExpandDeciderAnd__inherit__graph.png
290  classXapian_1_1ExpandDeciderFilterPrefix-members.html
291  classXapian_1_1ExpandDeciderFilterPrefix.html
292  classXapian_1_1ExpandDeciderFilterPrefix__inherit__graph.png
293  classXapian_1_1ExpandDeciderFilterTerms-members.html
294  classXapian_1_1ExpandDeciderFilterTerms.html
295  classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.png
296  classXapian_1_1ExpandDecider__inherit__graph.png
297  classXapian_1_1FeatureUnavailableError-members.html
298  classXapian_1_1FeatureUnavailableError.html
299  classXapian_1_1FeatureUnavailableError__inherit__graph.png
300  classXapian_1_1FieldProcessor-members.html
301  classXapian_1_1FieldProcessor.html
302  classXapian_1_1FieldProcessor__inherit__graph.png
303  classXapian_1_1FixedWeightPostingSource-members.html
304  classXapian_1_1FixedWeightPostingSource.html
305  classXapian_1_1FixedWeightPostingSource__inherit__graph.png
306  classXapian_1_1GreatCircleMetric-members.html
307  classXapian_1_1GreatCircleMetric.html
308  classXapian_1_1GreatCircleMetric__inherit__graph.png
309  classXapian_1_1IfB2Weight-members.html
310  classXapian_1_1IfB2Weight.html
311  classXapian_1_1IfB2Weight__inherit__graph.png
312  classXapian_1_1InL2Weight-members.html
313  classXapian_1_1InL2Weight.html
314  classXapian_1_1InL2Weight__inherit__graph.png
315  classXapian_1_1IneB2Weight-members.html
316  classXapian_1_1IneB2Weight.html
317  classXapian_1_1IneB2Weight__inherit__graph.png
318  classXapian_1_1InternalError-members.html
319  classXapian_1_1InternalError.html
320  classXapian_1_1InternalError__inherit__graph.png
321  classXapian_1_1InvalidArgumentError-members.html
322  classXapian_1_1InvalidArgumentError.html
323  classXapian_1_1InvalidArgumentError__inherit__graph.png
324  classXapian_1_1InvalidOperationError-members.html
325  classXapian_1_1InvalidOperationError.html
326  classXapian_1_1InvalidOperationError__inherit__graph.png
327  classXapian_1_1KeyMaker-members.html
328  classXapian_1_1KeyMaker.html
329  classXapian_1_1KeyMaker__inherit__graph.png
330  classXapian_1_1LMWeight-members.html
331  classXapian_1_1LMWeight.html
332  classXapian_1_1LMWeight__inherit__graph.png
333  classXapian_1_1LatLongCoords-members.html
334  classXapian_1_1LatLongCoords.html
335  classXapian_1_1LatLongCoordsIterator-members.html
336  classXapian_1_1LatLongCoordsIterator.html
337  classXapian_1_1LatLongDistanceKeyMaker-members.html
338  classXapian_1_1LatLongDistanceKeyMaker.html
339  classXapian_1_1LatLongDistanceKeyMaker__inherit__graph.png
340  classXapian_1_1LatLongDistancePostingSource-members.html
341  classXapian_1_1LatLongDistancePostingSource.html
342  classXapian_1_1LatLongDistancePostingSource__inherit__graph.png
343  classXapian_1_1LatLongMetric-members.html
344  classXapian_1_1LatLongMetric.html
345  classXapian_1_1LatLongMetric__inherit__graph.png
346  classXapian_1_1LogicError-members.html
347  classXapian_1_1LogicError.html
348  classXapian_1_1LogicError__inherit__graph.png
349  classXapian_1_1MSet-members.html
350  classXapian_1_1MSet.html
351  classXapian_1_1MSetIterator-members.html
352  classXapian_1_1MSetIterator.html
353  classXapian_1_1MatchDecider-members.html
354  classXapian_1_1MatchDecider.html
355  classXapian_1_1MatchDecider__inherit__graph.png
356  classXapian_1_1MatchSpy-members.html
357  classXapian_1_1MatchSpy.html
358  classXapian_1_1MatchSpy__inherit__graph.png
359  classXapian_1_1MultiValueKeyMaker-members.html
360  classXapian_1_1MultiValueKeyMaker.html
361  classXapian_1_1MultiValueKeyMaker__inherit__graph.png
362  classXapian_1_1NetworkError-members.html
363  classXapian_1_1NetworkError.html
364  classXapian_1_1NetworkError__inherit__graph.png
365  classXapian_1_1NetworkTimeoutError-members.html
366  classXapian_1_1NetworkTimeoutError.html
367  classXapian_1_1NetworkTimeoutError__inherit__graph.png
368  classXapian_1_1NumberRangeProcessor-members.html
369  classXapian_1_1NumberRangeProcessor.html
370  classXapian_1_1NumberRangeProcessor__inherit__graph.png
371  classXapian_1_1NumberValueRangeProcessor-members.html
372  classXapian_1_1NumberValueRangeProcessor.html
373  classXapian_1_1NumberValueRangeProcessor__inherit__graph.png
374  classXapian_1_1PL2PlusWeight-members.html
375  classXapian_1_1PL2PlusWeight.html
376  classXapian_1_1PL2PlusWeight__inherit__graph.png
377  classXapian_1_1PL2Weight-members.html
378  classXapian_1_1PL2Weight.html
379  classXapian_1_1PL2Weight__inherit__graph.png
380  classXapian_1_1PositionIterator-members.html
381  classXapian_1_1PositionIterator.html
382  classXapian_1_1PostingIterator-members.html
383  classXapian_1_1PostingIterator.html
384  classXapian_1_1PostingSource-members.html
385  classXapian_1_1PostingSource.html
386  classXapian_1_1PostingSource__inherit__graph.png
387  classXapian_1_1Query-members.html
388  classXapian_1_1Query.html
389  classXapian_1_1QueryParser-members.html
390  classXapian_1_1QueryParser.html
391  classXapian_1_1QueryParserError-members.html
392  classXapian_1_1QueryParserError.html
393  classXapian_1_1QueryParserError__inherit__graph.png
394  classXapian_1_1RSet-members.html
395  classXapian_1_1RSet.html
396  classXapian_1_1RangeError-members.html
397  classXapian_1_1RangeError.html
398  classXapian_1_1RangeError__inherit__graph.png
399  classXapian_1_1RangeProcessor-members.html
400  classXapian_1_1RangeProcessor.html
401  classXapian_1_1RangeProcessor__inherit__graph.png
402  classXapian_1_1Registry-members.html
403  classXapian_1_1Registry.html
404  classXapian_1_1RuntimeError-members.html
405  classXapian_1_1RuntimeError.html
406  classXapian_1_1RuntimeError__inherit__graph.png
407  classXapian_1_1SerialisationError-members.html
408  classXapian_1_1SerialisationError.html
409  classXapian_1_1SerialisationError__inherit__graph.png
410  classXapian_1_1SimpleStopper-members.html
411  classXapian_1_1SimpleStopper.html
412  classXapian_1_1SimpleStopper__inherit__graph.png
413  classXapian_1_1Stem-members.html
414  classXapian_1_1Stem.html
415  classXapian_1_1StemImplementation-members.html
416  classXapian_1_1StemImplementation.html
417  classXapian_1_1StemImplementation__inherit__graph.png
418  classXapian_1_1Stopper-members.html
419  classXapian_1_1Stopper.html
420  classXapian_1_1Stopper__inherit__graph.png
421  classXapian_1_1StringValueRangeProcessor-members.html
422  classXapian_1_1StringValueRangeProcessor.html
423  classXapian_1_1StringValueRangeProcessor__inherit__graph.png
424  classXapian_1_1TermGenerator-members.html
425  classXapian_1_1TermGenerator.html
426  classXapian_1_1TermIterator-members.html
427  classXapian_1_1TermIterator.html
428  classXapian_1_1TfIdfWeight-members.html
429  classXapian_1_1TfIdfWeight.html
430  classXapian_1_1TfIdfWeight__inherit__graph.png
431  classXapian_1_1TradWeight-members.html
432  classXapian_1_1TradWeight.html
433  classXapian_1_1TradWeight__inherit__graph.png
434  classXapian_1_1UnimplementedError-members.html
435  classXapian_1_1UnimplementedError.html
436  classXapian_1_1UnimplementedError__inherit__graph.png
437  classXapian_1_1Utf8Iterator-members.html
438  classXapian_1_1Utf8Iterator.html
439  classXapian_1_1ValueCountMatchSpy-members.html
440  classXapian_1_1ValueCountMatchSpy.html
441  classXapian_1_1ValueCountMatchSpy__inherit__graph.png
442  classXapian_1_1ValueIterator-members.html
443  classXapian_1_1ValueIterator.html
444  classXapian_1_1ValueMapPostingSource-members.html
445  classXapian_1_1ValueMapPostingSource.html
446  classXapian_1_1ValueMapPostingSource__inherit__graph.png
447  classXapian_1_1ValuePostingSource-members.html
448  classXapian_1_1ValuePostingSource.html
449  classXapian_1_1ValuePostingSource__inherit__graph.png
450  classXapian_1_1ValueRangeProcessor-members.html
451  classXapian_1_1ValueRangeProcessor.html
452  classXapian_1_1ValueRangeProcessor__inherit__graph.png
453  classXapian_1_1ValueSetMatchDecider-members.html
454  classXapian_1_1ValueSetMatchDecider.html
455  classXapian_1_1ValueSetMatchDecider__inherit__graph.png
456  classXapian_1_1ValueWeightPostingSource-members.html
457  classXapian_1_1ValueWeightPostingSource.html
458  classXapian_1_1ValueWeightPostingSource__inherit__graph.png
459  classXapian_1_1Weight-members.html
460  classXapian_1_1Weight.html
461  classXapian_1_1Weight__inherit__graph.png
462  classXapian_1_1WildcardError-members.html
463  classXapian_1_1WildcardError.html
464  classXapian_1_1WildcardError__inherit__graph.png
465  classXapian_1_1WritableDatabase-members.html
466  classXapian_1_1WritableDatabase.html
467  classXapian_1_1WritableDatabase__inherit__graph.png
468  classes.html
469  closed.png
470  compactor_8h.html
471  constants_8h.html
472  constinfo_8h.html
473  database_8h.html
474  dbfactory_8h.html
475  deprecated.html
476  dir_f63502d618711192f85ccb772536c6ae.html
477  doc.png
478  document_8h.html
479  doxygen.css
480  dynsections.js
481  enquire_8h.html
482  error_8h.html
483  errorhandler_8h.html
484  eset_8h.html
485  expanddecider_8h.html
486  files.html
487  folderclosed.png
488  folderopen.png
489  functions.html
490  functions_b.html
491  functions_c.html
492  functions_d.html
493  functions_e.html
494  functions_enum.html
495  functions_eval.html
496  functions_f.html
497  functions_func.html
498  functions_func_b.html
499  functions_func_c.html
500  functions_func_d.html
501  functions_func_e.html
502  functions_func_f.html
503  functions_func_g.html
504  functions_func_h.html
505  functions_func_i.html
506  functions_func_k.html
507  functions_func_l.html
508  functions_func_m.html
509  functions_func_n.html
510  functions_func_o.html
511  functions_func_p.html
512  functions_func_q.html
513  functions_func_r.html
514  functions_func_s.html
515  functions_func_t.html
516  functions_func_u.html
517  functions_func_v.html
518  functions_func_w.html
519  functions_func_~.html
520  functions_g.html
521  functions_h.html
522  functions_i.html
523  functions_k.html
524  functions_l.html
525  functions_m.html
526  functions_n.html
527  functions_o.html
528  functions_p.html
529  functions_q.html
530  functions_r.html
531  functions_s.html
532  functions_t.html
533  functions_type.html
534  functions_u.html
535  functions_v.html
536  functions_vars.html
537  functions_w.html
538  functions_~.html
539  geospatial_8h.html
540  globals.html
541  globals_defs.html
542  graph_legend.html
543  graph_legend.png
544  hierarchy.html
545  index.html
546  inherit_graph_0.png
547  inherit_graph_1.png
548  inherit_graph_10.png
549  inherit_graph_11.png
550  inherit_graph_12.png
551  inherit_graph_13.png
552  inherit_graph_14.png
553  inherit_graph_15.png
554  inherit_graph_16.png
555  inherit_graph_17.png
556  inherit_graph_18.png
557  inherit_graph_19.png
558  inherit_graph_2.png
559  inherit_graph_20.png
560  inherit_graph_21.png
561  inherit_graph_22.png
562  inherit_graph_23.png
563  inherit_graph_24.png
564  inherit_graph_25.png
565  inherit_graph_26.png
566  inherit_graph_27.png
567  inherit_graph_3.png
568  inherit_graph_4.png
569  inherit_graph_5.png
570  inherit_graph_6.png
571  inherit_graph_7.png
572  inherit_graph_8.png
573  inherit_graph_9.png
574  inherits.html
575  jquery.js
576  keymaker_8h.html
577  matchspy_8h.html
578  menu.js
579  menudata.js
580  mset_8h.html
581  namespaceXapian.html
582  namespaceXapian_1_1Auto.html
583  namespaceXapian_1_1Chert.html
584  namespaceXapian_1_1InMemory.html
585  namespaceXapian_1_1Remote.html
586  namespaceXapian_1_1Unicode.html
587  namespacemembers.html
588  namespacemembers_enum.html
589  namespacemembers_eval.html
590  namespacemembers_func.html
591  namespacemembers_type.html
592  namespacemembers_vars.html
593  namespaces.html
594  nav_f.png
595  nav_g.png
596  nav_h.png
597  open.png
598  pages.html
599  positioniterator_8h.html
600  postingiterator_8h.html
601  postingsource_8h.html
602  query_8h.html
603  queryparser_8h.html
604  registry_8h.html
605  splitbar.png
606  stem_8h.html
607  structXapian_1_1LatLongCoord-members.html
608  structXapian_1_1LatLongCoord.html
609  sync_off.png
610  sync_on.png
611  tab_a.png
612  tab_b.png
613  tab_h.png
614  tab_s.png
615  tabs.css
616  termgenerator_8h.html
617  termiterator_8h.html
618  types_8h.html
619  unicode_8h.html
620  valueiterator_8h.html
621  valuesetmatchdecider_8h.html
622  version_8h.html
623  weight_8h.html
624  xapian_8h.html
625