Package | Description |
---|---|
org.modeshape.jcr.index.lucene | |
org.modeshape.jcr.index.lucene.query |
Modifier and Type | Field and Description |
---|---|
protected LuceneConfig |
LuceneIndex.config |
Modifier and Type | Method and Description |
---|---|
protected static LuceneConfig |
LuceneConfig.inMemory() |
protected static LuceneConfig |
LuceneConfig.onDisk(String baseDir) |
Constructor and Description |
---|
LuceneIndex(String name,
String workspaceName,
LuceneConfig config,
Map<String,PropertyType> propertyTypesByName,
ExecutionContext context) |
LuceneManagedIndexBuilder(ExecutionContext context,
IndexDefinition defn,
String workspaceName,
NodeTypes.Supplier nodeTypesSupplier,
ChangeSetAdapter.NodeTypePredicate matcher,
LuceneConfig luceneConfig) |
Searcher(LuceneConfig config,
org.apache.lucene.index.IndexWriter writer,
String name) |
Modifier and Type | Method and Description |
---|---|
static LuceneQueryFactory |
LuceneQueryFactory.forTextIndex(ValueFactories factories,
Map<String,Object> variables,
Map<String,PropertyType> propertyTypesByName,
LuceneConfig config)
Creates a new query factory which can be used to produce Lucene queries for
TextIndex
indexes. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.