Package ome.services.fulltext
Class SimpleLuceneOptions
- java.lang.Object
-
- ome.services.fulltext.SimpleLuceneOptions
-
- All Implemented Interfaces:
org.hibernate.search.bridge.LuceneOptions
@Deprecated public class SimpleLuceneOptions extends java.lang.Object implements org.hibernate.search.bridge.LuceneOptionsDeprecated.Implementation ofLuceneOptionswhich takes an existing instance and possible overrides for each of the values.- Since:
- 3.0-Beta3
-
-
Constructor Summary
Constructors Constructor Description SimpleLuceneOptions(org.hibernate.search.bridge.LuceneOptions opts, java.lang.Float boost)Deprecated.SimpleLuceneOptions(org.hibernate.search.bridge.LuceneOptions opts, java.lang.Float boost, org.apache.lucene.document.Field.Index index, org.apache.lucene.document.Field.Store store)Deprecated.SimpleLuceneOptions(org.hibernate.search.bridge.LuceneOptions opts, org.apache.lucene.document.Field.Index index, org.apache.lucene.document.Field.Store store)Deprecated.SimpleLuceneOptions(org.hibernate.search.bridge.LuceneOptions opts, org.apache.lucene.document.Field.Store store)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddFieldToDocument(java.lang.String fieldName, java.lang.String indexedString, org.apache.lucene.document.Document document)Deprecated.voidaddNumericFieldToDocument(java.lang.String fieldName, java.lang.Object numericValue, org.apache.lucene.document.Document document)Deprecated.java.lang.FloatgetBoost()Deprecated.org.apache.lucene.document.Field.IndexgetIndex()Deprecated.org.apache.lucene.document.Field.StoregetStore()Deprecated.org.apache.lucene.document.Field.TermVectorgetTermVector()Deprecated.java.lang.StringindexNullAs()Deprecated.booleanisCompressed()Deprecated.
-
-
-
Constructor Detail
-
SimpleLuceneOptions
public SimpleLuceneOptions(org.hibernate.search.bridge.LuceneOptions opts, java.lang.Float boost)Deprecated.
-
SimpleLuceneOptions
public SimpleLuceneOptions(org.hibernate.search.bridge.LuceneOptions opts, org.apache.lucene.document.Field.Store store)Deprecated.
-
SimpleLuceneOptions
public SimpleLuceneOptions(org.hibernate.search.bridge.LuceneOptions opts, org.apache.lucene.document.Field.Index index, org.apache.lucene.document.Field.Store store)Deprecated.
-
SimpleLuceneOptions
public SimpleLuceneOptions(org.hibernate.search.bridge.LuceneOptions opts, java.lang.Float boost, org.apache.lucene.document.Field.Index index, org.apache.lucene.document.Field.Store store)Deprecated.
-
-
Method Detail
-
getBoost
public java.lang.Float getBoost()
Deprecated.- Specified by:
getBoostin interfaceorg.hibernate.search.bridge.LuceneOptions
-
indexNullAs
public java.lang.String indexNullAs()
Deprecated.- Specified by:
indexNullAsin interfaceorg.hibernate.search.bridge.LuceneOptions
-
getIndex
public org.apache.lucene.document.Field.Index getIndex()
Deprecated.- Specified by:
getIndexin interfaceorg.hibernate.search.bridge.LuceneOptions
-
getStore
public org.apache.lucene.document.Field.Store getStore()
Deprecated.- Specified by:
getStorein interfaceorg.hibernate.search.bridge.LuceneOptions
-
getTermVector
public org.apache.lucene.document.Field.TermVector getTermVector()
Deprecated.- Specified by:
getTermVectorin interfaceorg.hibernate.search.bridge.LuceneOptions
-
addFieldToDocument
public void addFieldToDocument(java.lang.String fieldName, java.lang.String indexedString, org.apache.lucene.document.Document document)Deprecated.- Specified by:
addFieldToDocumentin interfaceorg.hibernate.search.bridge.LuceneOptions
-
addNumericFieldToDocument
public void addNumericFieldToDocument(java.lang.String fieldName, java.lang.Object numericValue, org.apache.lucene.document.Document document)Deprecated.- Specified by:
addNumericFieldToDocumentin interfaceorg.hibernate.search.bridge.LuceneOptions
-
isCompressed
public boolean isCompressed()
Deprecated.- Specified by:
isCompressedin interfaceorg.hibernate.search.bridge.LuceneOptions
-
-