|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contract for implementing a search service.
Field Summary | |
static java.lang.String |
SERVICE_NAME
Service name |
Method Summary | |
boolean |
add(java.util.Collection c)
Add collection of index entries |
boolean |
add(java.lang.Object o)
Add index entry |
boolean |
optimize()
Optimize search indexes (optional operation). |
boolean |
remove(java.util.Collection c)
Remove collection of index entries |
boolean |
remove(java.lang.Object o)
Remove index entry |
SearchResults |
search(java.lang.String search)
Search the index |
boolean |
update(java.util.Collection c)
Update index entries |
boolean |
update(java.lang.Object o)
Update index entry |
Field Detail |
public static final java.lang.String SERVICE_NAME
Method Detail |
public boolean add(java.lang.Object o)
o
-
public boolean add(java.util.Collection c)
c
-
public boolean remove(java.lang.Object o)
o
-
public boolean remove(java.util.Collection c)
c
-
public boolean update(java.lang.Object o)
o
-
public boolean update(java.util.Collection c)
c
-
public SearchResults search(java.lang.String search)
search
-
public boolean optimize() throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |