[jira] Commented: (SOLR-947) QueryParsing.toString() should check ConstantScoreRangeQuery before RangeQuery

2009-01-01 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660193#action_12660193 ] Yonik Seeley commented on SOLR-947: --- Ah, this was introduced when Lucene changed

[jira] Updated: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-01-01 Thread Preetam Rao (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Preetam Rao updated SOLR-934: - Attachment: SOLR-934.patch Most of the features are implemented now. Test cases also updated. Enable

[jira] Updated: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-01-01 Thread Preetam Rao (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Preetam Rao updated SOLR-934: - Description: Enable importing of mails into solr through DIH. Take one or more mailbox

[jira] Updated: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-01-01 Thread Preetam Rao (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Preetam Rao updated SOLR-934: - Description: Enable importing of mails into solr through DIH. Take one or more mailbox credentials,

[jira] Commented: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-01-01 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660208#action_12660208 ] Noble Paul commented on SOLR-934: - looks good. A few observations. * the init must call

[jira] Commented: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-01-01 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660210#action_12660210 ] Grant Ingersoll commented on SOLR-934: -- Would it make more sense for DIH to farm out

[jira] Commented: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-01-01 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660214#action_12660214 ] Noble Paul commented on SOLR-934: - bq.Would it make more sense for DIH to farm out it's

[jira] Issue Comment Edited: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-01-01 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660208#action_12660208 ] noble.paul edited comment on SOLR-934 at 1/1/09 11:22 AM: -- looks

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-01-01 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660219#action_12660219 ] Ryan McKinley commented on SOLR-773: Thanks patrick! Two things stick out to me: 1.

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-01-01 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660220#action_12660220 ] Ryan McKinley commented on SOLR-773: Not a big deal, but it looks like the

[jira] Updated: (SOLR-773) Incorporate Local Lucene/Solr

2009-01-01 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-773: --- Attachment: SOLR-773-local-lucene.patch Here is a (totally untested) patch that uses QParser. This

Re: [jira] Commented: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-01-01 Thread Preetam Rao
Hi Ben, DIH stands for Data Import Handler. Its main aim is to provide a away of indexing data into solr from different kind of sources, mainly DB, Rest APIs, Files etc. This issue deals with adding one more data source (which is handled by something called EntityProcessor in DIH lingo) which is a

[jira] Updated: (SOLR-773) Incorporate Local Lucene/Solr

2009-01-01 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-773: --- Attachment: SOLR-773-local-lucene.patch This version runs, but still no tests. I added spatial stuff

Re: [jira] Commented: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-01-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
Hi Ben, You can take a look at the wiki page for DIH http://wiki.apache.org/solr/DataImportHandler It helps you index mostly structured data into Solr from db, xml etc . It can be considered as an ETL tool (http://en.wikipedia.org/wiki/Extract,_transform,_load ) for Solr. Adding mail support