[jira] Commented: (SOLR-308) Add a field that generates an unique id when you have none in your data to index

2007-07-30 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516307 ] Hoss Man commented on SOLR-308: --- a few misc comments... 1) ...val.startsWith(NEW)... seems like a bad idea, why not

Re: Master/Slave and Primary/Secondary

2007-07-30 Thread Chris Hostetter
: As it pertains to Solr, I've often used Master and Searcher. : Probably even more correct would be Indexer and Searcher. : Primary and Secondary don't quite sound right for the Solr : situation... (but Master and Slave doesn't capture it any better : either). primary/secondary doesn't relaly

[jira] Commented: (SOLR-308) Add a field that generates an unique id when you have none in your data to index

2007-07-30 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516368 ] Thomas Peuss commented on SOLR-308: --- 1.) I change it. 2.) I remove the check. I understand that this has a

[jira] Updated: (SOLR-308) Add a field that generates an unique id when you have none in your data to index

2007-07-30 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Peuss updated SOLR-308: -- Attachment: UUIDField.patch Changes based on comments... Add a field that generates an unique id when

[jira] Commented: (SOLR-215) Multiple Solr Cores

2007-07-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516415 ] Ryan McKinley commented on SOLR-215: we can easily 'reinstate' SolrConfig.config by assigning it the 'null' core

[jira] Updated: (SOLR-139) Support updateable/modifiable documents

2007-07-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-139: -- Attachment: getStoredFields.patch Attaching a patch for getStoredFields that appears to work. Support

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-07-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516473 ] Yonik Seeley commented on SOLR-139: --- So the big issue now is that I don't think we can use getStoredFields() and do

Re: PHP Response Writer for Solr

2007-07-30 Thread Yonik Seeley
On 7/25/07, Pieter Berkel [EMAIL PROTECTED] wrote: I've been using the proposed PHP response writer code from SOLR-196 (eval-able php code) and SOLR-275 (serialized php data) for some time now and would like to work towards getting these included in the main Solr distribution.

[jira] Updated: (SOLR-301) Clean up param interface. Leave deprecated options in deprecated classes

2007-07-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-301: --- Attachment: SOLR-301-ParamCleanup.patch moves SOLR-258 params into their own file. This touches a lot

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-07-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516598 ] Ryan McKinley commented on SOLR-139: So I think that we need a modifyDocument() call on updateHandler, and

Re: [jira] Commented: (SOLR-258) Date based Facets

2007-07-30 Thread Greg Ludington
I started looking through this, and it looks very nice, though I do see one slight nit to pick. I may be reading this incorrectly, but two parameters in rangeCount appear to be transposed. In SimpleFacets.java, the rangeCount method uses: new ConstantScoreRangeQuery(field,low,high,iHigh,iLow)