Re: Best Practice for Lucene Search

2009-02-01 Thread ilwes
I like the point about doing things the easiest way possible until it starts to become a problem. Thank you very much for your answers and for the insight how you handle this issue. You helped me a lot. Ilwes -- View this message in context: http://www.nabble.com/Best-Practice-for-Lucene

Best Practice for Lucene Search

2009-01-30 Thread ilwes
ve it to both index and mySQL DB (as I'm doing right now). 2) Save only searchable fields (title, description and tags) and an product_id to index and use product_id to query everything else from DB? 3) ..? Would be thankful for some hints and your experience. Thx, ilwes p.s. btw. im wo