Package | Description |
---|---|
org.neo4j.graphdb.index.fulltext | |
org.neo4j.helpers |
Common Java utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyzerProvider
This is the base-class for all service-loadable factory classes, that build the Lucene Analyzer instances that are available to the fulltext schema index.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Service> |
Service.load(Class<T> type,
String key)
Load the Service implementation with the specified key.
|
static <T extends Service> |
Service.loadSilently(Class<T> type,
String key)
Load the Service implementation with the specified key.
|
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.