[ 
https://issues.apache.org/jira/browse/NUTCH-1527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13682380#comment-13682380
 ] 

lufeng commented on NUTCH-1527:
-------------------------------

Hi Markus

1. Elastic search will load the configure file first, so you need to add 
config/elasticsearch.yml in your runtime/local/config. But I don't find any 
method to load configure file with configuration.

2. do you still have lucene-core-3.4.jar in you runtime/local/lib directory?  
or do you add this

{code:xml}
+  <dependency org="org.elasticsearch" name="elasticsearch" rev="0.90.1"
+                    conf="*->default"/>
{code}

code in ivy/ivy.xml file. 

maybe the elasticsearch can not load class in nutch plugins system.

                
> Port nutch-elasticsearch-indexer to Nutch
> -----------------------------------------
>
>                 Key: NUTCH-1527
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1527
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.6, 2.1
>            Reporter: Lewis John McGibbney
>            Assignee: Markus Jelsma
>            Priority: Minor
>             Fix For: 2.4
>
>         Attachments: NUTCH-1527.patch, NUTCH-1527.patch, NUTCH-1527.patch
>
>
> The source repos for this can be found here [0].
> This issue should be inline with the work already done by Julien and others 
> over at NUTCH-1047.
> [0] https://github.com/ctjmorgan/nutch-elasticsearch-indexer

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to