Re: tweak to analysis.jsp for payload

2008-04-04 Thread Mike Klaas
On 3-Apr-08, at 3:58 PM, Tricia Williams wrote: Hi, I think that displaying the payload (if one exists) of each token in the analysis.jsp would be beneficial. My simple solution was to add a row to the existing table, convert the Payload byte array to a String and simple print the resul

[jira] Commented: (SOLR-527) An XML commit only request handler

2008-04-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585774#action_12585774 ] Hoss Man commented on SOLR-527: --- bq. Should there be a default update mechanism if none are spe

Re: tweak to analysis.jsp for payload

2008-04-04 Thread Grant Ingersoll
As the guy who wrote PayloadHelper, what I really imagined was using Lucene's vint, etc. stuff, but that was a bit more refactoring wise. It can be handy for some payloads, but it is still on the app developer to know what was put in the payload. What this means in terms of Solr is still

[jira] Commented: (SOLR-527) An XML commit only request handler

2008-04-04 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585702#action_12585702 ] patrick o'leary commented on SOLR-527: -- I guess there's a couple of questions I'd have a

Re: tweak to analysis.jsp for payload

2008-04-04 Thread Chris Hostetter
:There is a PayloadHelper class in Lucene that has decode/encode float and : int methods. Any ideas on how Payloads might be uniformly decoded into : something readable/debugable from the gui? I think bytes to String will give : enough of a clue to be helpful. I've never really looked at Pa

[jira] Commented: (SOLR-17) XSD for solr requests/responses

2008-04-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585686#action_12585686 ] Hoss Man commented on SOLR-17: -- Comment that came up regarding this issue in a solr-dev email tod

Re: XML and JSON input / output specs?

2008-04-04 Thread Chris Hostetter
: feature similar functionality to Solr. I'd like to make the input and : output compatible with Solr (or at least have compatible options) so I'm There was work done on an XSD file for the Solr output XML format, i think it was almost finished but it had a few kinks; and we weren't relaly sure

[jira] Commented: (SOLR-534) Return all query results with parameter rows=-1

2008-04-04 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585675#action_12585675 ] Hoss Man commented on SOLR-534: --- +0 rows=$REALLY_BIG_NUMBER works just as well, makes people j

[jira] Commented: (SOLR-527) An XML commit only request handler

2008-04-04 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585573#action_12585573 ] Sean Timm commented on SOLR-527: Thanks all for taking a look at this. The ReadOnlyUpdatePro

[jira] Commented: (SOLR-127) Make Solr more friendly to external HTTP caches

2008-04-04 Thread Walter Ferrara (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585557#action_12585557 ] Walter Ferrara commented on SOLR-127: - Just noticed a small (and functionally irrelevant)

Re: [GSOC proposal]: Solr javascript client library

2008-04-04 Thread Matthias Epheser
Ryan McKinley schrieb: found it. On page 9 of a completely unordered/unsearchable list you would think google could add search/sort no? In general looks good. We can discuss implementation details later, but one thing to consider is taking this opportunity to build a better example data

Solr nightly build failure

2008-04-04 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build compile-common: [mkdir] Created dir: /tmp/apache-solr-nightly/build/common [javac] Compiling 31 source files to /tmp/apache-solr-nightly/build/common [javac] Note: Some input files use unchecked or unsafe o

Hudson build is back to normal: Solr-trunk #397

2008-04-04 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/397/changes

[jira] Updated: (SOLR-534) Return all query results with parameter rows=-1

2008-04-04 Thread Lars Kotthoff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Kotthoff updated SOLR-534: --- Attachment: solr-all-results.patch Patch adding the feature. If rows is negative, all results are retur

[jira] Created: (SOLR-534) Return all query results with parameter rows=-1

2008-04-04 Thread Lars Kotthoff (JIRA)
Return all query results with parameter rows=-1 --- Key: SOLR-534 URL: https://issues.apache.org/jira/browse/SOLR-534 Project: Solr Issue Type: New Feature Components: search Affects

[jira] Created: (SOLR-533) make tests using JettySolrRunner more resilient to "BindException: Address already in use"

2008-04-04 Thread Hoss Man (JIRA)
make tests using JettySolrRunner more resilient to "BindException: Address already in use" -- Key: SOLR-533 URL: https://issues.apache.org/jira/browse/SOLR-533 Pr