Uses of Interface org.apache.lucene.document.Fieldable

Uses in package org.apache.lucene.document

Classes implementing org.apache.lucene.document.Fieldable

class
class
A field is a section of a Document.

Methods with parameter type org.apache.lucene.document.Fieldable

void
Adds a field to a document.

Methods with return type org.apache.lucene.document.Fieldable

Fieldable
Document.getFieldable(String name)
Returns a field with the given name if any exist in this document, or null.
Fieldable[]
Document.getFieldables(String name)
Returns an array of Fieldables with the given name.

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.