All Classes and Interfaces

Classes
Class
Description
all tokens are token characters, tokens are not converted
Files in a directory specified by the parameter DataSyncTask.DATA_DIR will be synchronized to a collection specified by the parameter DataSyncTask.COLLECTION_PARAM recursively.
meant to be scheduled as a cronjob, DataSyncTask is meant as a start-up task.
Analyzer that separates tokens on whitespace and punctuation, converts tokens to lowercase and ascii
Analyzer that separates tokens on semicolon, converts tokens to lowercase and ascii
Analyzer that separates tokens on whitespace, converts tokens to lowercase and ascii
Function to load properties from a file under a basePath into a map
For this tokenizer every character is a tokenChar except whitespace and . , ; ?
For this tokenizer "; " or ";" are token separators, and therefore no token characters.
For this tokenizer every character is a tokenChar
 
Analyzer that separates tokens on whitespace and punctuations
Analyzer that separates tokens on semicolon and does not convert tokens
Analyzer that separates tokens on whitespace and does not convert tokens