CaseInsensitiveSortComparator |
A Lucene SortComparator that will convert field text to lower case effectively rendering all comparisons case
insensitive.
|
CaseInsensitiveSortComparatorSource |
|
ConfluenceAnalyzer |
|
ConfluenceFilenameAnalyzer |
Since the ConfluenceAnalyzer does not handle filenames very well, we have a different Analyzer for that
field.
|
ConfluenceLuceneAnalyzerFactory |
|
ConfluenceLuceneQueryParserFactory |
|
ConfluenceUnstemmedAnalyzer |
An analyzer that groups non-stemming language analyzers, and delegates to the appropriate one
depending on the indexing language ( Settings.getIndexingLanguage() .
|
ContentBodyMaxSizeSystemProperty |
|
ContentPermissionSearchUtils |
For changes to this class, ensure they are also made to:
https://stash.atlassian.com/projects/CONF/repos/elasticsearch-confluence/browse/src/main/java/com/atlassian/elasticsearch/plugin/ContentPermissionSearchUtils.java
|
DefaultSearcherInitialisation |
|
EmptyDocIdSet |
Copied from DocIdSet 's EMPTY_DOCIDSET constant (lucene 4.3 version).
|
EnglishAnalyzer |
|
MatchNoDocsQuery |
Sometimes you want a "match nothing" query, for example to take the place in a search of something that could
not be resolved, and therefore can never be found (i.e.
|
MultiReaderBasedConnection |
This special connections acts as a readonly version of ILuceneConnection and searches the union of several
indexes on the fly
|
PluggableSearcherInitialisation |
|
SinceDateQueryFactory |
|
TermsQuery |
A copy from org.apache.lucene.search.join.JoinUtil.TermsQuery .
|
WrappingQuery |
A base Query class for custom Query subclasses, especially in plugins, so that they can be handled properly during
term extraction in highlight scoring.
|