All Classes
-
Class Summary Class Description CaseSensitiveAllTokenAnalyzer all tokens are token characters, tokens are not convertedDataSyncTask Files in a directory specified by the parameterDataSyncTask.DATA_DIRwill be synchronized to a collection specified by the parameterDataSyncTask.COLLECTION_PARAMrecursively.DataSyncTaskCron meant to be scheduled as a cronjob,DataSyncTaskis meant as a start-up task.InsensitivePunctAnalyzer Analyzer that separates tokens on whitespace and punctuation, converts tokens to lowercase and asciiInsensitiveSemicolonAnalyzer Analyzer that separates tokens on semicolon, converts tokens to lowercase and asciiInsensitiveWhitespaceAnalyzer Analyzer that separates tokens on whitespace, converts tokens to lowercase and asciiLoadProperties Function to load properties from a file under a basePath into a mapNoPunctuationTokenizer For this tokenizer every character is a tokenChar except whitespace and .NoSemiColonTokenizer For this tokenizer "; " or ";" are token separators, and therefore no token characters.NoSeparatorTokenizer For this tokenizer every character is a tokenCharPropertiesModule SensitivePunctAnalyzer Analyzer that separates tokens on whitespace and punctuationsSensitiveSemicolonAnalyzer Analyzer that separates tokens on semicolon and does not convert tokensSensitiveWhitespaceAnalyzer Analyzer that separates tokens on whitespace and does not convert tokens