Interface SearchDocument
- All Known Implementing Classes:
 ElasticsearchDocument, LuceneDocument, SolrSearchDocument
public interface SearchDocument
- 
Method Summary
Modifier and TypeMethodDescriptionvoidaddGeoProperty(String name, String value) voidaddProperty(String name) Adds/creates a new property with the given name.voidaddProperty(String name, String value) Adds a value to the property with the given name.getId()getProperty(String name) Returns a set of the property names.booleanhasProperty(String name, String value) Checks whether a field occurs with a specified value in a Document. 
- 
Method Details
- 
getId
String getId() - 
getResource
String getResource() - 
getContext
String getContext() - 
getPropertyNames
Collection<String> getPropertyNames()Returns a set of the property names. - 
addProperty
Adds/creates a new property with the given name. - 
addProperty
 - 
addGeoProperty
 - 
hasProperty
 - 
getProperty
 
 -