Class OLuceneFullTextIndex

All Implemented Interfaces:
OLuceneIndex, OIndex, OIndexInternal, Comparable<OIndex>

public class OLuceneFullTextIndex extends OLuceneIndexNotUnique
  • Constructor Details

  • Method Details

    • buildDocument

      public org.apache.lucene.document.Document buildDocument(Object key, OIdentifiable identifieable)
    • buildQuery

      public org.apache.lucene.search.Query buildQuery(Object query)
    • queryAnalyzer

      public org.apache.lucene.analysis.Analyzer queryAnalyzer()
    • isCollectionIndex

      public boolean isCollectionIndex()
    • indexAnalyzer

      public org.apache.lucene.analysis.Analyzer indexAnalyzer()
    • isAutomatic

      public boolean isAutomatic()
      Description copied from interface: OIndex
      Tells if the index is automatic. Automatic means it's maintained automatically by OrientDB. This is the case of indexes created against schema properties. Automatic indexes can always been rebuilt.
      Specified by:
      isAutomatic in interface OIndex
      Overrides:
      isAutomatic in class OIndexAbstract
      Returns:
      True if the index is automatic, otherwise false