Package | Description |
---|---|
org.apache.jackrabbit.core.persistence.util | |
org.apache.jackrabbit.core.query.lucene | |
org.apache.jackrabbit.core.value |
Modifier and Type | Method and Description |
---|---|
FileSystemResource |
ResourceBasedBLOBStore.getResource(String blobId)
Retrieves the BLOB data with the specified id as a permanent resource.
|
FileSystemResource |
FileSystemBLOBStore.getResource(String blobId)
Retrieves the BLOB data with the specified id as a permanent resource.
|
Constructor and Description |
---|
FileBasedIndex(FileSystemResource file)
Creates a new hashmap index and loads the lookup tables from the
filesystem resource.
|
Modifier and Type | Method and Description |
---|---|
protected FileSystemResource |
SearchIndex.createSynonymProviderConfigResource()
Creates a file system resource to the synonym provider configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
SynonymProvider.initialize(FileSystemResource fsr)
Initializes the synonym provider and passes the file system resource to
the synonym provider configuration defined by the configuration value of
the
synonymProviderConfigPath parameter. |
void |
PropertiesSynonymProvider.initialize(FileSystemResource fsr)
Initializes the synonym provider and passes the file system resource to
the synonym provider configuration defined by the configuration value of
the
synonymProviderConfigPath parameter. |
Modifier and Type | Method and Description |
---|---|
static InternalValue |
InternalValue.create(FileSystemResource value) |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.