[jira] [Updated] (LUCENE-2562) Make Luke a Lucene/Solr Module

2013-09-13 Thread Ajay Bhat (JIRA)

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

Ajay Bhat updated LUCENE-2562:
--

Attachment: LUCENE-2562.patch

LUCENE-2562.patch
Date : 13th Sept, 2013
Added: 
Support for 5 themes, through a recursive style change function
Exit option in File menu
Status bar
Analyzer tokenstream reset call
Documentation for above features

Pending Work to be done:
Status Bar implementation not complete
Themes cannot be applied to one tab

 Make Luke a Lucene/Solr Module
 --

 Key: LUCENE-2562
 URL: https://issues.apache.org/jira/browse/LUCENE-2562
 Project: Lucene - Core
  Issue Type: Task
Reporter: Mark Miller
  Labels: gsoc2013
 Attachments: LUCENE-2562.patch, LUCENE-2562.patch, luke1.jpg, 
 luke2.jpg, luke3.jpg, Luke-ALE-1.png, Luke-ALE-2.png, Luke-ALE-3.png, 
 Luke-ALE-4.png, Luke-ALE-5.png


 see
 RE: Luke - in need of maintainer: 
 http://markmail.org/message/m4gsto7giltvrpuf
 Web-based Luke: http://markmail.org/message/4xwps7p7ifltme5q
 I think it would be great if there was a version of Luke that always worked 
 with trunk - and it would also be great if it was easier to match Luke jars 
 with Lucene versions.
 While I'd like to get GWT Luke into the mix as well, I think the easiest 
 starting point is to straight port Luke to another UI toolkit before 
 abstracting out DTO objects that both GWT Luke and Pivot Luke could share.
 I've started slowly converting Luke's use of thinlet to Apache Pivot. I 
 haven't/don't have a lot of time for this at the moment, but I've plugged 
 away here and there over the past work or two. There is still a *lot* to do.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-2562) Make Luke a Lucene/Solr Module

2013-09-13 Thread Ajay Bhat (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13766678#comment-13766678
 ] 

Ajay Bhat commented on LUCENE-2562:
---

Re: [borderColor is not a valid style for org.apache.pivot.wtk.TextArea
activeBackgroundColor is not a valid style for org.apache.pivot.wtk.TextArea]

Duly noted. I'll make sure to look into it and take care of it in the next 
patch.

 Make Luke a Lucene/Solr Module
 --

 Key: LUCENE-2562
 URL: https://issues.apache.org/jira/browse/LUCENE-2562
 Project: Lucene - Core
  Issue Type: Task
Reporter: Mark Miller
  Labels: gsoc2013
 Attachments: LUCENE-2562.patch, LUCENE-2562.patch, luke1.jpg, 
 luke2.jpg, luke3.jpg, Luke-ALE-1.png, Luke-ALE-2.png, Luke-ALE-3.png, 
 Luke-ALE-4.png, Luke-ALE-5.png


 see
 RE: Luke - in need of maintainer: 
 http://markmail.org/message/m4gsto7giltvrpuf
 Web-based Luke: http://markmail.org/message/4xwps7p7ifltme5q
 I think it would be great if there was a version of Luke that always worked 
 with trunk - and it would also be great if it was easier to match Luke jars 
 with Lucene versions.
 While I'd like to get GWT Luke into the mix as well, I think the easiest 
 starting point is to straight port Luke to another UI toolkit before 
 abstracting out DTO objects that both GWT Luke and Pivot Luke could share.
 I've started slowly converting Luke's use of thinlet to Apache Pivot. I 
 haven't/don't have a lot of time for this at the moment, but I've plugged 
 away here and there over the past work or two. There is still a *lot* to do.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-2562) Make Luke a Lucene/Solr Module

2013-09-13 Thread Ajay Bhat (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13766649#comment-13766649
 ] 

Ajay Bhat commented on LUCENE-2562:
---

Thanks for the comments, [~markrmil...@gmail.com]. The only change for 
AnalyzersTab.java is the tokenstream reset call.

I used the default theme as per the one used in original Thinlet Luke. If you'd 
like, I'll do a slight modification so Gray is the default theme.

 Make Luke a Lucene/Solr Module
 --

 Key: LUCENE-2562
 URL: https://issues.apache.org/jira/browse/LUCENE-2562
 Project: Lucene - Core
  Issue Type: Task
Reporter: Mark Miller
  Labels: gsoc2013
 Attachments: LUCENE-2562.patch, LUCENE-2562.patch, luke1.jpg, 
 luke2.jpg, luke3.jpg, Luke-ALE-1.png, Luke-ALE-2.png, Luke-ALE-3.png, 
 Luke-ALE-4.png, Luke-ALE-5.png


 see
 RE: Luke - in need of maintainer: 
 http://markmail.org/message/m4gsto7giltvrpuf
 Web-based Luke: http://markmail.org/message/4xwps7p7ifltme5q
 I think it would be great if there was a version of Luke that always worked 
 with trunk - and it would also be great if it was easier to match Luke jars 
 with Lucene versions.
 While I'd like to get GWT Luke into the mix as well, I think the easiest 
 starting point is to straight port Luke to another UI toolkit before 
 abstracting out DTO objects that both GWT Luke and Pivot Luke could share.
 I've started slowly converting Luke's use of thinlet to Apache Pivot. I 
 haven't/don't have a lot of time for this at the moment, but I've plugged 
 away here and there over the past work or two. There is still a *lot* to do.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (LUCENE-2562) Make Luke a Lucene/Solr Module

2013-09-06 Thread Ajay Bhat (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13760019#comment-13760019
 ] 

Ajay Bhat commented on LUCENE-2562:
---

The TokenStream reset call was needed to display the tokens generated by the 
Analyzer. I think that's the only change that was required. The main problem 
for me is the analyzers above are not giving the result, which I've been 
looking into. 
I had figured that since PatternAnalyzer was deprecated it would not give the 
result and so it might be a good idea to remove it from the list of analyzers. 
But there are also some analyzers that aren't deprecated, like the Snowball 
Analyzer and QueryAutoStopWordAnalyzer.

Also, as per the schedule of my proposal I've done some work on the themes of 
the Application. I'll contribute another patch for that soon.

 Make Luke a Lucene/Solr Module
 --

 Key: LUCENE-2562
 URL: https://issues.apache.org/jira/browse/LUCENE-2562
 Project: Lucene - Core
  Issue Type: Task
Reporter: Mark Miller
  Labels: gsoc2013
 Attachments: LUCENE-2562.patch, luke1.jpg, luke2.jpg, luke3.jpg, 
 Luke-ALE-1.png, Luke-ALE-2.png, Luke-ALE-3.png, Luke-ALE-4.png, Luke-ALE-5.png


 see
 RE: Luke - in need of maintainer: 
 http://markmail.org/message/m4gsto7giltvrpuf
 Web-based Luke: http://markmail.org/message/4xwps7p7ifltme5q
 I think it would be great if there was a version of Luke that always worked 
 with trunk - and it would also be great if it was easier to match Luke jars 
 with Lucene versions.
 While I'd like to get GWT Luke into the mix as well, I think the easiest 
 starting point is to straight port Luke to another UI toolkit before 
 abstracting out DTO objects that both GWT Luke and Pivot Luke could share.
 I've started slowly converting Luke's use of thinlet to Apache Pivot. I 
 haven't/don't have a lot of time for this at the moment, but I've plugged 
 away here and there over the past work or two. There is still a *lot* to do.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (LUCENE-2562) Make Luke a Lucene/Solr Module

2013-08-26 Thread Ajay Bhat (JIRA)

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

Ajay Bhat updated LUCENE-2562:
--

Attachment: LUCENE-2562.patch

I've done a very small patch, but I'm still facing some problems.

I've checked the Analyzers in the tool manually, and these Analyzers give the 
java.lang.InstantiationException when used.

org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
org.apache.lucene.analysis.snowball.SnowballAnalyzer
org.apache.lucene.collation.CollationKeyAnalyzer
org.apache.lucene.solr.analysis.TokenizerChain

I'm a bit confused because as of Lucene 4.0alpha, the PatternAnalyzer is 
deprecated, but it's still present here in miscellaneous package in Lucene 4.4.

 Make Luke a Lucene/Solr Module
 --

 Key: LUCENE-2562
 URL: https://issues.apache.org/jira/browse/LUCENE-2562
 Project: Lucene - Core
  Issue Type: Task
Reporter: Mark Miller
  Labels: gsoc2013
 Attachments: LUCENE-2562.patch, luke1.jpg, luke2.jpg, luke3.jpg, 
 Luke-ALE-1.png, Luke-ALE-2.png, Luke-ALE-3.png, Luke-ALE-4.png, Luke-ALE-5.png


 see
 http://search.lucidimagination.com/search/document/ee0e048c6b56ee2/luke_in_need_of_maintainer
 http://search.lucidimagination.com/search/document/5e53136b7dcb609b/web_based_luke
 I think it would be great if there was a version of Luke that always worked 
 with trunk - and it would also be great if it was easier to match Luke jars 
 with Lucene versions.
 While I'd like to get GWT Luke into the mix as well, I think the easiest 
 starting point is to straight port Luke to another UI toolkit before 
 abstracting out DTO objects that both GWT Luke and Pivot Luke could share.
 I've started slowly converting Luke's use of thinlet to Apache Pivot. I 
 haven't/don't have a lot of time for this at the moment, but I've plugged 
 away here and there over the past work or two. There is still a *lot* to do.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Comment Edited] (LUCENE-2562) Make Luke a Lucene/Solr Module

2013-08-26 Thread Ajay Bhat (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13750277#comment-13750277
 ] 

Ajay Bhat edited comment on LUCENE-2562 at 8/26/13 5:31 PM:


Re:[~markrmil...@gmail.com] and everyone else,

I've done a very small patch, but I'm still facing some problems.

I've checked the Analyzers in the tool manually, and these Analyzers give the 
java.lang.InstantiationException when used.

org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
org.apache.lucene.analysis.snowball.SnowballAnalyzer
org.apache.lucene.collation.CollationKeyAnalyzer
org.apache.lucene.solr.analysis.TokenizerChain

I'm a bit confused because as of Lucene 4.0alpha, the PatternAnalyzer is 
deprecated from misc package, but it's still present here in miscellaneous 
package in Lucene 4.4 release.

  was (Author: ajay bhat):
I've done a very small patch, but I'm still facing some problems.

I've checked the Analyzers in the tool manually, and these Analyzers give the 
java.lang.InstantiationException when used.

org.apache.lucene.analysis.miscellaneous.LimitTokenCountAnalyzer
org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
org.apache.lucene.analysis.query.QueryAutoStopWordAnalyzer
org.apache.lucene.analysis.snowball.SnowballAnalyzer
org.apache.lucene.collation.CollationKeyAnalyzer
org.apache.lucene.solr.analysis.TokenizerChain

I'm a bit confused because as of Lucene 4.0alpha, the PatternAnalyzer is 
deprecated, but it's still present here in miscellaneous package in Lucene 4.4.
  
 Make Luke a Lucene/Solr Module
 --

 Key: LUCENE-2562
 URL: https://issues.apache.org/jira/browse/LUCENE-2562
 Project: Lucene - Core
  Issue Type: Task
Reporter: Mark Miller
  Labels: gsoc2013
 Attachments: LUCENE-2562.patch, luke1.jpg, luke2.jpg, luke3.jpg, 
 Luke-ALE-1.png, Luke-ALE-2.png, Luke-ALE-3.png, Luke-ALE-4.png, Luke-ALE-5.png


 see
 http://search.lucidimagination.com/search/document/ee0e048c6b56ee2/luke_in_need_of_maintainer
 http://search.lucidimagination.com/search/document/5e53136b7dcb609b/web_based_luke
 I think it would be great if there was a version of Luke that always worked 
 with trunk - and it would also be great if it was easier to match Luke jars 
 with Lucene versions.
 While I'd like to get GWT Luke into the mix as well, I think the easiest 
 starting point is to straight port Luke to another UI toolkit before 
 abstracting out DTO objects that both GWT Luke and Pivot Luke could share.
 I've started slowly converting Luke's use of thinlet to Apache Pivot. I 
 haven't/don't have a lot of time for this at the moment, but I've plugged 
 away here and there over the past work or two. There is still a *lot* to do.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Using PatternAnalyzer

