|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldIF | |
---|---|
net.ontopia.infoset.fulltext.core | Interfaces for working with fulltext indexes. |
net.ontopia.infoset.fulltext.impl.lucene | The Lucene fulltext integration. |
net.ontopia.infoset.fulltext.impl.rdbms | The RDBMS fulltext integration. |
Uses of FieldIF in net.ontopia.infoset.fulltext.core |
---|
Classes in net.ontopia.infoset.fulltext.core that implement FieldIF | |
---|---|
class |
GenericField
INTERNAL: A generic document field. |
Fields in net.ontopia.infoset.fulltext.core with type parameters of type FieldIF | |
---|---|
protected java.util.Map<java.lang.String,FieldIF> |
GenericDocument.fields
|
Methods in net.ontopia.infoset.fulltext.core that return FieldIF | |
---|---|
static FieldIF |
GenericField.createKeywordField(java.lang.String name,
java.lang.String value)
|
static FieldIF |
GenericField.createTextField(java.lang.String name,
java.lang.String value)
|
static FieldIF |
GenericField.createUnstoredField(java.lang.String name,
java.io.Reader reader)
|
static FieldIF |
GenericField.createUnstoredField(java.lang.String name,
java.lang.String value)
|
FieldIF |
GenericDocument.getField(java.lang.String name)
|
FieldIF |
DocumentIF.getField(java.lang.String name)
INTERNAL: Returns the field with the specified name. |
Methods in net.ontopia.infoset.fulltext.core that return types with arguments of type FieldIF | |
---|---|
java.util.Collection<FieldIF> |
GenericDocument.getFields()
|
java.util.Collection<FieldIF> |
DocumentIF.getFields()
INTERNAL: Returns all the fields of this document. |
Methods in net.ontopia.infoset.fulltext.core with parameters of type FieldIF | |
---|---|
void |
GenericDocument.addField(FieldIF field)
|
void |
DocumentIF.addField(FieldIF field)
INTERNAL: Adds the given field to the document. |
void |
GenericDocument.removeField(FieldIF field)
|
void |
DocumentIF.removeField(FieldIF field)
INTERNAL: Removes the given field from the document. |
Uses of FieldIF in net.ontopia.infoset.fulltext.impl.lucene |
---|
Classes in net.ontopia.infoset.fulltext.impl.lucene that implement FieldIF | |
---|---|
class |
LuceneField
INTERNAL: FieldIF wrapper for Lucene's own internal field class. |
Methods in net.ontopia.infoset.fulltext.impl.lucene that return FieldIF | |
---|---|
FieldIF |
LuceneDocument.getField(java.lang.String name)
|
Methods in net.ontopia.infoset.fulltext.impl.lucene that return types with arguments of type FieldIF | |
---|---|
java.util.Collection<FieldIF> |
LuceneDocument.getFields()
|
Methods in net.ontopia.infoset.fulltext.impl.lucene with parameters of type FieldIF | |
---|---|
void |
LuceneDocument.addField(FieldIF field)
|
protected org.apache.lucene.document.Field |
LuceneIndexer.getField(FieldIF field)
|
protected org.apache.lucene.document.Field.Index |
LuceneIndexer.getIndexSetting(FieldIF field)
|
protected org.apache.lucene.document.Field.Store |
LuceneIndexer.getStoreSetting(FieldIF field)
|
void |
LuceneDocument.removeField(FieldIF field)
|
Uses of FieldIF in net.ontopia.infoset.fulltext.impl.rdbms |
---|
Classes in net.ontopia.infoset.fulltext.impl.rdbms that implement FieldIF | |
---|---|
class |
RDBMSField
INTERNAL: RDBMS FieldIF class implementation. |
Fields in net.ontopia.infoset.fulltext.impl.rdbms with type parameters of type FieldIF | |
---|---|
protected java.util.Map<java.lang.String,FieldIF> |
RDBMSDocument.fields
|
Methods in net.ontopia.infoset.fulltext.impl.rdbms that return FieldIF | |
---|---|
FieldIF |
RDBMSDocument.getField(java.lang.String name)
|
Methods in net.ontopia.infoset.fulltext.impl.rdbms that return types with arguments of type FieldIF | |
---|---|
java.util.Collection<FieldIF> |
RDBMSDocument.getFields()
|
Methods in net.ontopia.infoset.fulltext.impl.rdbms with parameters of type FieldIF | |
---|---|
void |
RDBMSDocument.addField(FieldIF field)
|
void |
RDBMSDocument.removeField(FieldIF field)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |