Re: Getting Start to LUCENE 2.2.0 - How to Indexing a Directory of Your WebSite.

2008-01-02 Thread anjana m
Well there is analayser... you can modify it basedon your needs and use it.. On Jan 3, 2008 12:37 AM, Jesiel Trevisan <[EMAIL PROTECTED]> wrote: > Nice! > Now, I got the Lucene's index files and my search found the files with the > keywords. > > But in this example, I can get only the search resu

Re: Getting Start to LUCENE 2.2.0 - How to Indexing a Directory of Your WebSite.

2008-01-02 Thread Erick Erickson
I'd really recommend the Lucene In Action book. True, it's based on the 1.4 codebase, but the query syntax isn't changed. Barring that, take a closer look at the Lucene website, the "documentation" link on the left and you'll find this page.. http://lucene.apache.org/java/docs/queryparsersynt

Re: Getting Start to LUCENE 2.2.0 - How to Indexing a Directory of Your WebSite.

2008-01-02 Thread Jesiel Trevisan
Nice! Now, I got the Lucene's index files and my search found the files with the keywords. But in this example, I can get only the search result with any keywords entered. Then, someone knows how I can do the search with All Keyword ? For example, I have the keyword "house red" ... I would like

Re: Getting Start to LUCENE 2.2.0 - How to Indexing a Directory of Your WebSite.

2008-01-02 Thread Erick Erickson
Yes, see the Lucene home page (sorry, I forget the exact link) for the changes for the various upgrades. Especially to 1.9 and then to 2.0. Erick On Jan 2, 2008 9:31 AM, Jesiel Trevisan <[EMAIL PROTECTED]> wrote: > Thanks. > > I'm seeing many chances in this Lucene version 1.3 to 2.2.0 > > For e

Re: Getting Start to LUCENE 2.2.0 - How to Indexing a Directory of Your WebSite.

2008-01-02 Thread Jesiel Trevisan
Thanks. I'm seeing many chances in this Lucene version 1.3 to 2.2.0 For example, does exists Field.Text() ... .KeyWork()... etc On Jan 2, 2008 10:39 AM, anjana m <[EMAIL PROTECTED]> wrote: > Hope this info will help.. > i have just finished the task... > run the indexer > then run the seracher.

Re: Getting Start to LUCENE 2.2.0 - How to Indexing a Directory of Your WebSite.

2008-01-02 Thread anjana m
Hope this info will help.. i have just finished the task... run the indexer then run the seracher.. check the mail completly these are the steps that i ahve followed.. t search directories.. * Indexer.java* import org.apache.lucene.index.IndexWriter; import org.apache.lucene.analysis.standa