You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Michael McCandless <lu...@mikemccandless.com> on 2007/06/10 11:59:10 UTC

new Wiki pages for speeding up searching/indexing

Hi,

As part of our 2.2 documentation push, I've created 2 new wiki pages.
This one for speeding up indexing:

  http://wiki.apache.org/lucene-java/ImproveIndexingSpeed

And this one for speeding up searching:

  http://wiki.apache.org/lucene-java/ImproveSearchingSpeed

Please feel free to go and add more to these pages, especially for
ImproveSearchingSpeed (I'm less familiar with the searching
performance tradeoffs).

Mike


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


Re: How to handle servlet-api.jar in build?

Posted by Paul Smith <ps...@aconex.com>.
On 12/06/2007, at 5:09 PM, markharw00d wrote:

> As part of the documentation push I was considering putting  
> together an updated demo web app which showed a number of things  
> (indexing, search, highlighting, XML Query templates etc) and was  
> wondering what that might mean to the build system if I was  
> dependent on the servlet API. Are there any licence concerns around  
> handling servlet-api.jar that I should be aware of? I know Apache  
> foundation does not like linking to non-Apache code.
>
>
You should be fine on this, since many Apache apps need to reference  
the servlet-api and jsp-api jars. (JSTL for a start..).

I just don't think you can 'package' up a distribution that includes  
these jars in your distribution.  That is, a downloaded unit from  
Apache can't include that jar in the distribution.

The log4j projects I work in references quite a few non-ASL licensed  
things, and as long as you can build a distribution environment that  
requires the user to download that (and agree to any licensing bits  
and bobs), you should be fine.

This is where Maven is cool...

cheers,

Paul

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


How to handle servlet-api.jar in build?

Posted by markharw00d <ma...@yahoo.co.uk>.
As part of the documentation push I was considering putting together an 
updated demo web app which showed a number of things (indexing, search, 
highlighting, XML Query templates etc) and was wondering what that might 
mean to the build system if I was dependent on the servlet API. Are 
there any licence concerns around handling servlet-api.jar that I should 
be aware of? I know Apache foundation does not like linking to 
non-Apache code.

I could do as the current demo webapp does and make everything a JSP 
which would get around the dependency but this obviously pushes any 
compiler checking out until run-time which is not desirable.

Cheers
Mark



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


Re: new Wiki pages for speeding up searching/indexing

Posted by Michael McCandless <lu...@mikemccandless.com>.
Super, thanks!  I had also linked them into HowTo and the FAQ.  FAQ actually
had a few questions that touched on these topics so I pulled those questions
out into these pages and created 2 FAQs "How do I speed up indexing" and
"How do I speed up searching" which now just link to these pages.

Mike

"Grant Ingersoll" <gs...@apache.org> wrote:
> Very nice!
> 
> I linked them from http://wiki.apache.org/lucene-java/BestPractices
> 
> -Grant
> 
> On Jun 10, 2007, at 5:59 AM, Michael McCandless wrote:
> 
> > Hi,
> >
> > As part of our 2.2 documentation push, I've created 2 new wiki pages.
> > This one for speeding up indexing:
> >
> >   http://wiki.apache.org/lucene-java/ImproveIndexingSpeed
> >
> > And this one for speeding up searching:
> >
> >   http://wiki.apache.org/lucene-java/ImproveSearchingSpeed
> >
> > Please feel free to go and add more to these pages, especially for
> > ImproveSearchingSpeed (I'm less familiar with the searching
> > performance tradeoffs).
> >
> > Mike
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: java-dev-help@lucene.apache.org
> >
> 
> --------------------------
> Grant Ingersoll
> Center for Natural Language Processing
> http://www.cnlp.org/tech/lucene.asp
> 
> Read the Lucene Java FAQ at http://wiki.apache.org/jakarta-lucene/ 
> LuceneFAQ
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
> 

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


Re: new Wiki pages for speeding up searching/indexing

Posted by Grant Ingersoll <gs...@apache.org>.
Very nice!

I linked them from http://wiki.apache.org/lucene-java/BestPractices

-Grant

On Jun 10, 2007, at 5:59 AM, Michael McCandless wrote:

> Hi,
>
> As part of our 2.2 documentation push, I've created 2 new wiki pages.
> This one for speeding up indexing:
>
>   http://wiki.apache.org/lucene-java/ImproveIndexingSpeed
>
> And this one for speeding up searching:
>
>   http://wiki.apache.org/lucene-java/ImproveSearchingSpeed
>
> Please feel free to go and add more to these pages, especially for
> ImproveSearchingSpeed (I'm less familiar with the searching
> performance tradeoffs).
>
> Mike
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>

--------------------------
Grant Ingersoll
Center for Natural Language Processing
http://www.cnlp.org/tech/lucene.asp

Read the Lucene Java FAQ at http://wiki.apache.org/jakarta-lucene/ 
LuceneFAQ



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