com.binaryfantasy.murq.search
Interface IIndexable

All Known Implementing Classes:
BinaryContentAdapter, ContentAdapter

public interface IIndexable

Implementers of IIndexable declare the bean type properties they want made available for searching.

Author:
Bill Weiss

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

keywordProperties

Set<String> keywordProperties()
Returns a Set of properties that are not tokenized, but are indexed.

Returns:
a Set of properties that are not tokenized, but are indexed.

textProperties

Set<String> textProperties()
Returns a Set of properties that are tokenized and indexed.

Returns:
a Set of properties that are tokenized and indexed.

defaultProperties

Set<String> defaultProperties()
Returns a Set of properties that should be concatenated together for default searching as a whole.

Returns:
a Set of properties that should be concatenated together for default searching as a whole.


Copyright (c) 2000-2006, BinaryFantasy.com