Uses of Interface
org.alfresco.repo.search.impl.lucene.LuceneConfig
-
Packages that use LuceneConfig Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.lucene.index -
-
Uses of LuceneConfig in org.alfresco.repo.search.impl.lucene
Subinterfaces of LuceneConfig in org.alfresco.repo.search.impl.lucene Modifier and Type Interface Description interfaceLuceneIndexerAndSearcherClasses in org.alfresco.repo.search.impl.lucene that implement LuceneConfig Modifier and Type Class Description classAbstractLuceneIndexerAndSearcherFactoryThis class is resource manager LuceneIndexers and LuceneSearchers.Methods in org.alfresco.repo.search.impl.lucene that return LuceneConfig Modifier and Type Method Description LuceneConfigAbstractLuceneBase. getLuceneConfig()Get the lucene configuration options.Methods in org.alfresco.repo.search.impl.lucene with parameters of type LuceneConfig Modifier and Type Method Description voidAbstractLuceneBase. setLuceneConfig(LuceneConfig config)Set the lucene configuration optionsConstructors in org.alfresco.repo.search.impl.lucene with parameters of type LuceneConfig Constructor Description LuceneResultSet(org.apache.lucene.search.Hits hits, org.apache.lucene.search.Searcher searcher, org.alfresco.service.cmr.repository.NodeService nodeService, org.alfresco.repo.tenant.TenantService tenantService, org.alfresco.service.cmr.search.SearchParameters searchParameters, LuceneConfig config)Wrap a lucene seach result with node support -
Uses of LuceneConfig in org.alfresco.repo.search.impl.lucene.index
Methods in org.alfresco.repo.search.impl.lucene.index with parameters of type LuceneConfig Modifier and Type Method Description static org.apache.lucene.index.IndexReaderReferenceCountingReadOnlyIndexReaderFactory. createReader(java.lang.String id, org.apache.lucene.index.IndexReader indexReader, boolean enableCaching, LuceneConfig config)static IndexInfoIndexInfo. getIndexInfo(java.io.File file, LuceneConfig config)Get the IndexInfo object based in the given directory.
-