[jira] [Commented] (OAK-9114) Build Jackrabbit Oak #2793 failed

2020-06-27 Thread Hudson (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-9114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17147126#comment-17147126
 ] 

Hudson commented on OAK-9114:
-

Build is still failing.
Failed run: [Jackrabbit Oak 
#2805|https://builds.apache.org/job/Jackrabbit%20Oak/2805/] [console 
log|https://builds.apache.org/job/Jackrabbit%20Oak/2805/console]

> Build Jackrabbit Oak #2793 failed
> -
>
> Key: OAK-9114
> URL: https://issues.apache.org/jira/browse/OAK-9114
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: continuous integration
>Reporter: Hudson
>Priority: Major
>
> No description is provided
> The build Jackrabbit Oak #2793 has failed.
> First failed run: [Jackrabbit Oak 
> #2793|https://builds.apache.org/job/Jackrabbit%20Oak/2793/] [console 
> log|https://builds.apache.org/job/Jackrabbit%20Oak/2793/console]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OAK-9127) Introduce Similarity Search (Text) support in oak-search-elastic

2020-06-27 Thread Nitin Gupta (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-9127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nitin Gupta reassigned OAK-9127:


Assignee: Nitin Gupta

> Introduce Similarity Search (Text) support in oak-search-elastic
> 
>
> Key: OAK-9127
> URL: https://issues.apache.org/jira/browse/OAK-9127
> Project: Jackrabbit Oak
>  Issue Type: New Feature
>Reporter: Nitin Gupta
>Assignee: Nitin Gupta
>Priority: Major
>
> Introduce more like this query support for similar text search for queries 
> like
> {color:#808080}"select [jcr:path] from [nt:base] where similar(., '/test/a')" 
> {color}
> to work and return nodes with content similar to /test/a .



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OAK-9127) Introduce Similarity Search (Text) support in oak-search-elastic

2020-06-27 Thread Nitin Gupta (Jira)
Nitin Gupta created OAK-9127:


 Summary: Introduce Similarity Search (Text) support in 
oak-search-elastic
 Key: OAK-9127
 URL: https://issues.apache.org/jira/browse/OAK-9127
 Project: Jackrabbit Oak
  Issue Type: New Feature
Reporter: Nitin Gupta


Introduce more like this query support for similar text search for queries like

{color:#808080}"select [jcr:path] from [nt:base] where similar(., '/test/a')" 
{color}

to work and return nodes with content similar to /test/a .



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OAK-7182) Make it possible to update Guava

2020-06-27 Thread Julian Reschke (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-7182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146812#comment-17146812
 ] 

Julian Reschke commented on OAK-7182:
-

[~wagnermahd] - the main problem is that upgrading Guava will break API 
compatibility due to the leak of Guava interfaces into Oak APIs. There's a plan 
for this, but it hasn't been executed that.

> Make it possible to update Guava
> 
>
> Key: OAK-7182
> URL: https://issues.apache.org/jira/browse/OAK-7182
> Project: Jackrabbit Oak
>  Issue Type: Wish
>Reporter: Julian Reschke
>Priority: Minor
> Attachments: GuavaTests.java, OAK-7182-guava-21-3.diff, 
> OAK-7182-guava-21-4.diff, OAK-7182-guava-21.diff, OAK-7182-guava-23.6.1.diff, 
> guava.diff
>
>
> We currently rely on Guava 15, and this affects all users of Oak because they 
> essentially need to use the same version.
> This is an overall issue to investigate what would need to be done in Oak in 
> order to make updates possible.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OAK-9126) TestFramework: create tests for both lucene and elastic

2020-06-27 Thread Mohit Kataria (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-9126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mohit Kataria updated OAK-9126:
---
Summary: TestFramework: create tests for both lucene and elastic  (was: 
TestFramework: to easily create tests for both lucene and elastic)

> TestFramework: create tests for both lucene and elastic
> ---
>
> Key: OAK-9126
> URL: https://issues.apache.org/jira/browse/OAK-9126
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>Reporter: Mohit Kataria
>Assignee: Mohit Kataria
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OAK-9126) TestFramework: to easily create tests for both lucene and elastic

2020-06-27 Thread Mohit Kataria (Jira)
Mohit Kataria created OAK-9126:
--

 Summary: TestFramework: to easily create tests for both lucene and 
elastic
 Key: OAK-9126
 URL: https://issues.apache.org/jira/browse/OAK-9126
 Project: Jackrabbit Oak
  Issue Type: Improvement
Reporter: Mohit Kataria
Assignee: Mohit Kataria






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OAK-7182) Make it possible to update Guava

2020-06-27 Thread Nelson Mei (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-7182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17146808#comment-17146808
 ] 

Nelson Mei commented on OAK-7182:
-

FYI: We too ran into this issue but were able to circumvent it by shading
guava. May not be an ideal solution but it will work.

On Fri, Jun 26, 2020 at 10:00 PM Marcel Wagner (Jira) 



-- 
-Nelson


> Make it possible to update Guava
> 
>
> Key: OAK-7182
> URL: https://issues.apache.org/jira/browse/OAK-7182
> Project: Jackrabbit Oak
>  Issue Type: Wish
>Reporter: Julian Reschke
>Priority: Minor
> Attachments: GuavaTests.java, OAK-7182-guava-21-3.diff, 
> OAK-7182-guava-21-4.diff, OAK-7182-guava-21.diff, OAK-7182-guava-23.6.1.diff, 
> guava.diff
>
>
> We currently rely on Guava 15, and this affects all users of Oak because they 
> essentially need to use the same version.
> This is an overall issue to investigate what would need to be done in Oak in 
> order to make updates possible.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)