Uses of Class org.apache.lucene.index.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.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
void
Sets this to the data for the current term in a TermEnum.
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
Returns an enumeration of all terms after a given term.
TermEnum

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