2013-08-21 Thread Ajay Bhat
Hi,

According to the changelog in 4.0.0alpha [1] the Pattern Analyzer was
deprecated from the org.apache.lucene.analysis.miscellaneous package. From
where do i use the Analyzer now?

[1]
http://lucene.apache.org/core/4_3_0/changes/Changes.html#4.0.0-alpha.api_changes
-- 
Thanks and regards,
Ajay Bhat


Re: [PROPOSAL] Make Luke a Lucene/Solr Module

2013-08-08 Thread Ajay Bhat
Hello,

Thanks so much for accepting the project proposal. I've started the coding
work. I'll keep you all posted of my work.


On Fri, Jul 26, 2013 at 1:48 PM, Ajay Bhat a.ajay.b...@gmail.com wrote:

 Hi,

 I have a question regarding one of the interfaces in the orig version.

 The IOReporter.java [1] is used by the Hadoop Plugin [2] and it only has 2
 functions which are implemented by Hadoop  Plugin. Is this interface really
 needed? Can't I just use the functions as is in Hadoop class without
 needing to get the IOReporter?

 [1]
 http://luke.googlecode.com/svn/trunk/src/org/getopt/luke/plugins/IOReporter.java

 [2]
 http://luke.googlecode.com/svn/trunk/src/org/getopt/luke/plugins/HadoopPlugin.java


 On Sat, Jul 20, 2013 at 11:12 PM, SUJIT PAL sujit@comcast.net wrote:

 Hi Ajay,

 Thanks for the reply and the links to the email threads. I saw a response
 on this thread from Shawn Helsey about this as well. I didn't realize your
 focus was Luke, then Lucene, then Solr - the proposal title and the JIRA
 both mention Lucene/Solr module, which probably misled me - I guess I
 should have read the doc more carefully... Thank you for the clarification
 and good luck with your project.

 -sujit

 On Jul 20, 2013, at 9:09 AM, Ajay Bhat wrote:

  Hi Sujit,
 
  Thanks for your comments. There was actually some discussion earlier
 about whether or not Solr was the highest priority.
 
 
 http://mail-archives.apache.org/mod_mbox/lucene-dev/201307.mbox/%3C0F7176D08A99494EBF1E129298E12904%40JackKrupansky%3E
 
 http://mail-archives.apache.org/mod_mbox/lucene-dev/201307.mbox/%3CCAOdYfZVQ1WzWhYVeKgwpA%3DmQVONxo4XiLza28geV2L1PCpcQJg%40mail.gmail.com%3E
 
  Right now I don't think I could do the integration with Solr since (a)
 I don't know enough Javascript to work with Solr and (b) The time for
 submitting proposals for the program is over.
 
  The project duration is scheduled till end of October. After that or if
 I get time during project period I'll try and work with other
 functionalities of Luke and then try for Solr. I think its best to make
 Luke completely functioning before integrating with the trunk, and this is
 better in incremental steps.
 
 
  On Fri, Jul 19, 2013 at 9:59 PM, SUJIT PAL sujit@comcast.net
 wrote:
  Hi Ajay,
 
  Since you asked for feedback from the community... a lot of what Luke
 used to do is now already available in Solr's admin tool. From Luke's
 feature set that you had in your proposal Google doc. the only ones I think
 are /not/ preset are the following:
 
  * Browse by document number
  * selectively delete documents from the index - there is no delete
 document page AFAIK, but you can still do this from the URL.
  * reconstruct the original document fields, edit them and re-insert to
 the index - you can do this using code as long as the fields are stored,
 but there is no reconstruct page.
  * optimize indexes - can be done from the URL but probably no
 page/button for this.
 
  As a Solr user, for me your tool would be most useful if it
 concentrated on these areas, and if it could be integrated into the
 existing admin tool (the Solr 4 one of course). I am not sure what the
 Solr4 admin tool uses, if its Pivot then I guess thats what you should use
 (and by extension, if not, you probably should use what the current tool
 uses so its easy to maintain going forward). Benefit to users such as
 myself would be unified look-and-feel so not much of a learning
 curve/barrier to adoption.
 
  Just my $0.02...
 
  -sujit
 
  On Jul 19, 2013, at 8:06 AM, Ajay Bhat wrote:
 
   Hi Mark,
  
   I've added the proposal to the ASF-ICFOSS proposals page [1].
 According to the ICFOSS programme [2] the last date for submission of
 project proposal is July 19th (today)
   The time period for mentors to review and rank students project
 proposals is July 22nd to August 2nd, i.e next week onwards.
  
   I'd like some feedback on my proposal from the community as well.
   Link to proposal on Google Docs :
 https://docs.google.com/document/d/18Vu5YB6C7WLDxnG01BnZXFEKUC3EQYb0Y5_tCJFb_sc
   Link to proposal on CWiki page :
 https://cwiki.apache.org/confluence/display/COMDEV/Proposal+for+Apache+Lucene+-+Ajay+Bhat
  
   [1]
 https://cwiki.apache.org/confluence/display/COMDEV/ASF-ICFOSS+Pilot+Mentoring+Programme
  
   [2] http://community.apache.org/mentoringprogramme-icfoss-pilot.html
  
  
   On Thu, Jul 18, 2013 at 12:04 AM, Ajay Bhat a.ajay.b...@gmail.com
 wrote:
   Thanks Mark. I've given you comment access as well so you can comment
 on specific parts of the proposal
  
  
   On Wed, Jul 17, 2013 at 11:51 PM, Mark Miller markrmil...@gmail.com
 wrote:
   You can put my down for the mentor.
  
   - Mark
  
   On Jul 17, 2013, at 2:04 PM, Ajay Bhat a.ajay.b...@gmail.com wrote:
  
   Hi all,
  
   I want to do the Jira issue LUCENE 2562 : Make Luke a Lucene/Solr
 module [1] as a project. This project will be for the ASF-ICFOSS programme
 [2] by Luciano Resende [3] and the proposal has

