Uses of Class
org.apache.jackrabbit.core.query.lucene.IndexFormatVersion
-
Packages that use IndexFormatVersion Package Description 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 Modifier and Type Field Description protected IndexFormatVersionNodeIndexer. indexFormatVersionIndicates index format for this node indexer.static IndexFormatVersionIndexFormatVersion. V1V1 is the index format for Jackrabbit releases 1.0 to 1.3.x.static IndexFormatVersionIndexFormatVersion. V2V2 is the index format for Jackrabbit releases 1.4.xstatic IndexFormatVersionIndexFormatVersion. V3V3 is the index format for Jackrabbit releases >= 1.5Methods in org.apache.jackrabbit.core.query.lucene that return IndexFormatVersion Modifier and Type Method Description IndexFormatVersionSearchIndex. getIndexFormatVersion()Returns the index format version that this search index is able to support when a query is executed on this index.static IndexFormatVersionIndexFormatVersion. getVersion(IndexReader indexReader)Methods in org.apache.jackrabbit.core.query.lucene with parameters of type IndexFormatVersion Modifier and Type Method Description protected DocumentSearchIndex. createDocument(NodeState node, NamespaceMappings nsMappings, IndexFormatVersion indexFormatVersion)Creates a luceneDocumentfor a node state using the namespace mappingsnsMappings.static QueryUtil. createMatchAllQuery(String name, IndexFormatVersion version, org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)Depending on the index format this method returns a query that matches all nodes that have a property with a givenname.static QueryLuceneQueryBuilder. createQuery(QueryRootNode root, SessionImpl session, ItemStateManager sharedItemMgr, NamespaceMappings nsMappings, Analyzer analyzer, PropertyTypeRegistry propReg, SynonymProvider synonymProvider, IndexFormatVersion indexFormatVersion, org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)Creates a luceneQuerytree from an abstract query tree.booleanIndexFormatVersion. isAtLeast(IndexFormatVersion version)Returnstrueif this version is at least as high as the givenversion.protected voidSearchIndex. mergeAggregatedNodeIndexes(NodeState state, Document doc, IndexFormatVersion ifv)Merges the fulltext indexed fields of the aggregated node states intodoc.voidNodeIndexer. setIndexFormatVersion(IndexFormatVersion indexFormatVersion)Sets the index format versionConstructors in org.apache.jackrabbit.core.query.lucene with parameters of type IndexFormatVersion Constructor Description LocalNameQuery(String localName, IndexFormatVersion version)Creates a newLocalNameQueryfor the givenlocalName.NameQuery(Name nodeName, IndexFormatVersion version, NamespaceMappings nsMappings)Creates a newNameQuery.NameRangeQuery(Name lowerName, Name upperName, boolean inclusive, IndexFormatVersion version, NamespaceMappings nsMappings, org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)Creates a new NameRangeQuery.
-