com.centrasite.control.adapters.advancedsearch
Class KeywordSearchTextSplitter

java.lang.Object
  extended by com.centrasite.control.adapters.advancedsearch.KeywordSearchTextSplitter

public class KeywordSearchTextSplitter
extends java.lang.Object

Internal class for use with the Keyword Search tokenizer + preserve phrases


Field Summary
static java.lang.String WILDCARD_ASTERISK
           
static java.lang.String WILDCARD_PERCENT
           
static java.lang.String WILDCARD_QUESTION
           
 
Constructor Summary
KeywordSearchTextSplitter()
           
 
Method Summary
static java.util.Collection tokenize(java.lang.String original)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WILDCARD_ASTERISK

public static final java.lang.String WILDCARD_ASTERISK
See Also:
Constant Field Values

WILDCARD_PERCENT

public static final java.lang.String WILDCARD_PERCENT
See Also:
Constant Field Values

WILDCARD_QUESTION

public static final java.lang.String WILDCARD_QUESTION
See Also:
Constant Field Values
Constructor Detail

KeywordSearchTextSplitter

public KeywordSearchTextSplitter()
Method Detail

tokenize

public static java.util.Collection tokenize(java.lang.String original)