Uses of Interface
net.ontopia.infoset.fulltext.core.FieldIF
Packages that use FieldIF
Package
Description
Interfaces for working with fulltext indexes.
The Lucene fulltext integration.
The RDBMS fulltext integration.
-
Uses of FieldIF in net.ontopia.infoset.fulltext.core
Classes in net.ontopia.infoset.fulltext.core that implement FieldIFFields in net.ontopia.infoset.fulltext.core with type parameters of type FieldIFMethods in net.ontopia.infoset.fulltext.core that return FieldIFModifier and TypeMethodDescriptionstatic FieldIFGenericField.createKeywordField(String name, String value) static FieldIFGenericField.createTextField(String name, String value) static FieldIFGenericField.createUnstoredField(String name, Reader reader) static FieldIFGenericField.createUnstoredField(String name, String value) INTERNAL: Returns the field with the specified name.Methods in net.ontopia.infoset.fulltext.core that return types with arguments of type FieldIFModifier and TypeMethodDescriptionDocumentIF.getFields()INTERNAL: Returns all the fields of this document.GenericDocument.getFields()Methods in net.ontopia.infoset.fulltext.core with parameters of type FieldIFModifier and TypeMethodDescriptionvoidINTERNAL: Adds the given field to the document.voidvoidDocumentIF.removeField(FieldIF field) INTERNAL: Removes the given field from the document.voidGenericDocument.removeField(FieldIF field) -
Uses of FieldIF in net.ontopia.infoset.fulltext.impl.lucene
Classes in net.ontopia.infoset.fulltext.impl.lucene that implement FieldIFModifier and TypeClassDescriptionclassINTERNAL: FieldIF wrapper for Lucene's own internal field class.Methods in net.ontopia.infoset.fulltext.impl.lucene that return FieldIFMethods in net.ontopia.infoset.fulltext.impl.lucene that return types with arguments of type FieldIFMethods in net.ontopia.infoset.fulltext.impl.lucene with parameters of type FieldIFModifier and TypeMethodDescriptionvoidprotected org.apache.lucene.document.Fieldprotected org.apache.lucene.document.FieldTypeLuceneIndexer.getFieldType(FieldIF field) voidLuceneDocument.removeField(FieldIF field) -
Uses of FieldIF in net.ontopia.infoset.fulltext.impl.rdbms
Classes in net.ontopia.infoset.fulltext.impl.rdbms that implement FieldIFFields in net.ontopia.infoset.fulltext.impl.rdbms with type parameters of type FieldIFMethods in net.ontopia.infoset.fulltext.impl.rdbms that return FieldIFMethods in net.ontopia.infoset.fulltext.impl.rdbms that return types with arguments of type FieldIFMethods in net.ontopia.infoset.fulltext.impl.rdbms with parameters of type FieldIF