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, waitclone, combine, extractTerms, getBoost, getSimilarity, mergeBooleanQueries, setBoost, toString, weightpublic SpanRegexQuery(org.apache.lucene.index.Term term)
public org.apache.lucene.index.Term getTerm()
public void setRegexImplementation(RegexCapabilities impl)
setRegexImplementation in interface RegexQueryCapablepublic RegexCapabilities getRegexImplementation()
getRegexImplementation in interface RegexQueryCapableCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.