Package org.eclipse.rdf4j.sail.lucene
Class PropertyCache
java.lang.Object
org.eclipse.rdf4j.sail.lucene.PropertyCache
Class to cache SearchDocument.hasProperty() calls.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCachedValues
(String name) (package private) boolean
hasProperty
(String name, String value) private void
setCachedValues
(String name, Set<String> values)
-
Field Details
-
doc
-
cachedProperties
-
-
Constructor Details
-
PropertyCache
PropertyCache(SearchDocument doc)
-
-
Method Details
-
hasProperty
-
getCachedValues
-
setCachedValues
-