Sha256: a7a587b3dc09ccb3b1d977139fcb28474eac2e205b16d1eaf203a9f2f050f275
Contents?: true
Size: 434 Bytes
Versions: 7
Compression:
Stored size: 434 Bytes
Contents
# # Author: Karsten Huneycutt # Copyright 2007 Valkeir Corporation # License: LGPL # module LuceneARQ class << self bool_accessor :lucene_available end KEYWORD_PREDICATE = "http://jena.hpl.hp.com/ARQ/property#textMatch" begin include_class('com.hp.hpl.jena.query.larq.LARQ') include_package('com.hp.hpl.jena.query.larq') self.lucene_available = true rescue self.lucene_available = false end end
Version data entries
7 entries across 7 versions & 2 rubygems