Package com.atlassian.confluence.impl.search.v2.lucene
package com.atlassian.confluence.impl.search.v2.lucene
-
ClassDescriptionA Lucene SortComparator that will convert field text to lower case effectively rendering all comparisons case insensitive.Since the
ConfluenceAnalyzer
does not handle filenames very well, we have a different Analyzer for that field.An analyzer that groups non-stemming language analyzers, and delegates to the appropriate one depending on the indexing language (Settings.getIndexingLanguage()
.Copied fromDocIdSet
's EMPTY_DOCIDSET constant (lucene 4.3 version).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.This special connections acts as a readonly version ofILuceneConnection
and searches the union of several indexes on the flyA copy fromorg.apache.lucene.search.join.JoinUtil.TermsQuery
.A base Query class for custom Query subclasses, especially in plugins, so that they can be handled properly during term extraction in highlight scoring.