All Classes
-
All Classes Interface Summary Class Summary Class Description BooleanFilter A container Filter that allows Boolean composition of Filters.BoostingQuery The BoostingQuery class can be used to effectively demote results that match a given query.ChainedFilter Allows multipleFilter
s to be chained.DuplicateFilter FilterClause A Filter that wrapped with an indication of how that filter is used when composed with another filter.FuzzyLikeThisQuery Fuzzifies ALL terms provided as strings and then picks the best n differentiating terms.JakartaRegexpCapabilities Implementation tying Jakarta Regexp to RegexQuery.JavaUtilRegexCapabilities An implementation tying Java's built-in java.util.regex to RegexQuery.MoreLikeThis Generate "more like this" similarity queries.MoreLikeThisQuery A simple wrapper for MoreLikeThis for use in scenarios where a Query object is required eg in custom QueryParser extensions.RegexCapabilities Defines basic operations needed byRegexQuery
for a regular expression implementation.RegexQuery Implements the regular expression term search query.RegexQueryCapable Defines methods for regular expression supporting Querys to use.RegexTermEnum Subclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation.SimilarityQueries Simple similarity measures.SpanRegexQuery Deprecated. Usenew SpanMultiTermQueryWrapper<RegexQuery>(new RegexQuery())
instead.TermsFilter Constructs a filter for docs matching any of the terms added to this class.