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
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
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
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
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