Package com.apple.foundationdb.record.lucene.search
package com.apple.foundationdb.record.lucene.search
Common classes for parallel execution of search.
-
ClassDescriptionA subclass of PointsConfig to allow the Parser the ability to translate boolean terms to binary ones.a mixin interface for common functionality of parsers, it provides the ability to construct queries having typing information in hand via
PointsConfig.This class optimizes the current IndexSearcher and attempts to perform operations in parallel in places where data access can occur.OptimizedMultiFieldQueryParserthat adds the slop forSpanNearQueryas well.AQueryParserthat changes the way by which stop words in the query are handled.OptimizedQueryParserthat adds the slop forSpanNearQueryas well.AQueryParserthat changes the way by which stop words in the query are handled.A factory implementation for Query Parsers.The provider for the implementations ofLuceneQueryParserFactory.The default implementation is aConfigAwareQueryParserwith the default list of stop words.Utilities for use in using query parsers.