|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 FieldIFpublic java.lang.String getValue()
FieldIF
getValue in interface FieldIFpublic java.io.Reader getReader()
FieldIF
getReader in interface FieldIFpublic boolean isStored()
FieldIF
isStored in interface FieldIFpublic boolean isIndexed()
FieldIF
isIndexed in interface FieldIFpublic boolean isTokenized()
FieldIF
isTokenized in interface FieldIFpublic 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 | |||||||||