|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexerFactoryBase | |
|---|---|
| org.openanzo.indexer | |
| org.openanzo.indexer.lucene | |
| org.openanzo.model.indexer.lucene | |
| org.openanzo.server.repository.query | |
| Uses of IndexerFactoryBase in org.openanzo.indexer |
|---|
| Methods in org.openanzo.indexer that return IndexerFactoryBase | |
|---|---|
static IndexerFactoryBase |
IndexerFactoryBase.getFactory(java.util.Properties properties)
Returns a factory object. |
static IndexerFactoryBase |
IndexerFactoryBase.getFactory(java.lang.String factoryClassName)
Returns a factory object. |
| Uses of IndexerFactoryBase in org.openanzo.indexer.lucene |
|---|
| Subclasses of IndexerFactoryBase in org.openanzo.indexer.lucene | |
|---|---|
class |
LuceneIndexerFactory
Factory for the simple Lucene-based indexer. |
| Uses of IndexerFactoryBase in org.openanzo.model.indexer.lucene |
|---|
| Subclasses of IndexerFactoryBase in org.openanzo.model.indexer.lucene | |
|---|---|
class |
ModelIndexerFactory
Factory for Anzo Lucene indexing. |
| Uses of IndexerFactoryBase in org.openanzo.server.repository.query |
|---|
| Methods in org.openanzo.server.repository.query with parameters of type IndexerFactoryBase | |
|---|---|
void |
ServerSolutionGeneratorFactory.setIndexQueryApi(IndexerFactoryBase indexQueryApi)
Set the indexerFactory |
| Constructors in org.openanzo.server.repository.query with parameters of type IndexerFactoryBase | |
|---|---|
ServerSolutionGenerator(RepositoryConnection connection,
java.lang.Long transactionTime,
IndexerFactoryBase indexQueryApi,
boolean includeInferredStatements)
Create a new ServerSolutionGenerator |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||