com.atlassian.confluence.search.contentnames
Interface QueryTokenizer

All Known Implementing Classes:
LuceneQueryTokenizer

public interface QueryTokenizer

Tokenizes a query string into QueryTokens.


Method Summary
 List<QueryToken> tokenize(String query)
          Produces query tokens from the specified query.
 

Method Detail

tokenize

List<QueryToken> tokenize(String query)
Produces query tokens from the specified query.

Parameters:
query - the query
Returns:
query tokens from the specified query. Returns empty list for null or empty query.


Copyright © 2003-2011 Atlassian. All Rights Reserved.