Uses of Class
org.apache.jackrabbit.core.query.lucene.IndexFormatVersion

Packages that use IndexFormatVersion
org.apache.jackrabbit.core.query.lucene   
 

Uses of IndexFormatVersion in org.apache.jackrabbit.core.query.lucene
 

Fields in org.apache.jackrabbit.core.query.lucene declared as IndexFormatVersion
protected  IndexFormatVersion NodeIndexer.indexFormatVersion
          Indicates index format for this node indexer.
static IndexFormatVersion IndexFormatVersion.V1
          V1 is the index format for Jackrabbit releases 1.0 to 1.3.x.
static IndexFormatVersion IndexFormatVersion.V2
          V2 is the index format for Jackrabbit releases >= 1.4
 

Methods in org.apache.jackrabbit.core.query.lucene that return IndexFormatVersion
 IndexFormatVersion SearchIndex.getIndexFormatVersion()
          Returns the index format version that this search index is able to support when a query is executed on this index.
static IndexFormatVersion IndexFormatVersion.getVersion(org.apache.lucene.index.IndexReader indexReader)
           
 

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type IndexFormatVersion
protected  org.apache.lucene.document.Document SearchIndex.createDocument(NodeState node, NamespaceMappings nsMappings, IndexFormatVersion indexFormatVersion)
          Creates a lucene Document for a node state using the namespace mappings nsMappings.
static org.apache.lucene.search.Query LuceneQueryBuilder.createQuery(QueryRootNode root, SessionImpl session, ItemStateManager sharedItemMgr, NamespaceMappings nsMappings, org.apache.lucene.analysis.Analyzer analyzer, PropertyTypeRegistry propReg, SynonymProvider synonymProvider, IndexFormatVersion indexFormatVersion)
          Creates a lucene Query tree from an abstract query tree.
 void NodeIndexer.setIndexFormatVersion(IndexFormatVersion indexFormatVersion)
          Sets the index format version
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.