Re: [PROPOSAL] Make Luke a Lucene/Solr Module

2013-07-26 Thread Ajay Bhat
Hi,

I have a question regarding one of the interfaces in the orig version.

The IOReporter.java [1] is used by the Hadoop Plugin [2] and it only has 2
functions which are implemented by Hadoop  Plugin. Is this interface really
needed? Can't I just use the functions as is in Hadoop class without
needing to get the IOReporter?

[1]
http://luke.googlecode.com/svn/trunk/src/org/getopt/luke/plugins/IOReporter.java

[2]
http://luke.googlecode.com/svn/trunk/src/org/getopt/luke/plugins/HadoopPlugin.java


On Sat, Jul 20, 2013 at 11:12 PM, SUJIT PAL sujit@comcast.net wrote:

 Hi Ajay,

 Thanks for the reply and the links to the email threads. I saw a response
 on this thread from Shawn Helsey about this as well. I didn't realize your
 focus was Luke, then Lucene, then Solr - the proposal title and the JIRA
 both mention Lucene/Solr module, which probably misled me - I guess I
 should have read the doc more carefully... Thank you for the clarification
 and good luck with your project.

 -sujit

 On Jul 20, 2013, at 9:09 AM, Ajay Bhat wrote:

  Hi Sujit,
 
  Thanks for your comments. There was actually some discussion earlier
 about whether or not Solr was the highest priority.
 
 
 http://mail-archives.apache.org/mod_mbox/lucene-dev/201307.mbox/%3C0F7176D08A99494EBF1E129298E12904%40JackKrupansky%3E
 
 http://mail-archives.apache.org/mod_mbox/lucene-dev/201307.mbox/%3CCAOdYfZVQ1WzWhYVeKgwpA%3DmQVONxo4XiLza28geV2L1PCpcQJg%40mail.gmail.com%3E
 
  Right now I don't think I could do the integration with Solr since (a) I
 don't know enough Javascript to work with Solr and (b) The time for
 submitting proposals for the program is over.
 
  The project duration is scheduled till end of October. After that or if
 I get time during project period I'll try and work with other
 functionalities of Luke and then try for Solr. I think its best to make
 Luke completely functioning before integrating with the trunk, and this is
 better in incremental steps.
 
 
  On Fri, Jul 19, 2013 at 9:59 PM, SUJIT PAL sujit@comcast.net
 wrote:
  Hi Ajay,
 
  Since you asked for feedback from the community... a lot of what Luke
 used to do is now already available in Solr's admin tool. From Luke's
 feature set that you had in your proposal Google doc. the only ones I think
 are /not/ preset are the following:
 
  * Browse by document number
  * selectively delete documents from the index - there is no delete
 document page AFAIK, but you can still do this from the URL.
  * reconstruct the original document fields, edit them and re-insert to
 the index - you can do this using code as long as the fields are stored,
 but there is no reconstruct page.
  * optimize indexes - can be done from the URL but probably no
 page/button for this.
 
  As a Solr user, for me your tool would be most useful if it concentrated
 on these areas, and if it could be integrated into the existing admin tool
 (the Solr 4 one of course). I am not sure what the Solr4 admin tool uses,
 if its Pivot then I guess thats what you should use (and by extension, if
 not, you probably should use what the current tool uses so its easy to
 maintain going forward). Benefit to users such as myself would be unified
 look-and-feel so not much of a learning curve/barrier to adoption.
 
  Just my $0.02...
 
  -sujit
 
  On Jul 19, 2013, at 8:06 AM, Ajay Bhat wrote:
 
   Hi Mark,
  
   I've added the proposal to the ASF-ICFOSS proposals page [1].
 According to the ICFOSS programme [2] the last date for submission of
 project proposal is July 19th (today)
   The time period for mentors to review and rank students project
 proposals is July 22nd to August 2nd, i.e next week onwards.
  
   I'd like some feedback on my proposal from the community as well.
   Link to proposal on Google Docs :
 https://docs.google.com/document/d/18Vu5YB6C7WLDxnG01BnZXFEKUC3EQYb0Y5_tCJFb_sc
   Link to proposal on CWiki page :
 https://cwiki.apache.org/confluence/display/COMDEV/Proposal+for+Apache+Lucene+-+Ajay+Bhat
  
   [1]
 https://cwiki.apache.org/confluence/display/COMDEV/ASF-ICFOSS+Pilot+Mentoring+Programme
  
   [2] http://community.apache.org/mentoringprogramme-icfoss-pilot.html
  
  
   On Thu, Jul 18, 2013 at 12:04 AM, Ajay Bhat a.ajay.b...@gmail.com
 wrote:
   Thanks Mark. I've given you comment access as well so you can comment
 on specific parts of the proposal
  
  
   On Wed, Jul 17, 2013 at 11:51 PM, Mark Miller markrmil...@gmail.com
 wrote:
   You can put my down for the mentor.
  
   - Mark
  
   On Jul 17, 2013, at 2:04 PM, Ajay Bhat a.ajay.b...@gmail.com wrote:
  
   Hi all,
  
   I want to do the Jira issue LUCENE 2562 : Make Luke a Lucene/Solr
 module [1] as a project. This project will be for the ASF-ICFOSS programme
 [2] by Luciano Resende [3] and the proposal has to be submitted before July
 19th, 2013.
  
   For this I urgently need a mentor from the Lucene community, so would
 someone please consent to be my mentor for this project? I understand if
 you are busy with other

Re: [PROPOSAL] Make Luke a Lucene/Solr Module

2013-07-20 Thread Ajay Bhat
Hi Sujit,

Thanks for your comments. There was actually some discussion earlier about
whether or not Solr was the highest priority.

http://mail-archives.apache.org/mod_mbox/lucene-dev/201307.mbox/%3C0F7176D08A99494EBF1E129298E12904%40JackKrupansky%3E
http://mail-archives.apache.org/mod_mbox/lucene-dev/201307.mbox/%3CCAOdYfZVQ1WzWhYVeKgwpA%3DmQVONxo4XiLza28geV2L1PCpcQJg%40mail.gmail.com%3E

