Package | Description |
---|---|
org.apache.lucene.search.regex |
Regular expression Query.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RegexQuery |
Implements the regular expression term search query.
|
class |
SpanRegexQuery |
Deprecated.
Use
new SpanMultiTermQueryWrapper<RegexQuery>(new RegexQuery()) instead. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.