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

2008-01-02 Thread Jesiel Trevisan
Hi everyone, I'm trying to use the Lucene 2.2.0 in my webpage, I would like to create a simple websearch field/function in my site. I'm intalled the example of Lucene, but, there is only a Search funcional implemented as example, not the indexing files. I would like to know how I can create a fi

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

2008-01-02 Thread Jesiel Trevisan
Index all the .txt files in the DataDir folder. > > > > Mehods in Indexer.java > > - index(File indexDir, File dataDir) > > Check if dataDir is directory throw reate a new IndexWriter > > Indexed writer construstor is used which the following aruguments () > > - indexDirectory (Inde

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

2008-01-02 Thread Jesiel Trevisan
r ? Tks. On Jan 2, 2008 1:38 PM, Erick Erickson <[EMAIL PROTECTED]> wrote: > 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 <[EMA

Which nutch version works on JVM 1.4.x ???

2008-01-03 Thread Jesiel Trevisan
Hi everyone, I need some websearch functions, like Spider, than, I will use the Nutch API´s I would like to know witch JVM version support run the nutch I got the Nutch release 0.9 and I´m seeing that support only JVM 1.5 I'm using the JVM 1.4.2 Does Nuch 0.8.1 work with it ? Tks.

Re: Which nutch version works on JVM 1.4.x ???

2008-01-03 Thread Jesiel Trevisan
Thanks Grant, I was no access this site in this morning, but now I get this information. Tks. On Jan 3, 2008 10:27 AM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > Have a look at Nutch: http://lucene.apache.org/nutch > > -Grant > > On Jan 3, 2008, at 6:21 AM, Jesiel Tre

Doubts about indexing the localhost ROOT using Dutch 0.8.1

2008-01-03 Thread Jesiel Trevisan
Hello everyone, I'm seeing the tutorial about Dutch WebSearcher in this URL: http://peterpuwang.googlepages.com/NutchGuideForDummies.htm I'm using ducth version 0.8.1 and JVM 1.4.2 I have some doubts about it, for example: I'm trying to index http://localhost/MyWebSite/ ... but I could do it b

Re: Doubts about indexing the localhost ROOT using Dutch 0.8.1

2008-01-03 Thread Jesiel Trevisan
wow I found the error, I have to http://localhost/MyWebSite/index.jsp into the Urls´s txt file... the dutch does not fond the JSP files starting /ROOT/ ... I need to put /ROOT/Index.jsp .. Well, thanks anyway ;-D On Jan 3, 2008 3:44 PM, Jesiel Trevisan <[EMAIL PROTECTED]> wrote: &

Re: LUCENE and UIMA

2008-01-07 Thread Jesiel Trevisan
I don´t know UIMA, but, you can you NUTCH to create index to Lucene´s search. Nutch is so easy, it implements the indexing and also search functions. You can find it in the lucene home page. Tks. On Jan 7, 2008 8:57 AM, vincenzo iafelice <[EMAIL PROTECTED]> wrote: > Hi all, > > i am a new user of