Class TextIndexLucene

java.lang.Object
org.apache.jena.query.text.TextIndexLucene
All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, TextIndex

public class TextIndexLucene extends Object implements TextIndex
  • Field Details

    • ftIRI

      public static final org.apache.lucene.document.FieldType ftIRI
    • ftString

      public static final org.apache.lucene.document.FieldType ftString
  • Constructor Details

    • TextIndexLucene

      public TextIndexLucene(org.apache.lucene.store.Directory directory, TextIndexConfig config)
      Constructs a new TextIndexLucene.
      Parameters:
      directory - The Lucene Directory for the index
      config - The config definition for the index instantiation.
  • Method Details