Uses of Class org.apache.lucene.index.TermEnum

Uses in package org.apache.lucene.index

Classes derived from org.apache.lucene.index.TermEnum

class
Base class for filtering TermEnum implementations.

Constructors with parameter type org.apache.lucene.index.TermEnum

Fields of type org.apache.lucene.index.TermEnum

TermEnum

Methods with parameter type org.apache.lucene.index.TermEnum

void
Sets this to the data for the current term in a TermEnum.
void
Not implemented.
void
Sets this to the data for the current term in a TermEnum.

Methods with return type org.apache.lucene.index.TermEnum

TermEnum
TermEnum
Returns an enumeration of all the terms in the index.
TermEnum
TermEnum
TermEnum
TermEnum
Returns an enumeration of all terms after a given term.
TermEnum
TermEnum

Uses in package org.apache.lucene.queryParser.surround.query

Methods with return type org.apache.lucene.index.TermEnum

TermEnum

Uses in package org.apache.lucene.search

Classes derived from org.apache.lucene.index.TermEnum

class
Abstract class for enumerating a subset of all terms.
class
Subclass of FilteredTermEnum for enumerating all terms that are similiar to the specified filter term.
class
Subclass of FilteredTermEnum for enumerating all terms that match the specified wildcard filter term.

Methods with parameter type org.apache.lucene.index.TermEnum

void

Uses in package org.apache.lucene.search.regex

Classes derived from org.apache.lucene.index.TermEnum

class
Subclass of FilteredTermEnum for enumerating all terms that match the specified regular expression term using the specified regular expression implementation.

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