Uses of Interface
org.alfresco.repo.search.impl.lucene.LuceneQueryLanguageSPI
Packages that use LuceneQueryLanguageSPI
Package
Description
-
Uses of LuceneQueryLanguageSPI in org.alfresco.repo.search
Methods in org.alfresco.repo.search that return types with arguments of type LuceneQueryLanguageSPIMethods in org.alfresco.repo.search with parameters of type LuceneQueryLanguageSPIModifier and TypeMethodDescriptionvoidIndexerAndSearcher.registerQueryLanguage(LuceneQueryLanguageSPI luceneQueryLanguageSPI) -
Uses of LuceneQueryLanguageSPI in org.alfresco.repo.search.impl
Classes in org.alfresco.repo.search.impl that implement LuceneQueryLanguageSPIModifier and TypeClassDescriptionclassclassMethods in org.alfresco.repo.search.impl that return types with arguments of type LuceneQueryLanguageSPIMethods in org.alfresco.repo.search.impl with parameters of type LuceneQueryLanguageSPIModifier and TypeMethodDescriptionvoidAbstractIndexerAndSearcher.registerQueryLanguage(LuceneQueryLanguageSPI queryLanguage) -
Uses of LuceneQueryLanguageSPI in org.alfresco.repo.search.impl.lucene
Classes in org.alfresco.repo.search.impl.lucene that implement LuceneQueryLanguageSPI -
Uses of LuceneQueryLanguageSPI in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr that implement LuceneQueryLanguageSPIModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in org.alfresco.repo.search.impl.solr that return types with arguments of type LuceneQueryLanguageSPIMethods in org.alfresco.repo.search.impl.solr with parameters of type LuceneQueryLanguageSPIModifier and TypeMethodDescriptionvoidDbOrIndexSwitchingQueryLanguage.setDbQueryLanguage(LuceneQueryLanguageSPI dbQueryLanguage) voidDbOrIndexSwitchingQueryLanguage.setIndexQueryLanguage(LuceneQueryLanguageSPI indexQueryLanguage) voidSolrOpenCMISQueryServiceImpl.setSolrQueryLanguage(LuceneQueryLanguageSPI solrQueryLanguage) Method parameters in org.alfresco.repo.search.impl.solr with type arguments of type LuceneQueryLanguageSPIModifier and TypeMethodDescriptionvoidSolrSearchService.setQueryLanguages(Map<String, LuceneQueryLanguageSPI> queryLanguages)