You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Paul Libbrecht <pa...@activemath.org> on 2009/01/25 23:11:50 UTC

best way to extend solr webapp

Is it common practice to use the maven war-overlay function so as to  
build, mostly, a solr webapp but with some added servlets and a few  
more classes (e.g. my own analyzers) ?

thanks in advance

paul

Re: best way to extend solr webapp

Posted by Noble Paul നോബിള്‍ नोब्ळ् <no...@gmail.com>.
On Mon, Jan 26, 2009 at 3:41 AM, Paul Libbrecht <pa...@activemath.org> wrote:
>
> Is it common practice to use the maven war-overlay function so as to build,
> mostly, a solr webapp but with some added servlets and a few more classes
> (e.g. my own analyzers) ?
your own analyzersa can be added w/o modifying the solr webapp. The
binaries can be dropped into ${SOLR_HOME}/lib and can be directly used
in your schema.xml

if you wish to add servlets you may need to modify the webapp
>
> thanks in advance
>
> paul



-- 
--Noble Paul