[jira] Updated: (SOLR-264) Support 'random' sort order

2007-06-21 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-264: Attachment: SOLR-264-RandomSortField-2.patch > public SortComparatorSource getFactory() { > : > r

[jira] Commented: (SOLR-196) A PHP response writer for Solr

2007-06-21 Thread Tristan Vittorio (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507078 ] Tristan Vittorio commented on SOLR-196: --- Hi Paul, Thanks for your work on the PHP response writer, I've applied

[jira] Created: (SOLR-271) admin console doesn't properly detect commit failure

2007-06-21 Thread Paul (JIRA)
admin console doesn't properly detect commit failure Key: SOLR-271 URL: https://issues.apache.org/jira/browse/SOLR-271 Project: Solr Issue Type: Bug Components: web gui Affec

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

2007-06-21 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-258: -- Attachment: date_facets.patch no functional changes: * updated to work against trunk * changed name of toExte

[jira] Created: (SOLR-270) dismax handler should not log a warning when sort by score desc is specified

2007-06-21 Thread Hoss Man (JIRA)
dismax handler should not log a warning when sort by score desc is specified Key: SOLR-270 URL: https://issues.apache.org/jira/browse/SOLR-270 Project: Solr Issue T

[jira] Commented: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-06-21 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506983 ] Will Johnson commented on SOLR-240: --- longer >>than without. No, after I applied the patch I have never seen a locku

[jira] Commented: (SOLR-240) java.io.IOException: Lock obtain timed out: SimpleFSLock

2007-06-21 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506973 ] Yonik Seeley commented on SOLR-240: --- > And so I made the attached patch which seems to run at least 100x longer than

[jira] Updated: (SOLR-269) UpdateRequestProcessorFactory - process requests before submitting them

2007-06-21 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-269: --- Attachment: SOLR-269-UpdateRequestProcessorFactory.patch > UpdateRequestProcessorFactory - process requ

[jira] Created: (SOLR-269) UpdateRequestProcessorFactory - process requests before submitting them

2007-06-21 Thread Ryan McKinley (JIRA)
UpdateRequestProcessorFactory - process requests before submitting them --- Key: SOLR-269 URL: https://issues.apache.org/jira/browse/SOLR-269 Project: Solr Issue Type: New F

[jira] Commented: (SOLR-264) Support 'random' sort order

2007-06-21 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506959 ] Koji Sekiguchi commented on SOLR-264: - If I post http://localhost:8983/solr/select/?q=*:*&fl=name&sort=rand_1234%2

[jira] Updated: (SOLR-268) SimplePostTool should show Solr error, not just HTTP code

2007-06-21 Thread Brian Whitman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Whitman updated SOLR-268: --- Attachment: post.jar.error.patch Attaching patch > SimplePostTool should show Solr error, not just HTT

[jira] Created: (SOLR-268) SimplePostTool should show Solr error, not just HTTP code

2007-06-21 Thread Brian Whitman (JIRA)
SimplePostTool should show Solr error, not just HTTP code - Key: SOLR-268 URL: https://issues.apache.org/jira/browse/SOLR-268 Project: Solr Issue Type: Bug Components: clients

[jira] Updated: (SOLR-267) log handler + query + hits

2007-06-21 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Johnson updated SOLR-267: -- Attachment: LogQueryHitCounts.patch slight update to log the webapp name which is set in the SolrDispatch

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

2007-06-21 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506920 ] Otis Gospodnetic commented on SOLR-215: --- Henri, question about this: FUTURE: Uploading new schema/conf would be

Re: [jira] Updated: (SOLR-267) log handler + query + hits

2007-06-21 Thread Yonik Seeley
On 6/21/07, Will Johnson <[EMAIL PROTECTED]> wrote: >This produces log messages that look like this: >INFO: /select q=solr&wt=python&indent=on hits=1 0 94 > >If there was no DocSet, it would look like this: >INFO: /select q=solr&wt=python&indent=on - 0 94 I would think that tacking the new stats

RE: [jira] Updated: (SOLR-267) log handler + query + hits

2007-06-21 Thread Will Johnson
>This produces log messages that look like this: >INFO: /select q=solr&wt=python&indent=on hits=1 0 94 > >If there was no DocSet, it would look like this: >INFO: /select q=solr&wt=python&indent=on - 0 94 I would think that tacking the new stats onto the end of the line would be better than in the

Re: Sorting on solr.TextField

2007-06-21 Thread J.J. Larrea
Thanks, Yonik - I think that was a record for me (you committed a fix < 40 minutes from when I reported the issue)! - J.J. At 12:40 AM -0400 6/21/07, Yonik Seeley wrote: >Thanks J.J., I just committed the fix. >sortMissing* was added later and was simply missed for TextField. > >-Yonik

Build failed in Hudson: Solr-Nightly #119

2007-06-21 Thread hudson
See http://lucene.zones.apache.org:8080/hudson/job/Solr-Nightly/119/changes Changes: [yonik] share the love... [yonik] fix logging of chars < 32 [yonik] make TextField respect sortMissingFirst,sortMissingLast -- [...truncated 874 lines...] AUclie