Package com.atlassian.jira.search.query
Interface LuceneLegacyQuery
- All Superinterfaces:
Query
@Internal
@Deprecated(since="10.4",
forRemoval=true)
public interface LuceneLegacyQuery
extends Query
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.4
This interface is used to wrap a Lucene query in a
Query
object.
It's used in the ClauseQueryFactoryToMapperAdapter
for backwards compatibility.- Since:
- v10.4
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.Query
getQuery()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getQuery
org.apache.lucene.search.Query getQuery()Deprecated, for removal: This API element is subject to removal in a future version.
-