[jira] [Commented] (JENA-1645) Poor performance with full text search (Lucene)

2018-12-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16710649#comment-16710649 ] ASF GitHub Bot commented on JENA-1645: -- Github user osma commented on the issue:

[GitHub] jena issue #503: JENA-1645: Use uri predicate in concrete subject query.

2018-12-05 Thread osma
Github user osma commented on the issue: https://github.com/apache/jena/pull/503 Looks good to me, based on a quick look at the diff. It took a while to figure out the way you use UnaryOperator but in the end it made sense. I'm currently travelling and haven't found time to

[jira] [Commented] (JENA-1646) allow optional non-indexing of text:field

2018-12-05 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16710587#comment-16710587 ] ASF subversion and git services commented on JENA-1646: --- Commit

[jira] [Commented] (JENA-1646) allow optional non-indexing of text:field

2018-12-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16710588#comment-16710588 ] ASF GitHub Bot commented on JENA-1646: -- Github user asfgit closed the pull request at:

[GitHub] jena pull request #504: JENA-1646 allow optional non-indexing

2018-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/504 ---

[jira] [Commented] (JENA-1646) allow optional non-indexing of text:field

2018-12-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16710329#comment-16710329 ] ASF GitHub Bot commented on JENA-1646: -- GitHub user xristy opened a pull request:

[GitHub] jena pull request #504: JENA-1646 allow optional non-indexing

2018-12-05 Thread xristy
GitHub user xristy opened a pull request: https://github.com/apache/jena/pull/504 JENA-1646 allow optional non-indexing implements JENA-1646 You can merge this pull request into a Git repository by running: $ git pull https://github.com/BuddhistDigitalResourceCenter/jena

[GitHub] jena issue #503: JENA-1645: Use uri predicate in concrete subject query.

2018-12-05 Thread xristy
Github user xristy commented on the issue: https://github.com/apache/jena/pull/503 I'm looking at the PR and so far it looks good. I'm wanting to complete the PR for JENA-1646. ---

[jira] [Commented] (JENA-1645) Poor performance with full text search (Lucene)

2018-12-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16710288#comment-16710288 ] ASF GitHub Bot commented on JENA-1645: -- Github user xristy commented on the issue:

[jira] [Commented] (JENA-1645) Poor performance with full text search (Lucene)

2018-12-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16710281#comment-16710281 ] ASF GitHub Bot commented on JENA-1645: -- Github user rvesse commented on the issue:

[GitHub] jena issue #503: JENA-1645: Use uri predicate in concrete subject query.

2018-12-05 Thread rvesse
Github user rvesse commented on the issue: https://github.com/apache/jena/pull/503 cc @osma @xristy for review as main devs in this area ---

[jira] [Commented] (JENA-1645) Poor performance with full text search (Lucene)

2018-12-05 Thread Vasyl Danyliuk (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16709812#comment-16709812 ] Vasyl Danyliuk commented on JENA-1645: -- The query is pretty straightforward: {code:java} PREFIX

[jira] [Commented] (JENA-1645) Poor performance with full text search (Lucene)

2018-12-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16709803#comment-16709803 ] ASF GitHub Bot commented on JENA-1645: -- GitHub user DrBAXA opened a pull request:

[GitHub] jena pull request #503: JENA-1645: Use uri predicate in concrete subject que...

2018-12-05 Thread DrBAXA
GitHub user DrBAXA opened a pull request: https://github.com/apache/jena/pull/503 JENA-1645: Use uri predicate in concrete subject query. Added URI predicate to the Lucene search in case of concrete subject search. Method added in TextIndex interface made default with a