public class CrowdQueryTranslator extends Object
| Constructor and Description |
|---|
CrowdQueryTranslator(org.apache.lucene.analysis.Analyzer analyzer) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.lucene.search.Query> |
translateQuery(com.atlassian.crowd.search.query.entity.EntityQuery<?> query) |
Optional<org.apache.lucene.search.Query> |
tryQuerying(long directoryId,
com.atlassian.crowd.search.query.entity.EntityQuery<?> crowdQuery) |
public CrowdQueryTranslator(org.apache.lucene.analysis.Analyzer analyzer)
public Optional<org.apache.lucene.search.Query> translateQuery(com.atlassian.crowd.search.query.entity.EntityQuery<?> query)
query - crowd querypublic Optional<org.apache.lucene.search.Query> tryQuerying(long directoryId, com.atlassian.crowd.search.query.entity.EntityQuery<?> crowdQuery)
Copyright © 2002-2019 Atlassian. All Rights Reserved.