Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread Steve Rowe
Thanks Aurelian. I’ve created a JIRA to request the moderator changes: Scott (or anybody else interested): if/when you’d like to volunteer to moderate one of these mailing lists, please post to that effect on the above JIRA. -- Steve www.luci

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread aurelian rosca
i am subscribed to the @dev list now. On Fri, Feb 3, 2017 at 10:26 PM, Steve Rowe wrote: > Hi Aurelian, > > Your response to the dev@ list required moderation, likely because you’re > not subscribed to the dev@ list with the email address you used to > respond. Please first go subscribe to the

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread scott cote
Thanks Steve. SCott > On Feb 3, 2017, at 3:57 PM, Steve Rowe wrote: > > Hmm, can’t do math today: the average per list is more like 1 message every 3 > days on a per list basis, assuming matches for subject:MODERATE on the > gmail.com web UI is accurate. It's bursty though: some days several

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread Steve Rowe
Hmm, can’t do math today: the average per list is more like 1 message every 3 days on a per list basis, assuming matches for subject:MODERATE on the gmail.com web UI is accurate. It's bursty though: some days several come through, other days none. Mostly (90% ?) it’s spam. -- Steve www.lucidw

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread Steve Rowe
Hi Scott, FYI the average number of MODERATE emails per day per mailing list is roughly *1* (I’ve received about 50 in the last 2 months over the 3 mailing lists I've been moderating up to this point), so the effort involved is fairly small. -- Steve www.lucidworks.com > On Feb 3, 2017, at 4:3

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread scott cote
Let me ask if I can get some cycles to do this. I’m interested but I have to check first. SCott scott.c...@lucidworks.com > On Feb 3, 2017, at 3:14 PM, Steve Rowe wrote: > > FYI I’m holding off on creating the INFRA JIRA until Aurelian has > acknowledged subscribing to dev@lucene. > > In t

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread Steve Rowe
FYI I’m holding off on creating the INFRA JIRA until Aurelian has acknowledged subscribing to dev@lucene. In the meantime, if anybody else is interested in moderating either the java-user@lucene or dev@lucene mailing list, please raise your hand. Thanks! -- Steve www.lucidworks.com > On Feb 3

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread Steve Rowe
Hi Aurelian, Your response to the dev@ list required moderation, likely because you’re not subscribed to the dev@ list with the email address you used to respond. Please first go subscribe to the dev@ list with the email you used to send the message below - see

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread aurelian rosca
I think i can handle both. I will take a look again next morning about requirements and i will let you know if I will have questions. Should i be online each day or just 5days/week. Pe 03.02.2017 22:07, "Steve Rowe" a scris: > Great! We only needed one new volunteer on each of the two lists, so

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread Steve Rowe
Great! We only needed one new volunteer on each of the two lists, so we should be all set now. I’ll go make an INFRA JIRA requesting the moderator changes. -- Steve www.lucidworks.com > On Feb 3, 2017, at 3:02 PM, aurelian rosca wrote: > > Both. > Pe 03.02.2017 21:59, "Steve Rowe" a scris:

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread aurelian rosca
Both. Pe 03.02.2017 21:59, "Steve Rowe" a scris: > Thanks Aurelian! > > To be clear: are you volunteering to moderate both the dev@ and java-user@ > mailing lists? Or only the java-user@ mailing list? > > The only requirement is that you are a subscriber to each list you > volunteer to moderate.

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread Steve Rowe
Thanks Aurelian! To be clear: are you volunteering to moderate both the dev@ and java-user@ mailing lists? Or only the java-user@ mailing list? The only requirement is that you are a subscriber to each list you volunteer to moderate. -- Steve www.lucidworks.com > On Feb 3, 2017, at 2:17 PM, a

Re: Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread aurelian rosca
Seems to be an easy job. I am in. On Feb 3, 2017 9:13 PM, "Steve Rowe" wrote: > Hello subscribers to dev@l.a.o and java-user@l.a.o: > > We need to replace a moderator who no longer wishes to do the job on these > two mailing lists. > > If anyone is interested in being a MODERATOR, please reply b

Call for MODERATORs on the dev and java-user mailing lists

2017-02-03 Thread Steve Rowe
Hello subscribers to dev@l.a.o and java-user@l.a.o: We need to replace a moderator who no longer wishes to do the job on these two mailing lists. If anyone is interested in being a MODERATOR, please reply back to this thread. Being a moderator is really easy, the main chunk of the responsibili

Re: Collecting all stemming token

2017-02-03 Thread Xiaolong Zheng
Oh sorry, please ignore my previous code snippet, my intent was: By checking the position increment? import org.apache.lucene.analysis.TokenFilter; import org.apache.lucene.analysis.TokenStream; import org.apache.lucene.analysis.tokenattributes.*; import java.io.IOException; import java.util.Lin

Collecting all stemming token

2017-02-03 Thread Xiaolong Zheng
Hello, I am trying collect stemming changes in my search index during the indexing time. So I could collect a list of stemmed word -> [variety original word] (e.g: plot -> [plots, plotting, plotted]) for a later use. I am using k-stem filter + KeywordRepeatFilter + RemoveDuplicatesTokenFilter to