This project has retired. For details please refer to its
Attic page.
WildcardCondition (Clerezza - Reactor build (root) 0.3-SNAPSHOT API)
-
-
Constructor Summary
Constructors
Constructor and Description |
WildcardCondition(UriRef uriRefProperty,
String pattern)
A condition for searches with wildcard (? = any single character,
* = any number of any character)
|
WildcardCondition(VirtualProperty property,
String pattern)
A condition for searches with wildcard (? = any single character,
* = any number of any character)
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
org.apache.lucene.search.Query |
query() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WildcardCondition
public WildcardCondition(VirtualProperty property,
String pattern)
A condition for searches with wildcard (? = any single character,
* = any number of any character)
- Parameters:
property
- the resource type to search forpattern
- the search query
-
WildcardCondition
public WildcardCondition(UriRef uriRefProperty,
String pattern)
A condition for searches with wildcard (? = any single character,
* = any number of any character)
- Parameters:
property
- the resource type to search forpattern
- the search query
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.