|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.commons.api.indexing.data.SearchEntry
public class SearchEntry
The class defines data structure of entry that is as input for indexing
| Field Summary | |
|---|---|
protected Map<String,Object> |
content
|
protected SearchEntryId |
id
|
| Constructor Summary | |
|---|---|
SearchEntry()
Default constructor |
|
SearchEntry(String collection,
String type,
String name,
Map<String,Object> content)
Constructor creates a entry with specified parameters |
|
| Method Summary | |
|---|---|
Map<String,Object> |
getContent()
Get content |
SearchEntryId |
getId()
Get entry id |
void |
setContent(Map<String,Object> content)
Set content |
void |
setId(SearchEntryId id)
Set entry id |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected SearchEntryId id
protected Map<String,Object> content
| Constructor Detail |
|---|
public SearchEntry()
public SearchEntry(String collection,
String type,
String name,
Map<String,Object> content)
collection - type - name - content - | Method Detail |
|---|
public SearchEntryId getId()
public void setId(SearchEntryId id)
id - public Map<String,Object> getContent()
public void setContent(Map<String,Object> content)
content - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||