org.modeshape.search.lucene.query
Interface CaseOperations.CaseOperation

Enclosing class:
CaseOperations

public static interface CaseOperations.CaseOperation

A function that can be used to operate upon the case of a string stored in the indexes before being evaluated against criteria from a query.


Method Summary
 String execute(String input)
          Perform the operation.
 

Method Detail

execute

String execute(String input)
Perform the operation.

Parameters:
input - the input string; never null
Returns:
the output string; never null


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.