Re: Contribution

2020-04-08 Thread Erick Erickson
Thanks! Certainly create a fork, raise a JIRA, and create a pull request linked to that JIRA. Don’t worry too much about getting it all right the first time, we’ll help. From there, tests are the first priority. As far as docs are concerned, Java docs are first priority and adding a brief

Re: Contribution

2020-04-08 Thread yeikel valdes
You can start by reading the current guide and email us back if you have questions: https://cwiki.apache.org/confluence/display/LUCENE/HowToContribute On Wed, 08 Apr 2020 16:57:18 -0400 dragan.ivano...@uns.ac.rs wrote Dear all, My colleague and myself developed snowball stemmer

Re: Contribution: Codec for index-level encryption

2016-01-07 Thread Renaud Delbru
Hi Robert, Yes, you are right. This approach is more complex than plain fs level encryption, but this enables more fine-grained control on what is encrypted. For example, it would not be possible to choose which field to encrypt or not. Also, with fs level encryption, all the data is

Re: Contribution: Codec for index-level encryption

2016-01-07 Thread Jack Krupansky
Be sure to add that comment about multi-tenancy to the Jira description since that is a key aspect of this particular approach. -- Jack Krupansky On Thu, Jan 7, 2016 at 4:52 AM, Renaud Delbru wrote: > Hi Robert, > > Yes, you are right. This approach is more complex than

Re: Contribution: Codec for index-level encryption

2016-01-06 Thread Robert Muir
I would strongly recommend against "invent your own mode", and instead using standardized schemes/modes (e.g. XTS). Separate from that, I don't understand the reasoning to do it at the codec level. seems quite a bit more messy and complicated than the alternatives, such as block device level

Re: Contribution for Research

2010-05-27 Thread Grant Ingersoll
On May 26, 2010, at 11:30 AM, Shardul Bhatt wrote: Hi All, I am Shardul Bhatt, a Software Developer from India. I have used Lucene on a project and am keen to contribute to Lucene. I know it takes much more than just the desire to be able to contribute to Open Source. At this point

Re: Contribution for Research

2010-05-27 Thread Alberto Bacchelli
Hi Grant, On 5/27/10 2:32 PM, Grant Ingersoll wrote: [...] If you agree to do so (and I really hope so :) ) we will create a small questionnaire for you, that will take less than 15 minutes to be completed. Can you just send the questionnaire to the list? I am creating the

Re: Contribution for Research

2010-05-27 Thread Shardul Bhatt
Thanks for you reply Grant. I would start with working on the documentation Regards, Shardul. On Thu, May 27, 2010 at 6:02 PM, Grant Ingersoll gsing...@apache.orgwrote: On May 26, 2010, at 11:30 AM, Shardul Bhatt wrote: Hi All, I am Shardul Bhatt, a Software Developer from India.

Re: Contribution for Research

2010-05-26 Thread Shardul Bhatt
Hi All, I am Shardul Bhatt, a Software Developer from India. I have used Lucene on a project and am keen to contribute to Lucene. I know it takes much more than just the desire to be able to contribute to Open Source. At this point in time I am trying to figure out how to go about it.

Re: Contribution: LuceneIndexAccessor

2005-05-18 Thread Daniel Naber
On Wednesday 18 May 2005 12:22, Maik Schreiber wrote: Is it possible to contribute it with the copyright assigned to the Apache Software Foundation? I'm not sure if we can add code (to the core at least) that's not copyright by the ASF. I think that's fine. Is there a specific way to go