summaryrefslogtreecommitdiffstats
path: root/external/clucene/inc/pch/precompiled_clucene.hxx
blob: f68f71e8754f1eb6997fb7a25d52223ad8a427ad (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
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

/*
 This file has been autogenerated by update_pch.sh. It is possible to edit it
 manually (such as when an include file has been moved/renamed/removed). All such
 manual changes will be rewritten by the next run of update_pch.sh (which presumably
 also fixes all possible problems, so it's usually better to use it).

 Generated on 2019-10-13 10:16:55 using:
 ./bin/update_pch external/clucene clucene --cutoff=1 --exclude:system --include:module --include:local

 If after updating build fails, use the following command to locate conflicting headers:
 ./bin/update_pch_bisect ./external/clucene/inc/pch/precompiled_clucene.hxx "make external/clucene.build" --find-conflicts
*/

#if PCH_LEVEL >= 1
#include <algorithm>
#include <assert.h>
#include <cctype>
#include <climits>
#include <errno.h>
#include <fcntl.h>
#include <iostream>
#include <limits.h>
#include <map>
#include <sstream>
#include <zlib.h>
#endif // PCH_LEVEL >= 1
#if PCH_LEVEL >= 2
#endif // PCH_LEVEL >= 2
#if PCH_LEVEL >= 3
#include <CLucene/_ApiHeader.h>
#include <CLucene/_SharedHeader.h>
#include <CLucene/analysis/AnalysisHeader.h>
#include <CLucene/analysis/Analyzers.h>
#include <CLucene/analysis/cjk/CJKAnalyzer.h>
#include <CLucene/analysis/standard/StandardFilter.h>
#include <CLucene/analysis/standard/StandardTokenizer.h>
#include <CLucene/document/DateField.h>
#include <CLucene/document/DateTools.h>
#include <CLucene/document/Document.h>
#include <CLucene/document/Field.h>
#include <CLucene/document/FieldSelector.h>
#include <CLucene/index/IndexReader.h>
#include <CLucene/index/IndexWriter.h>
#include <CLucene/index/MergePolicy.h>
#include <CLucene/index/MultipleTermPositions.h>
#include <CLucene/index/Term.h>
#include <CLucene/index/TermVector.h>
#include <CLucene/index/Terms.h>
#include <CLucene/index/_IndexFileNameFilter.h>
#include <CLucene/index/_IndexFileNames.h>
#include <CLucene/index/_Term.h>
#include <CLucene/search/BooleanClause.h>
#include <CLucene/search/BooleanQuery.h>
#include <CLucene/search/ConstantScoreQuery.h>
#include <CLucene/search/Explanation.h>
#include <CLucene/search/FieldCache.h>
#include <CLucene/search/FieldSortedHitQueue.h>
#include <CLucene/search/FuzzyQuery.h>
#include <CLucene/search/IndexSearcher.h>
#include <CLucene/search/MatchAllDocsQuery.h>
#include <CLucene/search/MultiPhraseQuery.h>
#include <CLucene/search/PhraseQuery.h>
#include <CLucene/search/PrefixQuery.h>
#include <CLucene/search/Query.h>
#include <CLucene/search/RangeQuery.h>
#include <CLucene/search/Scorer.h>
#include <CLucene/search/SearchHeader.h>
#include <CLucene/search/Similarity.h>
#include <CLucene/search/Sort.h>
#include <CLucene/search/TermQuery.h>
#include <CLucene/search/WildcardQuery.h>
#include <CLucene/search/spans/Spans.h>
#include <CLucene/snowball/SnowballFilter.h>
#include <CLucene/store/Directory.h>
#include <CLucene/store/FSDirectory.h>
#include <CLucene/store/IndexInput.h>
#include <CLucene/store/IndexOutput.h>
#include <CLucene/store/Lock.h>
#include <CLucene/store/LockFactory.h>
#include <CLucene/store/_Lock.h>
#include <CLucene/store/_RAMDirectory.h>
#include <CLucene/util/Array.h>
#include <CLucene/util/BitSet.h>
#include <CLucene/util/CLStreams.h>
#include <CLucene/util/Misc.h>
#include <CLucene/util/PriorityQueue.h>
#include <CLucene/util/StringBuffer.h>
#include <CLucene/util/VoidList.h>
#include <CLucene/util/_Arrays.h>
#include <CLucene/util/_FastCharStream.h>
#include <CLucene/util/_MD5Digester.h>
#include <CLucene/util/_StringIntern.h>
#include <CLucene/util/_ThreadLocal.h>
#include <CLucene/util/dirent.h>
#endif // PCH_LEVEL >= 3
#if PCH_LEVEL >= 4
#endif // PCH_LEVEL >= 4

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */