Class SimpleFieldFactory
- java.lang.Object
-
- org.uberfire.ext.metadata.backend.lucene.fields.SimpleFieldFactory
-
- All Implemented Interfaces:
FieldFactory
public class SimpleFieldFactory extends Object implements FieldFactory
-
-
Field Summary
-
Fields inherited from interface org.uberfire.ext.metadata.backend.lucene.fields.FieldFactory
FILE_NAME_FIELD_SORTED
-
-
Constructor Summary
Constructors Constructor Description SimpleFieldFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.index.IndexableField[]build(org.uberfire.ext.metadata.model.KProperty<?> property)
-
-
-
Method Detail
-
build
public org.apache.lucene.index.IndexableField[] build(org.uberfire.ext.metadata.model.KProperty<?> property)
- Specified by:
buildin interfaceFieldFactory
-
-