Re: Need permission to create issue

2016-04-22 Thread Erick Erickson
Yeah, there was a spam issue and infra has locked it down temporarily down. I've added you to the Lucene and Solr contributor's groups. On Fri, Apr 22, 2016 at 8:08 AM, Alexandre Philbert wrote: > Hello people! > > I would need permission to create an issue for

Lucene Query Time JOIN - sort by parent

2016-04-22 Thread Diamantino Campos
Hi, I've been trying to use the JoinUtil.createJoinQuery method in order to get results. I've Parent-> Childs relation and I want to return childs result to users. Query joinQuery = JoinUtil.createJoinQuery(idField, toField , parentQuery, searcher); TopDocs result =

Need permission to create issue

2016-04-22 Thread Alexandre Philbert
Hello people! I would need permission to create an issue for the Lucene project [1]. Please redirect me to the correct mailing list if I'm not at the right place. (: Thank you, Alexandre Philbert

Re: Cannot comment on Jira issues

2016-04-22 Thread Steve Rowe
Mạnh, I’ve added you to the LUCENE and SOLR projects as a contributor, so you should now be able to create and comment on issues. -- Steve www.lucidworks.com > On Apr 22, 2016, at 6:18 AM, Đạt Cao Mạnh wrote: > > Thanks uwe, my account at jira is : "caomanhdat" > >

Re: Cannot comment on Jira issues

2016-04-22 Thread Đạt Cao Mạnh
Thanks uwe, my account at jira is : "caomanhdat" On Fri, Apr 22, 2016 at 5:16 PM Uwe Schindler wrote: > Hi, > > there was a spam flood last night. Because of this, Apache Infrastructure > disabled creating new issues and adding comments to existing issues for > non-committers.

RE: Cannot comment on Jira issues

2016-04-22 Thread Uwe Schindler
Hi, there was a spam flood last night. Because of this, Apache Infrastructure disabled creating new issues and adding comments to existing issues for non-committers. We have temporary workarounds (e.g. add users manually to a group with more permissions), but we first have to verify our

Cannot comment on Jira issues

2016-04-22 Thread Đạt Cao Mạnh
Recently, I cant comment on any jira issues include the one that i created ( https://issues.apache.org/jira/browse/LUCENE-6968). I tried to create a new account but the new one cannot comment too.

Strange Index-Problem after updating the index

2016-04-22 Thread Christoph Läubrich
I'm facing a strange issue and I'm not sure if this is a bug or how I can debug this further. Following setup: - Java 8 - Lucene 5.5 (core+analyzer-common) - FSDirectory I'm indexing some documents (about 5 for testing purpose) and then search the index with an SearcherManager, everything is

Re: Question on Lucene Behavior in 4.9 vs 5.4.1

2016-04-22 Thread Adrien Grand
FuzzyQuery scoring was changen in Lucene 5.3: https://issues.apache.org/jira/browse/LUCENE-329 Maybe look at the result of IndexSearcher.explain to understand why the "Boston" doc got a lower score than you "Basti Bosan" doc? Le jeu. 21 avr. 2016 à 15:39, Jeremy Glesner