| Frames | No Frames |
Constructors with parameter type org.apache.lucene.index.Term | |
Creates a new MultipleTermPositions instance. | |
Methods with parameter type org.apache.lucene.index.Term | |
| int | Compares two terms, returning a negative integer if this
term belongs before the argument, zero if this term is equal to the
argument, and a positive integer if this term belongs after the argument. |
| int | Deletes all documents containing term. |
| int | Deletes all documents containing term. |
| int | Deletes all documents containing term. |
| int | Deletes all documents containing term. |
| int | |
| int | Returns the number of documents containing the term t. |
| int | |
| int | |
| void | Sets this to the data for a term. |
| void | Not implemented. |
| void | Sets this to the data for a term. |
| boolean | Skips terms to the first beyond the current whose value is
greater or equal to target. |
| TermDocs | Returns an enumeration of all the documents which contain
term. |
| TermDocs | |
| TermPositions | Returns an enumeration of all the documents which contain
term. |
| TermPositions | |
| TermEnum | |
| TermEnum | Returns an enumeration of all terms after a given term. |
| TermEnum | |
| TermEnum | |
Methods with return type org.apache.lucene.index.Term | |
| Term | Term.createTerm(String text) Optimized construction of new Terms by reusing same field as this Term
- avoids field.intern() overhead
|
| Term | Returns the current Term in the enumeration. |
| Term | Returns the current Term in the enumeration. |
Methods with parameter type org.apache.lucene.index.Term | |
| void | |
| SpanTermQuery | |
| TermQuery | |
| void | |
Methods with return type org.apache.lucene.index.Term | |
| Term | SrndPrefixQuery.getLucenePrefixTerm(String fieldName) |
| Term | SrndTermQuery.getLuceneTerm(String fieldName) |
Constructors with parameter type org.apache.lucene.index.Term | |
Calls FuzzyQuery(term, 0.5f, 0). | |
Create a new FuzzyQuery that will match terms with a similarity
of at least minimumSimilarity to term. | |
Creates a FuzzyTermEnum with an empty prefix and a minSimilarity of 0.5f. | |
Creates a FuzzyTermEnum with an empty prefix. | |
Constructor for enumeration of all terms from specified reader which share a prefix of
length prefixLength with term and which have a fuzzy similarity >
minSimilarity. | |
Constructs a query for terms matching term. | |
Constructs a query for terms starting with prefix. | |
Constructs a query selecting all terms greater than
lowerTerm but less than upperTerm. | |
Constructs a query for the term t. | |
Constructs a query for terms matching term. | |
Creates a new WildcardTermEnum. | |
Methods with parameter type org.apache.lucene.index.Term | |
| void | Add a single term at the next position in the phrase. |
| void | Add a single term at the next position in the phrase. |
| void | Adds a term to the end of the query phrase. |
| void | Adds a term to the end of the query phrase. |
| void | Add multiple terms at the next position in the phrase. |
| void | Add multiple terms at the next position in the phrase. |
| void | Allows to specify the relative position of terms within the phrase. |
| void | Allows to specify the relative position of terms within the phrase. |
| int | Expert: Returns the number of documents containing term. |
| int | |
| int | TODO: parallelize this one too
|
| int | |
| int | Expert: Returns the number of documents containing term. |
| int | Expert: Returns the number of documents containing term. |
| int[] | |
| int[] | Expert: For each term in the terms array, calculates the number of
documents containing term. |
| int[] | Expert: For each term in the terms array, calculates the number of
documents containing term. |
| float | Computes a score factor for a simple term. |
| boolean | Equality compare on the term |
| boolean | The termCompare method in FuzzyTermEnum uses Levenshtein distance to
calculate the distance between the given term and the comparing term. |
| boolean | Equality compare on the term |
Methods with return type org.apache.lucene.index.Term | |
| Term | Returns the lower term of this range query |
| Term | Returns the prefix of this query. |
| Term | Returns the pattern term. |
| Term | Returns the term of this query. |
| Term[] | Returns the set of terms in this phrase. |
| Term | Returns the upper term of this range query |
| Term | Returns the current Term in the enumeration. |
Constructors with parameter type org.apache.lucene.index.Term | |
Constructs a query for terms matching term. | |
RegexTermEnum.RegexTermEnum(IndexReader reader, Term term, org.apache.lucene.search.regex.RegexCapabilities regexImpl) | |
Methods with parameter type org.apache.lucene.index.Term | |
| boolean | Equality compare on the term |
Methods with return type org.apache.lucene.index.Term | |
| Term | |
Constructors with parameter type org.apache.lucene.index.Term | |
Construct a SpanTermQuery matching the named term's spans. | |
Methods with return type org.apache.lucene.index.Term | |
| Term | Return the term whose spans are matched. |