RE: New user here clearing doubts

2009-05-25 Thread StanleyTan
hi Uwe Schindler, can u further explain to me what do u mean by different techniques to enable dynamic content? there isnt any way i can apply lucene into my javascript and call the function? it is only for searching through a folder of .html files. i'm sorry, new to lucene and desperately need h

RE: New user here clearing doubts

2009-05-25 Thread Uwe Schindler
You need at least some active component on the web server, that processes the search. Simple HTML pages cannot do this alone. It depends on the technology what you want to use, e.g. you can use different techniques to enable dynamic content, but Lucene is a Java solution, so a web application is to

Re: New user here clearing doubts

2009-05-25 Thread Michael McCandless
Could you re-ask this on java-user instead? This list discusses how to develop Lucene, while java-user discusses how to use Lucene. Mike On Mon, May 25, 2009 at 6:02 AM, StanleyTan wrote: > > hi all, > > i'm new to lucene. will like to ask, am i able to integrate lucene search > into my normal