[jira] Commented: (SOLR-161) Dangling dash causes stack trace

2007-02-15 Thread Walter Underwood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473628 ] Walter Underwood commented on SOLR-161: --- It is really a Lucene query parser bug, but it wouldn't hurt to do s/(.*

[jira] Commented: (SOLR-161) Dangling dash causes stack trace

2007-02-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473627 ] Hoss Man commented on SOLR-161: --- A trailing dash is never meaningful, but should it be striped, escaped, or treated as a

[jira] Commented: (SOLR-161) Dangling dash causes stack trace

2007-02-15 Thread Walter Underwood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473625 ] Walter Underwood commented on SOLR-161: --- The parser can have a rule for this rather than exploding. A trailing da

[jira] Commented: (SOLR-161) Dangling dash causes stack trace

2007-02-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473622 ] Yonik Seeley commented on SOLR-161: --- Strikes me as more of an implementation detail... most people aren't going to t

[jira] Commented: (SOLR-161) Dangling dash causes stack trace

2007-02-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473610 ] Hoss Man commented on SOLR-161: --- i'm thinking the default should be to always assume they are special, but allow for a r

[jira] Commented: (SOLR-161) Dangling dash causes stack trace

2007-02-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473603 ] Yonik Seeley commented on SOLR-161: --- "do what i mean" isn't always easy. If you want to allow people to express + an

Re: finer granularity of configuration

2007-02-15 Thread Erik Hatcher
On Feb 15, 2007, at 7:59 PM, Otis Gospodnetic wrote: Hi, - Original Message From: Yonik Seeley <[EMAIL PROTECTED]> On 2/15/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: Sorry, this was meant for Erik (relates to some direct emails). Now everyone knows my secret desire: 1 Solr to

[jira] Updated: (SOLR-85) [PATCH] Add update form to the admin screen

2007-02-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-85: -- Attachment: solr-85-with-104.patch slight change so it applies cleanly after SOLR-145 > [PATCH] Add updat

[jira] Updated: (SOLR-142) RawResponseWriter - replace /admin/get-file.jsp

2007-02-15 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-142: --- Attachment: SOLR-142-RawResponseWriter.patch this version of the patch is only the RawResponseWriter.

[jira] Created: (SOLR-162) lucene index browser / admin helpers (Luke)

2007-02-15 Thread Ryan McKinley (JIRA)
lucene index browser / admin helpers (Luke) --- Key: SOLR-162 URL: https://issues.apache.org/jira/browse/SOLR-162 Project: Solr Issue Type: New Feature Components: web gui Reporte

[jira] Commented: (SOLR-161) Dangling dash causes stack trace

2007-02-15 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473580 ] Hoss Man commented on SOLR-161: --- Hmm... yeah, that's the trade off of DisMax respecting + and - as special characters an

Re: finer granularity of configuration

2007-02-15 Thread Otis Gospodnetic
Hi, - Original Message From: Yonik Seeley <[EMAIL PROTECTED]> On 2/15/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > Sorry, this was meant for Erik (relates to some direct emails). Now everyone > knows my secret desire: 1 Solr to serve N indices with the same config, just > a diff

[jira] Created: (SOLR-161) Dangling dash causes stack trace

2007-02-15 Thread Walter Underwood (JIRA)
Dangling dash causes stack trace Key: SOLR-161 URL: https://issues.apache.org/jira/browse/SOLR-161 Project: Solr Issue Type: Bug Components: search Affects Versions: 1.1.0 Environment:

Re: finer granularity of configuration

2007-02-15 Thread Yonik Seeley
On 2/15/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: Sorry, this was meant for Erik (relates to some direct emails). Now everyone knows my secret desire: 1 Solr to serve N indices with the same config, just a different directory. I'm thinking Simpy here: http://simpy-index-server/solr/s

[jira] Commented: (SOLR-140) single quote in search query will break any sorts

2007-02-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473503 ] Yonik Seeley commented on SOLR-140: --- Thanks for reminding me about this patch. I just tried it out again and it works

[jira] Commented: (SOLR-140) single quote in search query will break any sorts

2007-02-15 Thread John Kleven (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473494 ] John Kleven commented on SOLR-140: -- This patch didn't help me. Details as follows: I applied the patch (split_sort.t

[jira] Updated: (SOLR-86) [PATCH] standalone updater cli based on httpClient

2007-02-15 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SOLR-86: Attachment: simple-post-tool-2007-02-15.patch I have reworked the SimplePostTool, improved the

Re: svn commit: r507825 - /lucene/solr/trunk/src/java/org/apache/solr/handler/IndexInfoRequestHandler.java

2007-02-15 Thread Yonik Seeley
On 2/15/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: Any objections? Nope, version being a string sounds fine... as you say, it's only used for comparison. "age" or "openedAt" if expressed in milliseconds should be numberics though... is this a YAML bug? -Yonik

Re: finer granularity of configuration

2007-02-15 Thread Otis Gospodnetic
Sorry, this was meant for Erik (relates to some direct emails). Now everyone knows my secret desire: 1 Solr to serve N indices with the same config, just a different directory. I'm thinking Simpy here: http://simpy-index-server/solr/search/erik/links?q=ruby http://simpy-index-server/solr/