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
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
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
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.
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
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
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:
&
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