[jira] Updated: (SOLR-176) Add detailed timing data to query response output

2007-05-17 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Johnson updated SOLR-176: -- Attachment: RequesthandlerBase.patch added some average stats to RequestHandlerBase. all of the same

[jira] Commented: (SOLR-239) Read IndexSchema from InputStream instead of Config file

2007-05-17 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496606 ] Otis Gospodnetic commented on SOLR-239: --- Minor comment: if you use the same name for the patch file, JIRA will

[jira] Commented: (SOLR-208) RSS feed XSL example

2007-05-17 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496607 ] Otis Gospodnetic commented on SOLR-208: --- +1 for including this. I imagine a lot of people will want this to

[jira] Commented: (SOLR-208) RSS feed XSL example

2007-05-17 Thread Brian Whitman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496612 ] Brian Whitman commented on SOLR-208: I'm not involved or familiar with the RSS wars but I will say that this is a

[jira] Commented: (SOLR-236) Field collapsing

2007-05-17 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496617 ] Otis Gospodnetic commented on SOLR-236: --- Question: Do you need collapse=true when you can detect whether

[jira] Commented: (SOLR-208) RSS feed XSL example

2007-05-17 Thread Walter Underwood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496624 ] Walter Underwood commented on SOLR-208: --- I wasn't in the RSS wars, either, but I was on the Atom working group.

Code style

2007-05-17 Thread Otis Gospodnetic
Hi, Touchy topic: code style Should Solr be following the Lucene code formatting/style? Lucene follows Sun's recommendation except for the 2-space indent, I believe. I'm asking because Solr is full of variable and method names that look like abbrevs ;) - e.g. getDocListC - C?, and on top of

[jira] Commented: (SOLR-208) RSS feed XSL example

2007-05-17 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496649 ] Otis Gospodnetic commented on SOLR-208: --- Plus there is contrib/gdata-server under Lucene waiting to be used, so

Re: Code style

2007-05-17 Thread Yonik Seeley
On 5/17/07, Otis Gospodnetic [EMAIL PROTECTED] wrote: Touchy topic: code style Uh, oh... something everyone will have an opinion about ;-) Should Solr be following the Lucene code formatting/style? Lucene follows Sun's recommendation except for the 2-space indent, I believe. Well, that's

Re: Code style

2007-05-17 Thread Chris Hostetter
: How do the rest of you feel? I volunteer to tidy up the code, if : others agree with following Lucene's formating. I believe Nutch and : Hadoop already follow it. : : Solr already has a policy that is the same as Lucene. : I'm fine with cleanups... just try to avoid breaking patches in

Re: Code style

2007-05-17 Thread Otis Gospodnetic
Hi, - Original Message From: Yonik Seeley [EMAIL PROTECTED] To: solr-dev@lucene.apache.org Sent: Thursday, May 17, 2007 2:05:41 PM Subject: Re: Code style On 5/17/07, Otis Gospodnetic [EMAIL PROTECTED] wrote: Should Solr be following the Lucene code formatting/style?

Re: Code style

2007-05-17 Thread Otis Gospodnetic
Hi, - Original Message From: Chris Hostetter [EMAIL PROTECTED] I'd certianly prefer if all new code and new changes met teh style guidelines we have setup -- tidying up the lines that are being changed anyway as part of the commit, but frankly i'd just as soon leave code that works but

[jira] Commented: (SOLR-230) make post.jar support better args for using tutorial

2007-05-17 Thread Carsten (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496669 ] Carsten commented on SOLR-230: -- Being from the unix fraction: Why is there a need for -Ddata=stdin ? Just make it read

[jira] Commented: (SOLR-230) make post.jar support better args for using tutorial

2007-05-17 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496674 ] Hoss Man commented on SOLR-230: --- To answer both questions: i did it that way just to try and keep the code simple and