[ 
https://issues.apache.org/jira/browse/NUTCH-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doğacan Güney updated NUTCH-520:
--------------------------------

    Attachment: RFC_multiple_index_backends_v3.patch

New version. 

* Index metadata is replaced with Configuration. 

* Some helper methods are added to make specifying field options easier. For 
example, this is how one can specify "url" field is stored/indexed:

       LuceneWriter.addFieldOptions("url", STORE.YES, INDEX.TOKENIZED, conf);

Enums in LuceneWriter are written in all caps to avoid confusion with lucene's 
Field class. I guess we can give them a better name instead.

* Some cleanups.

> A common infrastructure for different index backends
> ----------------------------------------------------
>
>                 Key: NUTCH-520
>                 URL: https://issues.apache.org/jira/browse/NUTCH-520
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>            Reporter: Doğacan Güney
>         Attachments: RFC_multiple_index_backends.patch, 
> RFC_multiple_index_backends_v2.patch, RFC_multiple_index_backends_v3.patch
>
>
> With the discussion of solr as a possible index and search backend, I think 
> we need a new indexing architecture (that doesn't depend on lucene) that can 
> use multiple backends to index.

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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Nutch-developers mailing list
Nutch-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to