Right now I don't think I could do the integration with Solr since (a) I
don't know enough Javascript to work with Solr and (b) The time for
submitting proposals for the program is over.

The project duration is scheduled till end of October. After that or if I
get time during project period I'll try and work with other functionalities
of Luke and then try for Solr. I think its best to make Luke completely
functioning before integrating with the trunk, and this is better in
incremental steps.


On Fri, Jul 19, 2013 at 9:59 PM, SUJIT PAL sujit@comcast.net wrote:

 Hi Ajay,

 Since you asked for feedback from the community... a lot of what Luke used
 to do is now already available in Solr's admin tool. From Luke's feature
 set that you had in your proposal Google doc. the only ones I think are
 /not/ preset are the following:

 * Browse by document number
 * selectively delete documents from the index - there is no delete
 document page AFAIK, but you can still do this from the URL.
 * reconstruct the original document fields, edit them and re-insert to the
 index - you can do this using code as long as the fields are stored, but
 there is no reconstruct page.
 * optimize indexes - can be done from the URL but probably no page/button
 for this.

 As a Solr user, for me your tool would be most useful if it concentrated
 on these areas, and if it could be integrated into the existing admin tool
 (the Solr 4 one of course). I am not sure what the Solr4 admin tool uses,
 if its Pivot then I guess thats what you should use (and by extension, if
 not, you probably should use what the current tool uses so its easy to
 maintain going forward). Benefit to users such as myself would be unified
 look-and-feel so not much of a learning curve/barrier to adoption.

 Just my $0.02...

 -sujit

 On Jul 19, 2013, at 8:06 AM, Ajay Bhat wrote:

  Hi Mark,
 
  I've added the proposal to the ASF-ICFOSS proposals page [1]. According
 to the ICFOSS programme [2] the last date for submission of project
 proposal is July 19th (today)
  The time period for mentors to review and rank students project
 proposals is July 22nd to August 2nd, i.e next week onwards.
 
  I'd like some feedback on my proposal from the community as well.
  Link to proposal on Google Docs :
 https://docs.google.com/document/d/18Vu5YB6C7WLDxnG01BnZXFEKUC3EQYb0Y5_tCJFb_sc
  Link to proposal on CWiki page :
 https://cwiki.apache.org/confluence/display/COMDEV/Proposal+for+Apache+Lucene+-+Ajay+Bhat
 
  [1]
 https://cwiki.apache.org/confluence/display/COMDEV/ASF-ICFOSS+Pilot+Mentoring+Programme
 
  [2] http://community.apache.org/mentoringprogramme-icfoss-pilot.html
 
 
  On Thu, Jul 18, 2013 at 12:04 AM, Ajay Bhat a.ajay.b...@gmail.com
 wrote:
  Thanks Mark. I've given you comment access as well so you can comment on
 specific parts of the proposal
 
 
  On Wed, Jul 17, 2013 at 11:51 PM, Mark Miller markrmil...@gmail.com
 wrote:
  You can put my down for the mentor.
 
  - Mark
 
  On Jul 17, 2013, at 2:04 PM, Ajay Bhat a.ajay.b...@gmail.com wrote:
 
  Hi all,
 
  I want to do the Jira issue LUCENE 2562 : Make Luke a Lucene/Solr
 module [1] as a project. This project will be for the ASF-ICFOSS programme
 [2] by Luciano Resende [3] and the proposal has to be submitted before July
 19th, 2013.
 
  For this I urgently need a mentor from the Lucene community, so would
 someone please consent to be my mentor for this project? I understand if
 you are busy with other development commitments, but I'd be happy with a
 little general guidance, and some reminding if I'm going away the proposed
 goals too much.
 
  The proposal is at :
 https://docs.google.com/document/d/18Vu5YB6C7WLDxnG01BnZXFEKUC3EQYb0Y5_tCJFb_sc/
 
  I'm focusing mainly on the porting of plugins of the app. If you have
 some suggestions for the proposal I will be glad to hear them, and I will
 give you comment access if you want as well.
 
  Thanks and regards,
  Ajay
 
  [1] https://issues.apache.org/jira/browse/LUCENE-2562
 
  [2] http://community.apache.org/mentoringprogramme-icfoss-pilot.html
 
  [3] http://people.apache.org/~lresende
 
 
 
 
 
  --
  Thanks and regards,
  Ajay Bhat


 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org




-- 
Thanks and regards,
Ajay Bhat


Re: [PROPOSAL] Make Luke a Lucene/Solr Module

2013-07-19 Thread Ajay Bhat
Hi Mark,

I've added the proposal to the ASF-ICFOSS proposals page [1]. According to
the ICFOSS programme [2] the last date for submission of project proposal
is July 19th (today)
The time period for mentors to review and rank students project proposals
is July 22nd to August 2nd, i.e next week onwards.

I'd like some feedback on my proposal from the community as well.
Link to proposal on Google Docs :
https://docs.google.com/document/d/18Vu5YB6C7WLDxnG01BnZXFEKUC3EQYb0Y5_tCJFb_sc
Link to proposal on CWiki page :
https://cwiki.apache.org/confluence/display/COMDEV/Proposal+for+Apache+Lucene+-+Ajay+Bhat

[1]
https://cwiki.apache.org/confluence/display/COMDEV/ASF-ICFOSS+Pilot+Mentoring+Programme

[2] http://community.apache.org/mentoringprogramme-icfoss-pilot.html


On Thu, Jul 18, 2013 at 12:04 AM, Ajay Bhat a.ajay.b...@gmail.com wrote:

 Thanks Mark. I've given you comment access as well so you can comment on
 specific parts of the proposal


 On Wed, Jul 17, 2013 at 11:51 PM, Mark Miller markrmil...@gmail.comwrote:

 You can put my down for the mentor.

 - Mark

 On Jul 17, 2013, at 2:04 PM, Ajay Bhat a.ajay.b...@gmail.com wrote:

 Hi all,

 I want to do the Jira issue LUCENE 2562 : Make Luke a Lucene/Solr module
 [1] as a project. This project will be for the ASF-ICFOSS programme [2] by
 Luciano Resende [3] and the proposal has to be submitted before July 19th,
 2013.

 For this I *urgently need a mentor* from the Lucene community, so would
 someone please consent to be my mentor for this project? I understand if
 you are busy with other development commitments, but I'd be happy with a
 little general guidance, and some reminding if I'm going away the proposed
 goals too much.

 The proposal is at :
 https://docs.google.com/document/d/18Vu5YB6C7WLDxnG01BnZXFEKUC3EQYb0Y5_tCJFb_sc/

 I'm focusing mainly on the porting of plugins of the app. If you have
 some suggestions for the proposal I will be glad to hear them, and I will
 give you comment access if you want as well.

 Thanks and regards,
 Ajay

 [1] https://issues.apache.org/jira/browse/LUCENE-2562

 [2] http://community.apache.org/mentoringprogramme-icfoss-pilot.html

 [3] http://people.apache.org/~lresende






-- 
Thanks and regards,
Ajay Bhat


[PROPOSAL] Make Luke a Lucene/Solr Module

2013-07-17 Thread Ajay Bhat
Hi all,

I want to do the Jira issue LUCENE 2562 : Make Luke a Lucene/Solr module
[1] as a project. This project will be for the ASF-ICFOSS programme [2] by
Luciano Resende [3] and the proposal has to be submitted before July 19th,
2013.

For this I *urgently need a mentor* from the Lucene community, so would
someone please consent to be my mentor for this project? I understand if
you are busy with other development commitments, but I'd be happy with a
little general guidance, and some reminding if I'm going away the proposed
goals too much.

The proposal is at :
https://docs.google.com/document/d/18Vu5YB6C7WLDxnG01BnZXFEKUC3EQYb0Y5_tCJFb_sc/

I'm focusing mainly on the porting of plugins of the app. If you have some
suggestions for the proposal I will be glad to hear them, and I will give
you comment access if you want as well.

Thanks and regards,
Ajay

[1] https://issues.apache.org/jira/browse/LUCENE-2562

[2] http://community.apache.org/mentoringprogramme-icfoss-pilot.html

[3] http://people.apache.org/~lresende


Re: [PROPOSAL] Make Luke a Lucene/Solr Module

2013-07-17 Thread Ajay Bhat
Thanks Mark. I've given you comment access as well so you can comment on
specific parts of the proposal


On Wed, Jul 17, 2013 at 11:51 PM, Mark Miller markrmil...@gmail.com wrote:

 You can put my down for the mentor.

 - Mark

 On Jul 17, 2013, at 2:04 PM, Ajay Bhat a.ajay.b...@gmail.com wrote:

 Hi all,

 I want to do the Jira issue LUCENE 2562 : Make Luke a Lucene/Solr module
 [1] as a project. This project will be for the ASF-ICFOSS programme [2] by
 Luciano Resende [3] and the proposal has to be submitted before July 19th,
 2013.

 For this I *urgently need a mentor* from the Lucene community, so would
 someone please consent to be my mentor for this project? I understand if
 you are busy with other development commitments, but I'd be happy with a
 little general guidance, and some reminding if I'm going away the proposed
 goals too much.

 The proposal is at :
 https://docs.google.com/document/d/18Vu5YB6C7WLDxnG01BnZXFEKUC3EQYb0Y5_tCJFb_sc/

 I'm focusing mainly on the porting of plugins of the app. If you have some
 suggestions for the proposal I will be glad to hear them, and I will give
 you comment access if you want as well.

 Thanks and regards,
 Ajay

 [1] https://issues.apache.org/jira/browse/LUCENE-2562

 [2] http://community.apache.org/mentoringprogramme-icfoss-pilot.html

 [3] http://people.apache.org/~lresende





Re: Request for Mentor for LUCENE-2562 : Make Luke a Lucene/Solr Module

2013-07-16 Thread Ajay Bhat
Guys, I really do need a mentor urgently for this project so I can post my
proposal to the ASF ICFOSS page [1], since as part of the programme we have
to be allotted a mentor.

I understand if people are too busy with other commitments to
development. In that case, I wouldn't bug the mentor too much if
they're on their busy
schedule. I just need some general guidance and for the mentor to point out
if I'm going in the wrong direction for this project.

Thanks,
Ajay

[1]
https://cwiki.apache.org/confluence/display/COMDEV/ASF-ICFOSS+Pilot+Mentoring+Programme


On Fri, Jul 12, 2013 at 10:43 AM, Ajay Bhat a.ajay.b...@gmail.com wrote:

 Hi all,

 I had attended the ASF-ICFOSS Mentoring Programme [1], 2013 in India
 conducted by Luciano Resende[2] and I've developed an interest in open
 source. I'd like to work on the JIRA Lucene 2562 -  Make Luke a Lucene/Solr
 Module [3] as a project.

 I've checked out the Lucene trunk and taken a look at the work Mark Miller
 has done on it. If no one has taken it up, I'm willing to work on it after
 submitting a formal project proposal after I get a mentor. I'd like some
 technical guidance on Lucene from the community as well.

 [1] http://community.apache.org/mentoringprogramme-icfoss-pilot.html

 [2] http://people.apache.org/~lresende

 [3] https://issues.apache.org/jira/browse/LUCENE-2562

 Thanks and regards,
 Ajay



Re: Request for Mentor for LUCENE-2562 : Make Luke a Lucene/Solr Module

2013-07-15 Thread Ajay Bhat
Hi all,

The most pressing issue is that I need a mentor for this project by
Wednesday, 17th July 2013 if I'm to do it for the ASF-ICFOSS program [1].
Currently I've not found any mentors. Would anyone here please consent to
be a mentor for this project so I can include you in my proposal?

For the project I've decided to use Apache Pivot and familiarize myself
with it, going throught the tutorials ASAP

There's some more questions I have:

1. The original version by Andrzej [2] I have checked out in Eclipse but I
can't run it. It's all under mainly a huge Luke.java file. Just want to
check that the UI is same as that in the sandboxed version in Lucene.

2. There are various plugins that require Luke.java to be imported. But
there's also a Shell.java plugin [3] that doesn't need any import needed.
Does this mean it can be ported directly or is it kept for future
improvement? If its the latter I guess a CMD Interface suggested by Jack
Krupansky could be implemented using this class.


