A C D E F G H I J M O P R S T V 

A

accept(BytesRef) - Method in class org.apache.lucene.sandbox.queries.regex.RegexTermsEnum
 
accept(BytesRef) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeTermsEnum
Deprecated.
 
addTerms(String, String, float, int) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
Adds user input for "fuzzification"

C

compare(int, int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
compareBottom(int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
compareDocToValue(int, String) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
compareValues(String, String) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
compile(String) - Method in class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
 
compile(String) - Method in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
compile(String) - Method in interface org.apache.lucene.sandbox.queries.regex.RegexCapabilities
Called by the constructor of RegexTermsEnum allowing implementations to cache a compiled version of the regular expression pattern.
copy(int, int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 

D

defaultMaxExpansions - Static variable in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
defaultMinSimilarity - Static variable in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
defaultPrefixLength - Static variable in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
DuplicateFilter - Class in org.apache.lucene.sandbox.queries
Filter to remove duplicate values from search results.
DuplicateFilter(String) - Constructor for class org.apache.lucene.sandbox.queries.DuplicateFilter
 
DuplicateFilter(String, DuplicateFilter.KeepMode, DuplicateFilter.ProcessingMode) - Constructor for class org.apache.lucene.sandbox.queries.DuplicateFilter
 
DuplicateFilter.KeepMode - Enum in org.apache.lucene.sandbox.queries
KeepMode determines which document id to consider as the master, all others being identified as duplicates.
DuplicateFilter.ProcessingMode - Enum in org.apache.lucene.sandbox.queries
"Full" processing mode starts by setting all bits to false and only setting bits for documents that contain the given field and are identified as none-duplicates.

E

equals(Object) - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
 
equals(Object) - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 

F

field() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
FLAG_CANON_EQ - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_CASE_INSENSITIVE - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_COMMENTS - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_DOTALL - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_LITERAL - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_MATCH_CASEINDEPENDENT - Static variable in class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
Flag to specify that matching should be case-independent (folded)
FLAG_MATCH_NORMAL - Static variable in class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
Flag to specify normal, case-sensitive matching behaviour.
FLAG_MULTILINE - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_UNICODE_CASE - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FLAG_UNIX_LINES - Static variable in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
FuzzyLikeThisQuery - Class in org.apache.lucene.sandbox.queries
Fuzzifies ALL terms provided as strings and then picks the best n differentiating terms.
FuzzyLikeThisQuery(int, Analyzer) - Constructor for class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 

G

getCollator() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
Returns the collator used to determine range inclusion, if any.
getCollator() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Returns the collator used to determine range inclusion
getDocIdSet(AtomicReaderContext, Bits) - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
getFieldName() - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
getKeepMode() - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
getLowerTerm() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
Returns the lower value of this range filter
getLowerTerm() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Returns the lower value of this range query
getMinSimilarity() - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
Returns the minimum similarity that is required for this query to match.
getPrefixLength() - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
Returns the non-fuzzy prefix length.
getProcessingMode() - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
getRegexImplementation() - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
getRegexImplementation() - Method in interface org.apache.lucene.sandbox.queries.regex.RegexQueryCapable
Returns the implementation used by this instance.
getTerm() - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
getTerm() - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
Returns the pattern term.
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
 
getTermsEnum(Terms, AttributeSource) - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
getUpperTerm() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
Returns the upper value of this range filter
getUpperTerm() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Returns the upper value of this range query

H

hashCode() - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
 
hashCode() - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 

I

includesLower() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
Returns true if the lower endpoint is inclusive
includesLower() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Returns true if the lower endpoint is inclusive
includesUpper() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
Returns true if the upper endpoint is inclusive
includesUpper() - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Returns true if the upper endpoint is inclusive
isIgnoreTF() - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 

J

JakartaRegexpCapabilities - Class in org.apache.lucene.sandbox.queries.regex
Implementation tying Jakarta Regexp to RegexQuery.
JakartaRegexpCapabilities() - Constructor for class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
Constructs a RegexCapabilities with the default MATCH_NORMAL match style.
JakartaRegexpCapabilities(int) - Constructor for class org.apache.lucene.sandbox.queries.regex.JakartaRegexpCapabilities
Constructs a RegexCapabilities with the provided match flags.
JavaUtilRegexCapabilities - Class in org.apache.lucene.sandbox.queries.regex
An implementation tying Java's built-in java.util.regex to RegexQuery.
JavaUtilRegexCapabilities() - Constructor for class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
Default constructor that uses java.util.regex.Pattern with its default flags.
JavaUtilRegexCapabilities(int) - Constructor for class org.apache.lucene.sandbox.queries.regex.JavaUtilRegexCapabilities
Constructor that allows for the modification of the flags that the java.util.regex.Pattern will use to compile the regular expression.

M

match(BytesRef) - Method in interface org.apache.lucene.sandbox.queries.regex.RegexCapabilities.RegexMatcher
 
maxEditDistanceChanged(BytesRef, int, boolean) - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyTermsEnum
Deprecated.
 

O

org.apache.lucene.sandbox.queries - package org.apache.lucene.sandbox.queries
Additional queries (some may have caveats or limitations)
org.apache.lucene.sandbox.queries.regex - package org.apache.lucene.sandbox.queries.regex
Regular expression Query.

P

prefix() - Method in interface org.apache.lucene.sandbox.queries.regex.RegexCapabilities.RegexMatcher
A wise prefix implementation can reduce the term enumeration (and thus increase performance) of RegexQuery dramatically!

R

RegexCapabilities - Interface in org.apache.lucene.sandbox.queries.regex
Defines basic operations needed by RegexQuery for a regular expression implementation.
RegexCapabilities.RegexMatcher - Interface in org.apache.lucene.sandbox.queries.regex
Interface for basic regex matching.
RegexQuery - Class in org.apache.lucene.sandbox.queries.regex
Implements the regular expression term search query.
RegexQuery(Term) - Constructor for class org.apache.lucene.sandbox.queries.regex.RegexQuery
Constructs a query for terms matching term.
RegexQueryCapable - Interface in org.apache.lucene.sandbox.queries.regex
Defines methods for regular expression supporting Querys to use.
RegexTermsEnum - Class in org.apache.lucene.sandbox.queries.regex
Subclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation.
RegexTermsEnum(TermsEnum, Term, RegexCapabilities) - Constructor for class org.apache.lucene.sandbox.queries.regex.RegexTermsEnum
 
rewrite(IndexReader) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 

S

setBottom(int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
setFieldName(String) - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
setIgnoreTF(boolean) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
setKeepMode(DuplicateFilter.KeepMode) - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
setProcessingMode(DuplicateFilter.ProcessingMode) - Method in class org.apache.lucene.sandbox.queries.DuplicateFilter
 
setRegexImplementation(RegexCapabilities) - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
setRegexImplementation(RegexCapabilities) - Method in interface org.apache.lucene.sandbox.queries.regex.RegexQueryCapable
Defines which RegexCapabilities implementation is used by this instance.
SlowCollatedStringComparator - Class in org.apache.lucene.sandbox.queries
Deprecated.
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead. This class will be removed in Lucene 5.0
SlowCollatedStringComparator(int, String, Collator) - Constructor for class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
SlowCollatedTermRangeFilter - Class in org.apache.lucene.sandbox.queries
Deprecated.
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead. This class will be removed in Lucene 5.0
SlowCollatedTermRangeFilter(String, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeFilter
Deprecated.
 
SlowCollatedTermRangeQuery - Class in org.apache.lucene.sandbox.queries
Deprecated.
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead. This class will be removed in Lucene 5.0
SlowCollatedTermRangeQuery(String, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Constructs a query selecting all terms greater/equal than lowerTerm but less/equal than upperTerm.
SlowCollatedTermRangeTermsEnum - Class in org.apache.lucene.sandbox.queries
Deprecated.
Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead. This class will be removed in Lucene 5.0
SlowCollatedTermRangeTermsEnum(TermsEnum, String, String, boolean, boolean, Collator) - Constructor for class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeTermsEnum
Deprecated.
Enumerates all terms greater/equal than lowerTerm but less/equal than upperTerm.
SlowFuzzyQuery - Class in org.apache.lucene.sandbox.queries
Deprecated.
Use FuzzyQuery instead.
SlowFuzzyQuery(Term, float, int, int) - Constructor for class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
Create a new SlowFuzzyQuery that will match terms with a similarity of at least minimumSimilarity to term.
SlowFuzzyQuery(Term, float, int) - Constructor for class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
SlowFuzzyQuery(Term, float) - Constructor for class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
SlowFuzzyQuery(Term) - Constructor for class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
SlowFuzzyTermsEnum - Class in org.apache.lucene.sandbox.queries
Deprecated.
Use FuzzyTermsEnum instead.
SlowFuzzyTermsEnum(Terms, AttributeSource, Term, float, int) - Constructor for class org.apache.lucene.sandbox.queries.SlowFuzzyTermsEnum
Deprecated.
 

T

term - Variable in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 
toString(String) - Method in class org.apache.lucene.sandbox.queries.FuzzyLikeThisQuery
 
toString(String) - Method in class org.apache.lucene.sandbox.queries.regex.RegexQuery
 
toString(String) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedTermRangeQuery
Deprecated.
Prints a user-readable version of this query.
toString(String) - Method in class org.apache.lucene.sandbox.queries.SlowFuzzyQuery
Deprecated.
 

V

value(int) - Method in class org.apache.lucene.sandbox.queries.SlowCollatedStringComparator
Deprecated.
 
valueOf(String) - Static method in enum org.apache.lucene.sandbox.queries.DuplicateFilter.KeepMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.lucene.sandbox.queries.DuplicateFilter.ProcessingMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.lucene.sandbox.queries.DuplicateFilter.KeepMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.lucene.sandbox.queries.DuplicateFilter.ProcessingMode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I J M O P R S T V 

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.