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. 
 

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.
 



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