This package org.servebox.toolbox.search contains classes for search into objects or multidimensional data with different criteria defined by SearchProperty
| Class | Description | |
|---|---|---|
| SearchProperty | SearchProperty is a representation of a property to index that describes the way the property should be indexed/searched. | |
| SearchTree | SearchTree enables indexing of array values to perform text searchs. | |
| StringComparator | JUST FOR FUN ! StringComparator performs StartsWith, Boyer-Moore and Zhu-Takaoka string-matching comparison. | |
| WordIndex | WordIndex is a Dictionary used to link objects to single words, for search purpose. |