Re: Storing external transaction log-ids in lucene...

2017-08-10 Thread Khurram Shehzad
Hi guys! My apology for irrelevant post there. I don't wanna receive emails from @lucene.apache.org on this account as I have another one for it. I sent email to unsub@. But still receiving emails. Please suggest!! Regards, Khurram From: Ravikumar

Re: Plz unsub from this id

2017-08-08 Thread Khurram Shehzad
Hi Guy, I needed to unsub this mailing account from @lucene.apache.org I have sent email to unsubscribe mailing address. But it didn't work Any idea. Much appreciated From: Khurram Shehzad <khurram_sheh...@live.com> Sent: Monday, August 7, 2017 8

Re: Need to unsub from lucene groups.

2017-09-10 Thread Khurram Shehzad
Hi, Please someone tell me how to unsubscribe from java-user@lucene.apache.org I tried to email on java-user-unsubscr...@lucene.apache.org several time but no use. Regards,

Need to unsub from lucene groups.

2017-09-10 Thread Khurram Shehzad
Hi, Please someone tell me who to subscribe from java-user@lucene.apache.org I tried to email on java-user-unsubscr...@lucene.apache.org several time but no use. Regards,

SQL OR in lucene : where ((term1=a and term2=b) OR (term3=a and term4=b)) and context in (2,3,4,5.....200)

2018-08-24 Thread Khurram Shehzad
Hi, I have a requirement to replicate following SQL query logic containing OR condition as where ((term1=a and term2=b) OR (term3=a and term4=b)) and context in (2,3,4,5.200) roughly in lucene (+term1:a +term2:b) (+term3:a and +term4:b) #context:2 4 7 ... 198 It doesn't seem to me

Lucene nested query

2018-04-10 Thread Khurram Shehzad
Hi guys! I've a scenario where the lucene query depends on the result of another lucene query. For example, find all the employees of the department where one of its employee's email address = 'a...@email.com' SQL would be like: select * from employee where dept_no in( select dept_no

Noticed performance degrade from lucene-7.5.0 to lucene-8.0.0

2019-04-14 Thread Khurram Shehzad
Hi All, I have recently updated from lucene-7.5.0 to lucene-8.0.0. But I noticed considerable performance degrade. Queries that used to be executed in 18 to 24 milliseconds now taking 74 to 110 milliseconds. Any suggestion please? Regards, Khurram