Uses of Class
org.apache.lucene.util.Parameter

Packages that use Parameter
org.apache.lucene.document The logical representation of a Document for indexing and searching. 
org.apache.lucene.queryParser A simple query parser implemented with JavaCC. 
org.apache.lucene.search Code to search indices. 
org.apache.lucene.util Some utility classes. 
 

Uses of Parameter in org.apache.lucene.document
 

Subclasses of Parameter in org.apache.lucene.document
static class Field.Index
          Specifies whether and how a field should be indexed.
static class Field.Store
          Specifies whether and how a field should be stored.
static class Field.TermVector
          Specifies whether and how a field should have term vectors.
 

Uses of Parameter in org.apache.lucene.queryParser
 

Subclasses of Parameter in org.apache.lucene.queryParser
static class QueryParser.Operator
          The default operator for parsing queries.
 

Uses of Parameter in org.apache.lucene.search
 

Subclasses of Parameter in org.apache.lucene.search
static class BooleanClause.Occur
          Specifies how clauses are to occur in matching documents.
static class CachingWrapperFilter.DeletesMode
          Expert: Specifies how new deletions against a reopened reader should be handled.
 

Uses of Parameter in org.apache.lucene.util
 

Subclasses of Parameter in org.apache.lucene.util
 class Version
          Use by certain classes to match version compatibility across releases of Lucene.
 



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