|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.infoset.fulltext.impl.lucene.LuceneField
public class LuceneField
INTERNAL: FieldIF wrapper for Lucene's own internal field class.
Field Summary | |
---|---|
protected org.apache.lucene.document.Field |
field
|
Method Summary | |
---|---|
java.lang.String |
getName()
INTERNAL: Returns the name of the field. |
java.io.Reader |
getReader()
INTERNAL: Returns the Reader value of the field. |
java.lang.String |
getValue()
INTERNAL: Returns the String value of the field. |
boolean |
isIndexed()
INTERNAL: Returns true if the field is to be indexed, so that it may be searched on. |
boolean |
isStored()
INTERNAL: Returns true if the field is to be stored in the index for return with search hits. |
boolean |
isTokenized()
INTERNAL: Returns true if the field is to be tokenized prior to indexing. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected org.apache.lucene.document.Field field
Method Detail |
---|
public java.lang.String getName()
FieldIF
getName
in interface FieldIF
public java.lang.String getValue()
FieldIF
getValue
in interface FieldIF
public java.io.Reader getReader()
FieldIF
getReader
in interface FieldIF
public boolean isStored()
FieldIF
isStored
in interface FieldIF
public boolean isIndexed()
FieldIF
isIndexed
in interface FieldIF
public boolean isTokenized()
FieldIF
isTokenized
in interface FieldIF
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |