Re: Modules

2010-03-26 Thread Shai Erera
iday, March 26, 2010 4:59 PM >> To: java-dev@lucene.apache.org >> Subject: Re: Modules >> >> I also like the idea of a very basic analyzer set - I think you should >> still be able to do things with just the core jar - even if its only >> very basic things. >>

Re: Modules

2010-03-26 Thread Robert Muir
On Fri, Mar 26, 2010 at 12:03 PM, Uwe Schindler wrote: > And in my opinion we should fork a 3.1 branch before! > > Uwe > yeah we don't need to rush into it. we could create a module that is contrib + solr as a first step. this could also work for the spatial situation. -- Robert Muir rcm...@gma

Re: Modules

2010-03-26 Thread Michael McCandless
I think we should consolidate all query parsers as a module? And all queries (contrib/queries + oal/search/*Query)? I don't think we should leave "basic X" inside core... I think there should be one place to get the different Xs lucene offers (where X is a query parser, queries, analyzers, etc.).

RE: Modules

2010-03-26 Thread Uwe Schindler
And in my opinion we should fork a 3.1 branch before! Uwe > -Original Message- > From: Mark Miller [mailto:markrmil...@gmail.com] > Sent: Friday, March 26, 2010 4:59 PM > To: java-dev@lucene.apache.org > Subject: Re: Modules > > I also like the idea of a very b

Re: Modules

2010-03-26 Thread Mark Miller
analyzer set (without Standard!!!). Uwe -Original Message- From: Shai Erera [mailto:ser...@gmail.com] Sent: Friday, March 26, 2010 4:16 PM To: java-dev@lucene.apache.org Subject: Re: Modules +1 for moving modules up one level. As for analyzers, I also prefer if lucene won't depe

RE: Modules

2010-03-26 Thread Uwe Schindler
That will be also heavy ANT build refactoring (oh no...). But I am also for a basic analyzer set (without Standard!!!). Uwe > -Original Message- > From: Shai Erera [mailto:ser...@gmail.com] > Sent: Friday, March 26, 2010 4:16 PM > To: java-dev@lucene.apache.org > Subje

Re: Modules

2010-03-26 Thread Earwin Burrfoot
On Fri, Mar 26, 2010 at 18:24, Robert Muir wrote: > I would really love to see them all in one place though, for the > users. I think that the elegance of our tests should be second to the > users ease. > Perhaps we could just have a fast and dirty TestAnalyzer so the core > tests don't need to de

Re: Modules

2010-03-26 Thread Michael Busch
n 3/26/10 7:16 AM, Grant Ingersoll wrote: So, should we start thinking about a Modules dir at the same level as Lucene/Solr where shared, non-core code lives? For starters, I think spatial and analyzers could go there. Proposal: lucene/ solr/ modules/ analyzers spatial others (hi

Re: Modules

2010-03-26 Thread Robert Muir
2010/3/26 Shai Erera : > +1 for moving modules up one level. > > As for analyzers, I also prefer if lucene won't depend on modules even > if just for the tests. That way one who doesn't use any module can > check out lucene only. We can keep in lucene some basic analyzers > (Whitespace, Simple) as

Re: Modules

2010-03-26 Thread Shai Erera
+1 for moving modules up one level. As for analyzers, I also prefer if lucene won't depend on modules even if just for the tests. That way one who doesn't use any module can check out lucene only. We can keep in lucene some basic analyzers (Whitespace, Simple) as well as a best out of the box choi

Re: Modules

2010-03-26 Thread Earwin Burrfoot
> Sounds good to me. I guess one thing to think about is the analyzers > in core (should they move to this module, too?). > If so, perhaps we could make 'ant test' of lucene depend on this > module, since core tests use analyzers. > But you could use lucene without an analyzers module, it wouldnt b

Re: Modules

2010-03-26 Thread Robert Muir
On Fri, Mar 26, 2010 at 10:16 AM, Grant Ingersoll wrote: > So, should we start thinking about a Modules dir at the same level as > Lucene/Solr where shared, non-core code lives? > > For starters, I think spatial and analyzers could go there. > > Proposal: > > lucene/ > solr/ > modules/ >   analyz