| java.lang.Object org.apache.roller.business.search.IndexUtil
IndexUtil | public class IndexUtil (Code) | | Class containing helper methods.
author: Mindaugas Idzelis (min@idzelis.com) |
Method Summary | |
final public static Term | getTerm(String field, String input) Create a lucene term from the first token of the input string. |
getTerm | final public static Term getTerm(String field, String input)(Code) | | Create a lucene term from the first token of the input string.
Parameters: field - The lucene document field to create a term with Parameters: input - The input you wish to convert into a term Lucene search term |
|
|