You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by acse <a2...@yahoo.com> on 2011/08/17 11:25:10 UTC

Re: example of searching Nutch with Lucene

Could anybody find a solution to this problem ? Is there a way to add Lucene
search capabilities to Nutch or to search indexes ,indexed by Nutch, with
Lucene?
For example, I want to create a PrefixSearch or Wildcard Search with Nutch.
Please help me if anybody knows anything about this topic. 

--
View this message in context: http://lucene.472066.n3.nabble.com/example-of-searching-Nutch-with-Lucene-tp617702p3261086.html
Sent from the Nutch - User mailing list archive at Nabble.com.

RE: example of searching Nutch with Lucene

Posted by acse <a2...@yahoo.com>.
Thank you for your quick answer. 
I'll try to search an index crawled by nutch. 
The only thing I try to find in Nutch was (*) while searching. 
Thanks a lot.. 

--
View this message in context: http://lucene.472066.n3.nabble.com/example-of-searching-Nutch-with-Lucene-tp617702p3264345.html
Sent from the Nutch - User mailing list archive at Nabble.com.

RE: example of searching Nutch with Lucene

Posted by Ar...@csiro.au.
Nutch 1.3 indexes into Solr. Solr supports Lucene syntax, with a few minor differences:

http://wiki.apache.org/solr/SolrQuerySyntax

If, for any reason, you would rather use an earlier version of Nutch, you can have a look how Lucene syntax support is implemented in Arch, which is an extension of Nutch:

http://www.atnf.csiro.au/computing/software/arch/

Regards,

Arkadi

> -----Original Message-----
> From: acse [mailto:a20047262@yahoo.com]
> Sent: Wednesday, 17 August 2011 7:25 PM
> To: nutch-user@lucene.apache.org
> Subject: Re: example of searching Nutch with Lucene
> 
> Could anybody find a solution to this problem ? Is there a way to add
> Lucene
> search capabilities to Nutch or to search indexes ,indexed by Nutch,
> with
> Lucene?
> For example, I want to create a PrefixSearch or Wildcard Search with
> Nutch.
> Please help me if anybody knows anything about this topic.
> 
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/example-of-searching-Nutch-with-
> Lucene-tp617702p3261086.html
> Sent from the Nutch - User mailing list archive at Nabble.com.