Package | Description |
---|---|
org.apache.clerezza.platform.cris | |
org.apache.clerezza.rdf.cris |
Modifier and Type | Method and Description |
---|---|
void |
IndexService.addDefinitionVirtual(UriRef propertyType,
List<VirtualProperty> predicates) |
Modifier and Type | Class and Description |
---|---|
class |
JoinVirtualProperty
A property that concatenates the literal-content of several properties.
|
class |
PathVirtualProperty
A property that represents a path of properties.
|
class |
PropertyHolder
Adapts RDF properties to be VirtualProperties.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection<VirtualProperty> |
FacetCollector.getProperties()
Returns the properties for which facets are collected..
|
Collection<VirtualProperty> |
CountFacetCollector.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
SortSpecification.add(VirtualProperty property,
SortSpecification.Type type)
Add a property to sort on.
|
void |
SortSpecification.add(VirtualProperty property,
SortSpecification.Type type,
boolean reverse)
Add a property to sort on.
|
abstract void |
FacetCollector.addFacetProperty(VirtualProperty property)
Add a property over which facets are collected.
|
void |
CountFacetCollector.addFacetProperty(VirtualProperty property) |
List<NonLiteral> |
ResourceFinder.findResources(VirtualProperty property,
String pattern)
Find resource with given VirtualProperty whose value matches a pattern.
|
List<NonLiteral> |
ResourceFinder.findResources(VirtualProperty property,
String pattern,
boolean escapePattern)
Find resource with given VirtualProperty whose value matches a pattern.
|
List<NonLiteral> |
ResourceFinder.findResources(VirtualProperty property,
String pattern,
boolean escapePattern,
FacetCollector... facetCollectors)
Find resource with given VirtualProperty whose value matches a pattern and collect facets.
|
List<NonLiteral> |
ResourceFinder.findResources(VirtualProperty property,
String pattern,
boolean escapePattern,
SortSpecification sortSpecification,
FacetCollector... facetCollectors)
Find resource with given VirtualProperty whose value matches a pattern
and sort specification and collect facets.
|
Set<Map.Entry<String,Integer>> |
SortedCountFacetCollector.getFacets(VirtualProperty property) |
abstract Set<Map.Entry<String,T>> |
FacetCollector.getFacets(VirtualProperty property)
Returns all facets for the given property.
|
Set<Map.Entry<String,Integer>> |
CountFacetCollector.getFacets(VirtualProperty property) |
abstract T |
FacetCollector.getFacetValue(VirtualProperty property,
String facet)
Returns a facet value.
|
Integer |
CountFacetCollector.getFacetValue(VirtualProperty property,
String facet) |
void |
SortSpecification.remove(VirtualProperty property,
SortSpecification.Type type)
Remove the property with specified type.
|
void |
SortSpecification.remove(VirtualProperty property,
SortSpecification.Type type,
boolean reverse)
Remove the property with specified type.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionManager.addDefinitionVirtual(UriRef rdfType,
List<VirtualProperty> properties)
Defines an index for the specified types and virtual properties, removing
previous index definitions for that type (java friendly version)
|
protected static String |
VirtualProperty.listDigest(List<VirtualProperty> properties) |
Constructor and Description |
---|
TermRangeCondition(VirtualProperty property,
String lowerTerm,
String upperTerm,
boolean includeUpper,
boolean includeLower)
A condition for searches on
property that returns property-objects
(values) that lie between lowerTerm and upperTerm
according to String.compareTo(java.lang.String) . |
WildcardCondition(VirtualProperty property,
String pattern)
A condition for searches with wildcard (? = any single character,
* = any number of any character)
|
Constructor and Description |
---|
CountFacetCollector(Collection<VirtualProperty> properties)
Creates a new CountFacetCollector that collects facet data over the
supplied Properties.
|
GenericCondition(Collection<VirtualProperty> properties,
String searchQuery)
Creates a new GenericCondition.
|
GenericCondition(Collection<VirtualProperty> properties,
String searchQuery,
boolean escapeQuery)
Creates a new GenericCondition.
|
JoinVirtualProperty(List<VirtualProperty> properties)
Creates a JoinVirtualPorperty from the supplied properties
with facet search enabled.
|
JoinVirtualProperty(List<VirtualProperty> properties,
boolean facetProperty)
Creates a JoinVirtualPorperty from the supplied properties.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.