org.compass.core.lucene.support
Class FieldHelper
java.lang.Object
org.compass.core.lucene.support.FieldHelper
public abstract class FieldHelper
- extends Object
A set of helper methods for Lucene Field.
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldHelper
public FieldHelper()
getFieldIndex
public static Field.Index getFieldIndex(Property.Index index)
throws SearchEngineException
- Throws:
SearchEngineException
getFieldStore
public static Field.Store getFieldStore(Property.Store store)
throws SearchEngineException
- Throws:
SearchEngineException
getFieldTermVector
public static Field.TermVector getFieldTermVector(Property.TermVector termVector)
throws SearchEngineException
- Throws:
SearchEngineException
Copyright (c) 2004-2009 The Compass Project.