RE: best search engine framework to use with wicket

2011-07-17 Thread Chris Colman
gt;To: users@wicket.apache.org >Subject: Re: best search engine framework to use with wicket > >Thank you, Peter i'll keep your valuable suggestion in mind i am having >another clarification i am having many wicket maven projects each one >having >a particular feature how to integrate th

Re: best search engine framework to use with wicket

2011-07-17 Thread hariharansrc
Thank you, Peter i'll keep your valuable suggestion in mind i am having another clarification i am having many wicket maven projects each one having a particular feature how to integrate them all. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/best-search-engine-frame

Re: best search engine framework to use with wicket

2011-07-16 Thread Peter Karich
This is a bit mailinglist off topic but here are my suggestions ;) Have a deep look into ElasticSearch: http://www.elasticsearch.org/ Here is some code: wicket + guice + Elasticsearch: http://karussell.wordpress.com/2011/02/07/get-started-with-elasticsearch/ I started with wicket and solr: htt

Re: best search engine framework to use with wicket

2011-07-16 Thread hariharansrc
Thanks i keep in mind about using cms along with lucene -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/best-search-engine-framework-to-use-with-wicket-tp3671651p3672125.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: best search engine framework to use with wicket

2011-07-16 Thread Brian Topping
Carl-Eric and Martin are right, Wicket just stays out of the way with respect to other frameworks. It's literally just the presentation engine and does an awesome job at it. If you want something that is automatic in this regard, you might want to take a look at Brix (http://brixcms.org). Ins

Re: best search engine framework to use with wicket

2011-07-16 Thread hariharansrc
thanks, solr or lucene which i can prefer -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/best-search-engine-framework-to-use-with-wicket-tp3671651p3671986.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: best search engine framework to use with wicket

2011-07-16 Thread Martin Makundi
Lucene is quite easy to integrate, you should go for it! 2011/7/16 hariharansrc : > But i need to integrate wicket  with that framework.For example, for lucene > any archetypes are available > there for wicket lucene integration > > -- > View this message in context: > http://apache-wicket.184294

Re: best search engine framework to use with wicket

2011-07-16 Thread hariharansrc
But i need to integrate wicket with that framework.For example, for lucene any archetypes are available there for wicket lucene integration -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/best-search-engine-framework-to-use-with-wicket-tp3671651p3671676.html Sent from

Re: best search engine framework to use with wicket

2011-07-16 Thread Carl-Eric Menzel
On Sat, 16 Jul 2011 03:41:19 -0700 (PDT) hariharansrc wrote: > can anyone suggest the best search engine framework for wicket Wicket doesn't really care what other frameworks you use beside it. Wicket does nothing but the UI layer, and for everything else you can use whatever you want. Use Hiber