[1] http://community.apache.org/mentoringprogramme-icfoss-pilot.html

[2] https://code.google.com/p/luke/

[3] org.getopt.luke.plugins.Shell


On Mon, Jul 15, 2013 at 9:03 PM, Shawn Heisey s...@elyograg.org wrote:

 On 7/15/2013 9:15 AM, Robert Muir wrote:
  I disagree with this completely. Solr is last priority

 I'm on the Solr side of things, with only the tiniest knowledge or
 interest in hacking on Lucene.  Despite that, I have to agree with
 Robert here.

 Let's make sure the Luke module is very solid and prove that we can keep
 it operational through 2-3 full minor release cycles before we try to
 integrate it into Solr.

 We already have luke functionality in the Solr UI.  Compared to the real
 thing it might be a band-aid, but it works.

 Thanks,
 Shawn


 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org




Re: Request for Mentor for LUCENE-2562 : Make Luke a Lucene/Solr Module

2013-07-15 Thread Ajay Bhat
Two more questions :

1. How much of the original Luke.java has yet to be modularised?

2. What are the new APIs in Lucene 4.1 and 4.2 that need immediate
attention to be updated?


On Tue, Jul 16, 2013 at 12:15 AM, Ajay Bhat a.ajay.b...@gmail.com wrote:

 Hi all,

 The most pressing issue is that I need a mentor for this project by
 Wednesday, 17th July 2013 if I'm to do it for the ASF-ICFOSS program [1].
 Currently I've not found any mentors. Would anyone here please consent to
 be a mentor for this project so I can include you in my proposal?

 For the project I've decided to use Apache Pivot and familiarize myself
 with it, going throught the tutorials ASAP

 There's some more questions I have:

 1. The original version by Andrzej [2] I have checked out in Eclipse but I
 can't run it. It's all under mainly a huge Luke.java file. Just want to
 check that the UI is same as that in the sandboxed version in Lucene.

 2. There are various plugins that require Luke.java to be imported. But
 there's also a Shell.java plugin [3] that doesn't need any import needed.
 Does this mean it can be ported directly or is it kept for future
 improvement? If its the latter I guess a CMD Interface suggested by Jack
 Krupansky could be implemented using this class.


 [1] http://community.apache.org/mentoringprogramme-icfoss-pilot.html

 [2] https://code.google.com/p/luke/

 [3] org.getopt.luke.plugins.Shell


 On Mon, Jul 15, 2013 at 9:03 PM, Shawn Heisey s...@elyograg.org wrote:

 On 7/15/2013 9:15 AM, Robert Muir wrote:
  I disagree with this completely. Solr is last priority

 I'm on the Solr side of things, with only the tiniest knowledge or
 interest in hacking on Lucene.  Despite that, I have to agree with
 Robert here.

 Let's make sure the Luke module is very solid and prove that we can keep
 it operational through 2-3 full minor release cycles before we try to
 integrate it into Solr.

 We already have luke functionality in the Solr UI.  Compared to the real
 thing it might be a band-aid, but it works.

 Thanks,
 Shawn


 -
 To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org





Re: Request for Mentor for LUCENE-2562 : Make Luke a Lucene/Solr Module

2013-07-13 Thread Ajay Bhat
Thanks Mark.

I've got to make a project proposal at this page.
https://cwiki.apache.org/confluence/display/COMDEV/ASF-ICFOSS+Pilot+Mentoring+Programme

Shall I include you as a mentor? Would anyone else like to be a mentor to
this project alongwith Mark?

I've also got some preliminary questions about the issue

1. You mention that the UI, currently using Java (Swing I presume?) needs
to be ported to another toolkit. May I ask why?
2. For porting, is there a preferred toolkit you'd like it to be ported to
or any you, like the PyGTK?
3. Has the work on Pivot been completed? If not, what else is to be done?
4. Can I run Luke by itself or should it be built alongwith Lucene as it
refers some classes of Lucene?

