ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.query.lucene
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

ModeShape Distribution 3.0.0.Beta4

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