Serializable
, Cloneable
, RegexQueryCapable
@Deprecated public class SpanRegexQuery extends org.apache.lucene.search.spans.SpanMultiTermQueryWrapper<RegexQuery> implements RegexQueryCapable
new SpanMultiTermQueryWrapper<RegexQuery>(new RegexQuery())
instead.
This query will be removed in Lucene 4.0RegexQuery
allowing regular expression
queries to be nested within other SpanQuery subclasses.Constructor | Description |
---|---|
SpanRegexQuery(org.apache.lucene.index.Term term) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
RegexCapabilities |
getRegexImplementation() |
Deprecated.
|
org.apache.lucene.index.Term |
getTerm() |
Deprecated.
|
void |
setRegexImplementation(RegexCapabilities impl) |
Deprecated.
|
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, combine, extractTerms, getBoost, getSimilarity, mergeBooleanQueries, setBoost, toString, weight
public SpanRegexQuery(org.apache.lucene.index.Term term)
public org.apache.lucene.index.Term getTerm()
public void setRegexImplementation(RegexCapabilities impl)
setRegexImplementation
in interface RegexQueryCapable
public RegexCapabilities getRegexImplementation()
getRegexImplementation
in interface RegexQueryCapable
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.