Class TermFactory
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.lucene.TermFactory
-
public final class TermFactory extends Object
A factory for Lucene Term instances with frequently used field names.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TermnewAncestorTerm(String path)static TermnewFulltextTerm(String ft)static TermnewFulltextTerm(String ft, String field)static TermnewPathTerm(String path)Creates a Term with the givenpathvalue and with a field nameFieldNames.PATH.
-