Also, it would be great if you could link me to some slides or posts about
Luke (the first two links on the issue page don't seem to work)

Regards,

Ajay


On Jul 12, 2013 11:28 PM, Mark Miller markrmil...@gmail.com wrote:

 Great! I'd be glad to help get you going!

 I think that issue would have a very large affect if we could get it up to
 speed - it's a very popular tool and having it released with Lucene and
 always up to date with trunk would really help a lot of people I think.

 - Mark


 On Fri, Jul 12, 2013 at 1:13 AM, Ajay Bhat a.ajay.b...@gmail.com wrote:

 Hi all,

 I had attended the ASF-ICFOSS Mentoring Programme [1], 2013 in India
 conducted by Luciano Resende[2] and I've developed an interest in open
 source. I'd like to work on the JIRA Lucene 2562 -  Make Luke a Lucene/Solr
 Module [3] as a project.

 I've checked out the Lucene trunk and taken a look at the work Mark
 Miller has done on it. If no one has taken it up, I'm willing to work on it
 after submitting a formal project proposal after I get a mentor. I'd like
 some technical guidance on Lucene from the community as well.

 [1] http://community.apache.org/mentoringprogramme-icfoss-pilot.html

 [2] http://people.apache.org/~lresende

 [3] https://issues.apache.org/jira/browse/LUCENE-2562

  Thanks and regards,
 Ajay




 --
 - Mark



Re: Request for Mentor for LUCENE-2562 : Make Luke a Lucene/Solr Module

2013-07-13 Thread Ajay Bhat
One more question : What version of Lucene does Luke currently support
right now? I saw a comment on the issue page that it doesn't support the
Lucene 4.1 and 4.2 trunk.

Ajay Bhat, TKMCE
On Jul 13, 2013 11:34 AM, Ajay Bhat a.ajay.b...@gmail.com wrote:

 Thanks Mark.

 I've got to make a project proposal at this page.
 https://cwiki.apache.org/confluence/display/COMDEV/ASF-ICFOSS+Pilot+Mentoring+Programme

 Shall I include you as a mentor? Would anyone else like to be a mentor to
 this project alongwith Mark?

 I've also got some preliminary questions about the issue

 1. You mention that the UI, currently using Java (Swing I presume?) needs
 to be ported to another toolkit. May I ask why?
 2. For porting, is there a preferred toolkit you'd like it to be ported to
 or any you, like the PyGTK?
 3. Has the work on Pivot been completed? If not, what else is to be done?
 4. Can I run Luke by itself or should it be built alongwith Lucene as it
 refers some classes of Lucene?

 Also, it would be great if you could link me to some slides or posts about
 Luke (the first two links on the issue page don't seem to work)

 Regards,

 Ajay


 On Jul 12, 2013 11:28 PM, Mark Miller markrmil...@gmail.com wrote:

 Great! I'd be glad to help get you going!

 I think that issue would have a very large affect if we could get it up
 to speed - it's a very popular tool and having it released with Lucene and
 always up to date with trunk would really help a lot of people I think.

 - Mark


 On Fri, Jul 12, 2013 at 1:13 AM, Ajay Bhat a.ajay.b...@gmail.com wrote:

 Hi all,

 I had attended the ASF-ICFOSS Mentoring Programme [1], 2013 in India
 conducted by Luciano Resende[2] and I've developed an interest in open
 source. I'd like to work on the JIRA Lucene 2562 -  Make Luke a Lucene/Solr
 Module [3] as a project.

 I've checked out the Lucene trunk and taken a look at the work Mark
 Miller has done on it. If no one has taken it up, I'm willing to work on it
 after submitting a formal project proposal after I get a mentor. I'd like
 some technical guidance on Lucene from the community as well.

 [1] http://community.apache.org/mentoringprogramme-icfoss-pilot.html

 [2] http://people.apache.org/~lresende

 [3] https://issues.apache.org/jira/browse/LUCENE-2562

  Thanks and regards,
 Ajay




 --
 - Mark




Re: Request for Mentor for LUCENE-2562 : Make Luke a Lucene/Solr Module

2013-07-13 Thread Ajay Bhat
Shawn and Andrzej,

Thanks for answering my questions. I've looked over the code done by Dmitry
and I'll look into what I can do to help with the UI porting in future.

I was actually thinking of doing this JIRA as a project by myself with some
assistance from the community after getting a mentor for the ASF ICFOSS
program, which I haven't found yet. It would be great if I could get one of
you guys as a mentor.

As the UI work has been mostly done by others like Dmitry Kan, I don't
think I need to work on that majorly for now.

What other work is there to be done that I can do as a project? Any new
features or improvements?

Regards,
Ajay
On Jul 14, 2013 1:54 AM, Andrzej Bialecki a...@getopt.org wrote:

 On 7/13/13 8:56 PM, Shawn Heisey wrote:

 On 7/13/2013 3:15 AM, Ajay Bhat wrote:

 One more question : What version of Lucene does Luke currently support
 right now? I saw a comment on the issue page that it doesn't support the
 Lucene 4.1 and 4.2 trunk.


 The official Luke project only has versions up through 4.0.0-ALPHA.

 http://code.google.com/p/luke/

 There is a forked project that has produced Luke for newer Lucene
 versions.

 https://java.net/projects/**opengrok/downloadshttps://java.net/projects/opengrok/downloads

 I can't seem to locate any information about how they have licensed the
 newer versions, and I'm not really sure where the source code is living.

 Regarding a question you asked earlier, Luke is a standalone program.
 It does include Lucene classes in the lukeall version of the
 executable jar.

 Luke may have some uses as a library, but I think that most people run
 it separately.  There is partial Luke functionality embedded in the Solr
 admin UI, but I don't know whether that is something cooked up by Solr
 devs or if it shares actual code with Luke.


 Ajay,

 Luke is a standalone GUI application, not a library. It uses a custom
 version of Thinlet GUI toolkit, which is no longer maintained, and it's
 LGPL licensed, so Luke can't be contributed to the Lucene project as is.

 Recently several people expressed interest in porting Luke to some other
 GUI toolkit that is Apache-friendly. See the discussion here:

 http://groups.google.com/d/**msg/luke-discuss/S_Whwg2jwmA/**9JgqKIe5aiwJhttp://groups.google.com/d/msg/luke-discuss/S_Whwg2jwmA/9JgqKIe5aiwJ

 In particular, there's a fork by Dmitry Kan - he plans to integrate other
 patches and forks, and to port Luke from Thinlet to GWT and sync it with
 the latest version of Lucene. I think you should coordinate your efforts
 with him and other contributors that work on that code base. This fork is
 Apache-licensed and the long-term plan is to contribute it back to Lucene
 once the porting is done.

 The Pivot-based port of Luke that is in the Lucene sandbox is in an early
 stage. I'm not sure Mark Miller has time to work on it due to his
 involvement in SolrCloud development.

 The Luke handler in Solr is a completely different code base, and it
 shares only the name with the Luke application.

 --
 Best regards,
 Andrzej Bialecki
 http://www.sigram.com, blog http://www.sigram.com/blog
  ___.,___,___,___,_._. ___**___
 [___||.__|__/|__||\/|: Information Retrieval, System Integration
 ___|||__||..\|..||..|: Contact: info at sigram dot com


 --**--**-
 To unsubscribe, e-mail: 
 dev-unsubscribe@lucene.apache.**orgdev-unsubscr...@lucene.apache.org
 For additional commands, e-mail: dev-h...@lucene.apache.org




Request for Mentor for LUCENE-2562 : Make Luke a Lucene/Solr Module

2013-07-11 Thread Ajay Bhat
Hi all,

I had attended the ASF-ICFOSS Mentoring Programme [1], 2013 in India
conducted by Luciano Resende[2] and I've developed an interest in open
source. I'd like to work on the JIRA Lucene 2562 -  Make Luke a Lucene/Solr
Module [3] as a project.

I've checked out the Lucene trunk and taken a look at the work Mark Miller
has done on it. If no one has taken it up, I'm willing to work on it after
submitting a formal project proposal after I get a mentor. I'd like some
technical guidance on Lucene from the community as well.

[1] http://community.apache.org/mentoringprogramme-icfoss-pilot.html

[2] http://people.apache.org/~lresende

[3] https://issues.apache.org/jira/browse/LUCENE-2562

Thanks and regards,
Ajay