Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 38051200828 for ; Fri, 13 May 2016 14:47:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 368DA160A1F; Fri, 13 May 2016 12:47:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1FB241602C0 for ; Fri, 13 May 2016 14:46:56 +0200 (CEST) Received: (qmail 52284 invoked by uid 500); 13 May 2016 12:46:56 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 52273 invoked by uid 99); 13 May 2016 12:46:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 12:46:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C0179180538 for ; Fri, 13 May 2016 12:46:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.999 X-Spam-Level: ** X-Spam-Status: No, score=2.999 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id bwtv0SFPins5 for ; Fri, 13 May 2016 12:46:41 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 416DA5F4ED for ; Fri, 13 May 2016 12:46:41 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 0814DE58A4 for ; Fri, 13 May 2016 12:46:38 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id DC7523A0947 for ; Fri, 13 May 2016 12:46:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1743671 [24/35] - in /jena/site/trunk/content/documentation/javadoc: spatial/ spatial/examples/ spatial/examples/class-use/ spatial/jena/ spatial/jena/class-use/ spatial/org/ spatial/org/apache/ spatial/org/apache/jena/ spatial/org/apache/... Date: Fri, 13 May 2016 12:46:35 -0000 To: commits@jena.apache.org From: andy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160513124637.DC7523A0947@svn01-us-west.apache.org> archived-at: Fri, 13 May 2016 12:47:00 -0000 Added: jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextHit.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextHit.html?rev=1743671&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextHit.html (added) +++ jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextHit.html Fri May 13 12:46:33 2016 @@ -0,0 +1,304 @@ + + + + + + +TextHit (Apache Jena - SPARQL Text Search 3.1.0) + + + + + + + + + + + + +
+
org.apache.jena.query.text
+

Class TextHit

+
+
+ +
+
    +
  • +
    +
    +
    public class TextHit
    +extends Object
    +
    Class representing a single hit from a jena-text index
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextHit

        +
        public TextHit(Node node,
        +               float score,
        +               Node literal)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getNode

        +
        public Node getNode()
        +
      • +
      + + + +
        +
      • +

        getScore

        +
        public float getScore()
        +
      • +
      + + + +
        +
      • +

        getLiteral

        +
        public Node getLiteral()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndex.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndex.html?rev=1743671&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndex.html (added) +++ jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndex.html Fri May 13 12:46:33 2016 @@ -0,0 +1,371 @@ + + + + + + +TextIndex (Apache Jena - SPARQL Text Search 3.1.0) + + + + + + + + + + + + +
+
org.apache.jena.query.text
+

Interface TextIndex

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        prepareCommit

        +
        void prepareCommit()
        +
      • +
      + + + +
        +
      • +

        commit

        +
        void commit()
        +
      • +
      + + + +
        +
      • +

        rollback

        +
        void rollback()
        +
      • +
      + + + +
        +
      • +

        addEntity

        +
        void addEntity(Entity entity)
        +
      • +
      + + + +
        +
      • +

        updateEntity

        +
        void updateEntity(Entity entity)
        +
      • +
      + + + +
        +
      • +

        deleteEntity

        +
        void deleteEntity(Entity entity)
        +
      • +
      + + + + + + + +
        +
      • +

        query

        +
        List<TextHit> query(Node property,
        +                    String qs,
        +                    int limit)
        +
        Access the index - limit if -1 for as many as possible + Throw QueryParseException for syntax errors in the query string.
        +
      • +
      + + + + + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndexConfig.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndexConfig.html?rev=1743671&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndexConfig.html (added) +++ jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndexConfig.html Fri May 13 12:46:33 2016 @@ -0,0 +1,403 @@ + + + + + + +TextIndexConfig (Apache Jena - SPARQL Text Search 3.1.0) + + + + + + + + + + + + +
+
org.apache.jena.query.text
+

Class TextIndexConfig

+
+
+ +
+
    +
  • +
    +
    +
    public class TextIndexConfig
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getAnalyzer

        +
        public org.apache.lucene.analysis.Analyzer getAnalyzer()
        +
      • +
      + + + +
        +
      • +

        setAnalyzer

        +
        public void setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
        +
      • +
      + + + +
        +
      • +

        getQueryAnalyzer

        +
        public org.apache.lucene.analysis.Analyzer getQueryAnalyzer()
        +
      • +
      + + + +
        +
      • +

        setQueryAnalyzer

        +
        public void setQueryAnalyzer(org.apache.lucene.analysis.Analyzer queryAnalyzer)
        +
      • +
      + + + +
        +
      • +

        getQueryParser

        +
        public String getQueryParser()
        +
      • +
      + + + +
        +
      • +

        setQueryParser

        +
        public void setQueryParser(String queryParser)
        +
      • +
      + + + +
        +
      • +

        isMultilingualSupport

        +
        public boolean isMultilingualSupport()
        +
      • +
      + + + +
        +
      • +

        setMultilingualSupport

        +
        public void setMultilingualSupport(boolean multilingualSupport)
        +
      • +
      + + + +
        +
      • +

        isValueStored

        +
        public boolean isValueStored()
        +
      • +
      + + + +
        +
      • +

        setValueStored

        +
        public void setValueStored(boolean valueStored)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ + Added: jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndexException.html URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndexException.html?rev=1743671&view=auto ============================================================================== --- jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndexException.html (added) +++ jena/site/trunk/content/documentation/javadoc/text/org/apache/jena/query/text/TextIndexException.html Fri May 13 12:46:33 2016 @@ -0,0 +1,327 @@ + + + + + + +TextIndexException (Apache Jena - SPARQL Text Search 3.1.0) + + + + + + + + + + + + +
+
org.apache.jena.query.text
+

Class TextIndexException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextIndexException

        +
        public TextIndexException()
        +
      • +
      + + + +
        +
      • +

        TextIndexException

        +
        public TextIndexException(Throwable cause)
        +
      • +
      + + + +
        +
      • +

        TextIndexException

        +
        public TextIndexException(String msg)
        +
      • +
      + + + +
        +
      • +

        TextIndexException

        +
        public TextIndexException(String msg,
        +                          Throwable cause)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Licenced under the Apache License, Version 2.0

+ +