|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IIndexable
Implementers of IIndexable declare the bean type properties
they want made available for searching.
| Method Summary | |
|---|---|
Set<String> |
defaultProperties()
Returns a Set of properties that should be concatenated
together for default searching as a whole. |
Set<String> |
keywordProperties()
Returns a Set of properties that are not tokenized, but
are indexed. |
Set<String> |
textProperties()
Returns a Set of properties that are tokenized and
indexed. |
| Method Detail |
|---|
Set<String> keywordProperties()
Set of properties that are not tokenized, but
are indexed.
Set of properties that are not tokenized, but
are indexed.Set<String> textProperties()
Set of properties that are tokenized and
indexed.
Set of properties that are tokenized and
indexed.Set<String> defaultProperties()
Set of properties that should be concatenated
together for default searching as a whole.
Set of properties that should be concatenated
together for default searching as a whole.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||