Uses of Interface
org.alfresco.repo.search.impl.lucene.LuceneQueryLanguageSPI
-
Packages that use LuceneQueryLanguageSPI Package Description org.alfresco.repo.search org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.solr -
-
Uses of LuceneQueryLanguageSPI in org.alfresco.repo.search
Methods in org.alfresco.repo.search that return types with arguments of type LuceneQueryLanguageSPI Modifier and Type Method Description java.util.Map<java.lang.String,LuceneQueryLanguageSPI>IndexerAndSearcher. getQueryLanguages()Methods in org.alfresco.repo.search with parameters of type LuceneQueryLanguageSPI Modifier and Type Method Description voidIndexerAndSearcher. registerQueryLanguage(LuceneQueryLanguageSPI luceneQueryLanguageSPI) -
Uses of LuceneQueryLanguageSPI in org.alfresco.repo.search.impl.lucene
Classes in org.alfresco.repo.search.impl.lucene that implement LuceneQueryLanguageSPI Modifier and Type Class Description classAbstractAlfrescoFtsQueryLanguageclassAbstractLuceneQueryLanguageclassLuceneAlfrescoFtsQueryLanguageAlfresco FTS Query language supportclassLuceneAlfrescoSqlQueryLanguageSupport for sql-cmis-strict in the search serviceclassLuceneCmisStrictSqlQueryLanguageSupport for Alfresco SQL in the search serviceclassLuceneOpenCMISAlfrescoSqlQueryLanguageSupport for sql-cmis-strict in the search serviceclassLuceneOpenCMISStrictSqlQueryLanguageSupport for Alfresco SQL in the search serviceMethods in org.alfresco.repo.search.impl.lucene that return LuceneQueryLanguageSPI Modifier and Type Method Description protected LuceneQueryLanguageSPIAbstractLuceneIndexerAndSearcherFactory. getQueryLanguage(java.lang.String name)Methods in org.alfresco.repo.search.impl.lucene that return types with arguments of type LuceneQueryLanguageSPI Modifier and Type Method Description java.util.Map<java.lang.String,LuceneQueryLanguageSPI>AbstractIndexerAndSearcher. getQueryLanguages()Methods in org.alfresco.repo.search.impl.lucene with parameters of type LuceneQueryLanguageSPI Modifier and Type Method Description voidAbstractIndexerAndSearcher. registerQueryLanguage(LuceneQueryLanguageSPI queryLanguage) -
Uses of LuceneQueryLanguageSPI in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr that implement LuceneQueryLanguageSPI Modifier and Type Class Description classDbAftsQueryLanguageclassDbCmisQueryLanguageclassDbOrIndexSwitchingQueryLanguageclassNoIndexQueryLanguageclassSolrQueryLanguageclassSolrXPathQueryLanguageMethods in org.alfresco.repo.search.impl.solr that return types with arguments of type LuceneQueryLanguageSPI Modifier and Type Method Description java.util.Map<java.lang.String,LuceneQueryLanguageSPI>SolrSearchService. getQueryLanguages()Methods in org.alfresco.repo.search.impl.solr with parameters of type LuceneQueryLanguageSPI Modifier and Type Method Description voidDbOrIndexSwitchingQueryLanguage. 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 LuceneQueryLanguageSPI Modifier and Type Method Description voidSolrSearchService. setQueryLanguages(java.util.Map<java.lang.String,LuceneQueryLanguageSPI> queryLanguages)
-