Re: Implementing Search Suggestion on Solr

2010-10-27 Thread Antonio Calo'
Hi If I understood, you will build a kind of dictionary or ontology or thesauru and you will use it if Solr query results are few. At query time (before or after) you will perform a query on this dictionary in order to retrieve the suggested word. If you need to do this, you can try to cvre

Re: Search Interface

2010-09-28 Thread Antonio Calo'
Hi You could try to use the Velocity framework to build GUIs in a quick and efficent manner. Solr come with a velocity handler already integrated that could be the best solution in your case: http://wiki.apache.org/solr/VelocityResponseWriter Also take these hints on the same topic: htt

Re: java.lang.OutOfMemoryError: PermGen space when reopening solr server

2010-09-02 Thread Antonio Calo'
Il 02/09/2010 8.51, Lance Norskog ha scritto: Loading a servlet creates a bunch of classes via reflection. These are in PermGen and never go away. If you load&unload over and over again, any PermGen setting will fill up. I agree , taking a look to all the links suggested by Peter seems that thi

java.lang.OutOfMemoryError: PermGen space when reopening solr server

2010-09-01 Thread Antonio Calo'
Hi guys I'm facing an error in our production environment with our search application based on maven with spring + solrj. When I try to change a class, or try to redeploy/restart an application, I catch a java.lang.OutOfMemoryError: PermGen I've tryed to understand the cause of this and al

java.lang.OutOfMemoryError: PermGen space when reopening solr server

2010-09-01 Thread Antonio Calo'
Hi guys I'm facing an error in our production environment with our search application based on maven with spring + solrj. When I try to change a class, or try to redeploy/restart an application, I catch a java.lang.OutOfMemoryError: PermGen I've tryed to understand the cause of this and al