You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Andrzej Bialecki (JIRA)" <ji...@apache.org> on 2010/10/28 22:41:22 UTC

[jira] Created: (NUTCH-930) Remove remaining dependencies on Lucene API

Remove remaining dependencies on Lucene API
-------------------------------------------

                 Key: NUTCH-930
                 URL: https://issues.apache.org/jira/browse/NUTCH-930
             Project: Nutch
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Andrzej Bialecki 
            Assignee: Andrzej Bialecki 


Nutch doesn't use Lucene API anymore, all indexing happens via Lucene-agnostic SolrJ API. The only place where we still use a minor part of Lucene is in index-basic, and that use (DateTools) can be easily replaced.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NUTCH-930) Remove remaining dependencies on Lucene API

Posted by "Andrzej Bialecki (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrzej Bialecki  updated NUTCH-930:
------------------------------------

    Attachment: NUTCH-930.patch

Patch to fix the issue. I'll commit this shortly.

> Remove remaining dependencies on Lucene API
> -------------------------------------------
>
>                 Key: NUTCH-930
>                 URL: https://issues.apache.org/jira/browse/NUTCH-930
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Andrzej Bialecki 
>            Assignee: Andrzej Bialecki 
>         Attachments: NUTCH-930.patch
>
>
> Nutch doesn't use Lucene API anymore, all indexing happens via Lucene-agnostic SolrJ API. The only place where we still use a minor part of Lucene is in index-basic, and that use (DateTools) can be easily replaced.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


End of an era (Re: [jira] Resolved: (NUTCH-930) Remove remaining dependencies on Lucene API)

Posted by Andrzej Bialecki <ab...@getopt.org>.
Hi devs,

With this commit Nutch is totally Lucene API-free. This marks an end of
an era... *sniff* I feel nostalgic... ;)


On 2010-10-28 22:59, Andrzej Bialecki (JIRA) wrote:
> 
>      [ https://issues.apache.org/jira/browse/NUTCH-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Andrzej Bialecki  resolved NUTCH-930.
> -------------------------------------
> 
>        Resolution: Fixed
>     Fix Version/s: 2.0
> 
> Committed in rev. 1028474.
> 
>> Remove remaining dependencies on Lucene API
>> -------------------------------------------
>>
>>                 Key: NUTCH-930
>>                 URL: https://issues.apache.org/jira/browse/NUTCH-930
>>             Project: Nutch
>>          Issue Type: Improvement
>>    Affects Versions: 2.0
>>            Reporter: Andrzej Bialecki 
>>            Assignee: Andrzej Bialecki 
>>             Fix For: 2.0
>>
>>         Attachments: NUTCH-930.patch
>>
>>
>> Nutch doesn't use Lucene API anymore, all indexing happens via Lucene-agnostic SolrJ API. The only place where we still use a minor part of Lucene is in index-basic, and that use (DateTools) can be easily replaced.
> 



-- 
Best regards,
Andrzej Bialecki     <><
 ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com


[jira] Resolved: (NUTCH-930) Remove remaining dependencies on Lucene API

Posted by "Andrzej Bialecki (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrzej Bialecki  resolved NUTCH-930.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Committed in rev. 1028474.

> Remove remaining dependencies on Lucene API
> -------------------------------------------
>
>                 Key: NUTCH-930
>                 URL: https://issues.apache.org/jira/browse/NUTCH-930
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Andrzej Bialecki 
>            Assignee: Andrzej Bialecki 
>             Fix For: 2.0
>
>         Attachments: NUTCH-930.patch
>
>
> Nutch doesn't use Lucene API anymore, all indexing happens via Lucene-agnostic SolrJ API. The only place where we still use a minor part of Lucene is in index-basic, and that use (DateTools) can be easily replaced.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.