public interface SearchDocument
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String name) |
void |
addProperty(String name,
String value) |
String |
getContext() |
String |
getId() |
List<String> |
getProperty(String name) |
Collection<String> |
getPropertyNames() |
String |
getResource() |
boolean |
hasProperty(String name,
String value)
Checks whether a field occurs with a specified value in a Document.
|
String getId()
String getResource()
String getContext()
Collection<String> getPropertyNames()
void addProperty(String name)
boolean hasProperty(String name, String value)
Copyright © 2001-2015 Aduna. All Rights Reserved.