|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LuceneOptions
A wrapper class for Lucene parameters needed for indexing.
Method Summary | |
---|---|
Float |
getBoost()
|
org.apache.lucene.document.Field.Index |
getIndex()
|
org.apache.lucene.document.Field.Store |
getStore()
|
org.apache.lucene.document.Field.TermVector |
getTermVector()
|
Method Detail |
---|
org.apache.lucene.document.Field.Store getStore()
org.apache.lucene.document.Field.Index getIndex()
org.apache.lucene.document.Field.TermVector getTermVector()
Float getBoost()
boost == null
, the default boost value
1.0 is returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |