Class IndexedUserQueryBuilder


  • public class IndexedUserQueryBuilder
    extends Object
    A builder of queries on users that are indexed with the Silverpeas indexation engine. The builder provides several methods to specify the values of the fields the users to query must have. Either the exact value can be passed or just a pattern the users must satisfy in order to be sent back. Currently, only the patterns supported by the Lucene search engine are supported; for example the more common pattern is the following: TEXT* where the star is used as a widcard character and meaning starting by the text TEXT.