[jira] Created: (SOLR-1810) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Sean Timm (JIRA)
/jira/browse/SOLR-1810 Project: Solr Issue Type: Bug Components: contrib - DataImportHandler Affects Versions: 1.4 Reporter: Sean Timm Assignee: Noble Paul Fix For: 1.5 MySQL requires that the backslash and the quote

[jira] Closed: (SOLR-1810) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm closed SOLR-1810. --- Resolution: Won't Fix Clone in JIRA didn' t work the way I thought it would. :-) DataImportHandler

[jira] Created: (SOLR-1811) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Sean Timm (JIRA)
/jira/browse/SOLR-1811 Project: Solr Issue Type: Bug Components: contrib - DataImportHandler Affects Versions: 1.4 Reporter: Sean Timm Priority: Minor Fix For: 1.5 The first argument can be a computed value eg

[jira] Commented: (SOLR-1811) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842018#action_12842018 ] Sean Timm commented on SOLR-1811: - Looking at the query sent to MySQL, I see that the time

[jira] Updated: (SOLR-1811) DataImportHandler: dataimporter.functions.formatDate should have a redefined concept of NOW for each import

2010-03-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-1811: Attachment: SOLR-1811.patch DataImportHandler: dataimporter.functions.formatDate should have a redefined

[jira] Created: (SOLR-1767) DataImportHandler: dataimporter.functions.escapeSql

2010-02-09 Thread Sean Timm (JIRA)
DataImportHandler: dataimporter.functions.escapeSql --- Key: SOLR-1767 URL: https://issues.apache.org/jira/browse/SOLR-1767 Project: Solr Issue Type: Bug Reporter: Sean Timm

[jira] Updated: (SOLR-1767) DataImportHandler: dataimporter.functions.escapeSql() does not escape backslash character

2010-02-09 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-1767: Labels: dih (was: ) Component/s: contrib - DataImportHandler Fix Version/s

[jira] Updated: (SOLR-1767) DataImportHandler: dataimporter.functions.escapeSql() does not escape backslash character

2010-02-09 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-1767: Attachment: SOLR-1767.patch adds escaping of backslash with a test case. DataImportHandler

[jira] Created: (SOLR-774) Logging admin servlet incorrectly displays the logging level

2008-09-17 Thread Sean Timm (JIRA)
: 1.3 Reporter: Sean Timm Priority: Minor A bug fix for SOLR-554 (revision 683672) was incorrectly applied resulting in the effective log level being displayed incorrectly. The attached patch fixes the problem. -- This message is automatically generated by JIRA. - You

[jira] Updated: (SOLR-774) Logging admin servlet incorrectly displays the logging level

2008-09-17 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-774: --- Attachment: SOLR-774.patch Logging admin servlet incorrectly displays the logging level

[jira] Updated: (SOLR-774) Logging admin servlet displays an incorrect effective logging level

2008-09-17 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-774: --- Summary: Logging admin servlet displays an incorrect effective logging level (was: Logging admin servlet

Jira versions

2008-09-17 Thread Sean Timm
The Affects Version/s: and Fix Version/s: in Jira need updating to list 1.3 as released. -Sean

[jira] Created: (SOLR-754) Solr logo on admin pages should always link back to main admin page

2008-09-05 Thread Sean Timm (JIRA)
Components: web gui Affects Versions: 1.2, 1.3 Reporter: Sean Timm Priority: Trivial Fix For: 1.3 The Solr logo on the threaddump, ping and registry admin pages do not link back to the main admin page as the logos on the other pages do. This patch fixes

[jira] Updated: (SOLR-754) Solr logo on admin pages should always link back to main admin page

2008-09-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-754: --- Attachment: SOLR-754.patch Solr logo on admin pages should always link back to main admin page

Re: NamedList and SearchComponent in practice

2008-08-20 Thread Sean Timm
You can replace them, but it is not pretty. Also, the results are in at least two places in the ResponseBuilder which seems a bit odd. //replace the DocList in ResponseBuilder DocList dl = new DocSlice(docs.offset(), kept, keepDocs, keepScores, docs.matches(), docs.maxScore());

[jira] Created: (SOLR-707) DocIterator doesn't support remove(); should throw UnsupportedOperationException

2008-08-18 Thread Sean Timm (JIRA)
Issue Type: Bug Components: search Affects Versions: 1.3 Reporter: Sean Timm Priority: Trivial In DocSlice, DocIterator doesn't support the optional remove operation. According to the Iterator Javadocs, remove should throw an UnsupportedOperationException

[jira] Updated: (SOLR-707) DocIterator doesn't support remove(); should throw UnsupportedOperationException

2008-08-18 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-707: --- Attachment: SOLR-707.patch Patch to throw UnsupportedOperationException and simple Javadoc comment saying

SOLR-161 dupe of SOLR-589

2008-08-15 Thread Sean Timm
I think SOLR-161 can be marked resolved as a dupe of SOLR-589 which Otis committed yesterday. -Sean

[jira] Updated: (SOLR-589) DisMaxRequestHandler crashes on badly formed query strings ( combinations of - and + )

2008-08-13 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-589: --- Attachment: SOLR-589.patch Simplified one of the regular expressions and improved performance for queries

[jira] Reopened: (SOLR-554) Hierarchical JDK log level selector for SOLR Admin

2008-08-07 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm reopened SOLR-554: Found a bug. If a synthesized logger is set to OFF, the below exception is thrown. {noformat} HTTP ERROR: 500

[jira] Commented: (SOLR-554) Hierarchical JDK log level selector for SOLR Admin

2008-08-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12619886#action_12619886 ] Sean Timm commented on SOLR-554: There have been times that I've wanted to turn on logging

Re: [jira] Updated: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-08-01 Thread Sean Timm
Is there a recommended way to replicate the spell checker index from the master to the slaves? -Sean Shalin Shekhar Mangar (JIRA) wrote: [ https://issues.apache.org/jira/browse/SOLR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated

Re: [jira] Updated: (SOLR-622) SpellCheckComponent should build or load indices on startup and commits

2008-08-01 Thread Sean Timm
Thanks. I saw the multicore part of the issue title and disregarded it. :-) -Sean Shalin Shekhar Mangar wrote: We have SOLR-433 open. Not sure what needs to be done there. On Fri, Aug 1, 2008 at 7:46 PM, Sean Timm [EMAIL PROTECTED] wrote: Is there a recommended way to replicate

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

2008-07-29 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-527: --- Attachment: ReadOnlyUpdateProcessorFactory.java Updated to work with recently committed SOLR-660. An XML

[jira] Commented: (SOLR-665) FIFO Cache (Unsynchronized): 9x times performance boost

2008-07-28 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12617448#action_12617448 ] Sean Timm commented on SOLR-665: Fuad-- I agree with Yonik here. From the HashMap Javadoc

[jira] Commented: (SOLR-502) Add search time out support

2008-07-10 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612596#action_12612596 ] Sean Timm commented on SOLR-502: I think that the code is fine as is. Just the Javadoc

[jira] Commented: (SOLR-502) Add search time out support

2008-07-09 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612176#action_12612176 ] Sean Timm commented on SOLR-502: Yonik-- I just noticed that the Javadoc specifies Long

[jira] Commented: (SOLR-303) Distributed Search over HTTP

2008-07-08 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12611758#action_12611758 ] Sean Timm commented on SOLR-303: Another option is to pass state on the number of documents

[jira] Issue Comment Edited: (SOLR-527) An XML commit only request handler

2008-06-27 Thread Sean Timm (JIRA)
Components: update Affects Versions: 1.3 Reporter: Sean Timm Priority: Trivial Attachments: ReadOnlyUpdateProcessorFactory.java, ReadOnlyUpdateProcessorFactory.java, SOLR-527.patch This request handler only permits commit/ messages. It is provided as one way

[jira] Updated: (SOLR-502) Add search time out support

2008-06-27 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: SOLR-502.patch Added a SolrIndexSearcher.search() method that uses a command pattern. Add search

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-06-26 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12608527#action_12608527 ] Sean Timm commented on SOLR-572: For what it is worth, here is the code that I used client

[jira] Commented: (SOLR-607) Commit only request handler for read only slaves

2008-06-26 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12608647#action_12608647 ] Sean Timm commented on SOLR-607: How is this different from SOLR-527? Commit only request

Re: [jira] Updated: (SOLR-502) Add search time out support

2008-06-20 Thread Sean Timm
PM, Sean Timm (JIRA) [EMAIL PROTECTED] wrote: [ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: SOLR-502.patch This patch adds a conditional

[jira] Commented: (SOLR-502) Add search time out support

2008-06-20 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12606798#action_12606798 ] Sean Timm commented on SOLR-502: Are you thinking the command pattern would be the preferred

[jira] Updated: (SOLR-502) Add search time out support

2008-06-19 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: SOLR-502.patch Changes the setting of the partialResults flag from the results

[jira] Commented: (SOLR-502) Add search time out support

2008-06-19 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12606428#action_12606428 ] Sean Timm commented on SOLR-502: The timeout is to protect the server side. The client side

[jira] Commented: (SOLR-502) Add search time out support

2008-06-19 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12606473#action_12606473 ] Sean Timm commented on SOLR-502: bq. that definitely cuts down the patch size [...] What's

[jira] Commented: (SOLR-502) Add search time out support

2008-06-18 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12606050#action_12606050 ] Sean Timm commented on SOLR-502: I've been thinking about putting the timeout info

[jira] Commented: (SOLR-303) Distributed Search over HTTP

2008-06-17 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605666#action_12605666 ] Sean Timm commented on SOLR-303: In SOLR-502, there is the notion of partialResults

[jira] Commented: (SOLR-502) Add search time out support

2008-06-17 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605714#action_12605714 ] Sean Timm commented on SOLR-502: Yonik-- Do you have a suggestion on how to get

[jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-06-12 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604617#action_12604617 ] Sean Timm commented on SOLR-572: It doesn't appear that you can get both extendedResults

[jira] Updated: (SOLR-589) DisMaxRequestHandler crashes on badly formed query strings ( combinations of - and + )

2008-06-10 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-589: --- Attachment: SOLR-589.patch This patch strips out consecutive +/- operators, or dangling +/- operators

[jira] Updated: (SOLR-589) DisMaxRequestHandler crashes on badly formed query strings ( combinations of - and + )

2008-06-10 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-589: --- Attachment: SOLR-589.patch Changed to use non-capturing groups. Also reversed the order the regular

[jira] Updated: (SOLR-502) Add search time out support

2008-06-05 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: SOLR-502.patch This patch adds a conditional to ensure backwards compatibility within SOLR 1.3

[jira] Updated: (SOLR-502) Add search time out support

2008-06-04 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: SOLR-502.patch * Adds partialResults support to the binary response, which is used by distributed

[jira] Commented: (SOLR-502) Add search time out support

2008-06-04 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602550#action_12602550 ] Sean Timm commented on SOLR-502: Sorry about the timeallowed parameter. For some reason I

Re: [jira] Issue Comment Edited: (SOLR-502) Add search time out support

2008-06-03 Thread Sean Timm
Components: search Reporter: Sean Timm Assignee: Otis Gospodnetic Priority: Minor Fix For: 1.3 Attachments: SOLR-502.patch, SOLR-502.patch, solrTimeout.patch, solrTimeout.patch, solrTimeout.patch, solrTimeout.patch, solrTimeout.patch

[jira] Issue Comment Edited: (SOLR-502) Add search time out support

2008-05-27 Thread Sean Timm (JIRA)
--- Key: SOLR-502 URL: https://issues.apache.org/jira/browse/SOLR-502 Project: Solr Issue Type: New Feature Components: search Reporter: Sean Timm Assignee: Otis Gospodnetic Priority: Minor

[jira] Updated: (SOLR-502) Add search time out support

2008-05-27 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: SOLR-502.patch * Added Javadoc note that a timeallowed param =0 (or omitted) results

[jira] Commented: (SOLR-502) Add search time out support

2008-05-27 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12600196#action_12600196 ] Sean Timm commented on SOLR-502: bq. SOLR-502-solrj.patch is just an old patch that we can

[jira] Updated: (SOLR-554) Hierarchical JDK log level selector for SOLR Admin

2008-05-23 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-554: --- Attachment: SOLR-554-screenshot-2.jpg LF screenshot Hierarchical JDK log level selector for SOLR Admin

[jira] Updated: (SOLR-554) Hierarchical JDK log level selector for SOLR Admin

2008-05-23 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-554: --- Attachment: (was: SOLR-554-screenshot-1.jpg) Hierarchical JDK log level selector for SOLR Admin

[jira] Updated: (SOLR-554) Hierarchical JDK log level selector for SOLR Admin

2008-05-23 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-554: --- Attachment: (was: SOLR-554-screenshot-2.jpg) Hierarchical JDK log level selector for SOLR Admin

[jira] Updated: (SOLR-554) Hierarchical JDK log level selector for SOLR Admin

2008-05-23 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-554: --- Attachment: SOLR-554-screenshot-3.jpg Better logo positioning. Hierarchical JDK log level selector for SOLR

[jira] Commented: (SOLR-554) Hierarchical JDK log level selector for SOLR Admin

2008-05-23 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12599434#action_12599434 ] Sean Timm commented on SOLR-554: No, like the existing logging.jsp, it doesn't touch

[jira] Commented: (SOLR-502) Add search time out support

2008-05-22 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12599085#action_12599085 ] Sean Timm commented on SOLR-502: Otis, I'd be happy to do so. Is there a way to generate

[jira] Updated: (SOLR-554) Hierarchical JDK log level selector for SOLR Admin

2008-05-22 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-554: --- Attachment: SOLR-554.patch Patch format this time. Added using the solr-admin.css to help the LF. Includes

[jira] Commented: (SOLR-505) Give RequestHandlers the possiblity to suppress the generation of HTTP caching headers

2008-05-21 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12598751#action_12598751 ] Sean Timm commented on SOLR-505: It worked well for me. I'd like to see it included in 1.3

[jira] Commented: (SOLR-560) Convert JDK logging to SLF4J

2008-05-06 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12594603#action_12594603 ] Sean Timm commented on SOLR-560: Thanks for taking a look at SOLR-554, Patrick. I did test

[jira] Updated: (SOLR-554) Hierarchical JDK log level selector for SOLR Admin

2008-05-01 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-554: --- Attachment: LogLevelSelection.java Here is an implementation written in a servlet. To configure, add

[jira] Updated: (SOLR-489) Added @deprecation Javadoc comments

2008-04-08 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-489: --- Component/s: documentation Added @deprecation Javadoc comments

[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-tabpanelfocusedCommentId=12585573#action_12585573 ] Sean Timm commented on SOLR-527: Thanks all for taking a look

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

2008-04-02 Thread Sean Timm (JIRA)
Reporter: Sean Timm Priority: Trivial This request handler only permits commit/ messages. It is provided as one way to prevent adds and deletes on a Solr slave machine that could potentially be accessed by outside parties where a firewall or other access control is either

[jira] Updated: (SOLR-502) Add search time out support

2008-03-31 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: solrTimeout.patch Added the ability to allows timeouts to occur on one or more shards

[jira] Commented: (SOLR-303) Distributed Search over HTTP

2008-03-19 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12580392#action_12580392 ] Sean Timm commented on SOLR-303: Jayson-- I agree. I've been meaning to recommend

[jira] Updated: (SOLR-502) Add search time out support

2008-03-18 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: solrTimeout.patch This patch includes Shalin's SolrJ patch and includes the SOLR-505 patch. HTTP

[jira] Updated: (SOLR-502) Add search time out support

2008-03-14 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: solrTimeout.patch Better handling of timeout condition with other code paths such as sorting

[jira] Commented: (SOLR-502) Add search time out support

2008-03-14 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578939#action_12578939 ] Sean Timm commented on SOLR-502: It looks like the recent work on playing nice with external

[jira] Updated: (SOLR-502) Add search time out support

2008-03-12 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: solrTimeout.patch This patch adds a partialResults flag which is set to true in the event

[jira] Created: (SOLR-502) Add search time out support

2008-03-07 Thread Sean Timm (JIRA)
Add search time out support --- Key: SOLR-502 URL: https://issues.apache.org/jira/browse/SOLR-502 Project: Solr Issue Type: New Feature Components: search Reporter: Sean Timm

[jira] Updated: (SOLR-502) Add search time out support

2008-03-07 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: solrTimeout.patch This patch adds a timeallowed parameter which takes a time out value

Re: Spell checking ?'s

2008-02-25 Thread Sean Timm
corrections/suggestions are driven off of massive query (refinement) logs. Solr's suggestions are based on the index field content. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Sean Timm [EMAIL PROTECTED] To: solr-dev@lucene.apache.org Sent

[jira] Updated: (SOLR-489) Added @deprecation Javadoc comments

2008-02-25 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-489: --- Attachment: deprecationDocumentation.patch Adds @deprecation comments to many of the files where

Re: Spell checking ?'s

2008-02-22 Thread Sean Timm
Sometimes context can play into the correct spelling of a term. I haven't looked at the 1.3 spell check stuff, but it would be nice to do term n-gramming in order to check the terms in context. Since Otis brought up Google, here is an example of putting the term into context.

[jira] Issue Comment Edited: (SOLR-457) A multi threaded implementation for solrJ

2008-01-21 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12559340#action_12559340 ] timmsc edited comment on SOLR-457 at 1/21/08 7:26 AM: - Currently with

[jira] Commented: (SOLR-462) Performance related enhancements to Solrj

2008-01-21 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12561035#action_12561035 ] Sean Timm commented on SOLR-462: There are two reasons I chose to not have compression

[jira] Commented: (SOLR-462) Performance related enhancements to Solrj

2008-01-21 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12561189#action_12561189 ] Sean Timm commented on SOLR-462: It's not a big deal to me either way. It just seems

[jira] Updated: (SOLR-462) Performance related enhancements to Solrj

2008-01-18 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-462: --- Attachment: solrj-SOLR-462.patch patch applies to client/java/solrj/src/org/apache/solr/client/solrj/impl

[jira] Created: (SOLR-462) Performance related enhancements to Solrj

2008-01-18 Thread Sean Timm (JIRA)
Reporter: Sean Timm Changes to CommonsHttpSolrServer.java to add soTimeout (read timeout), connection pool timeout, directive to not follow HTTP redirects, configurable retries on NoHttpResponseException, compression, and not creating a new HttpClient on each request. -- This message

[jira] Updated: (SOLR-303) Distributed Search over HTTP

2008-01-08 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-303: --- Comment: was deleted Distributed Search over HTTP Key: SOLR

Re: [jira] Updated: (SOLR-303) Distributed Search over HTTP

2008-01-08 Thread Sean Timm
detected! Assume -R? [n] y -Sean Sean Timm (JIRA) wrote: [ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-303: --- Comment: was deleted Distributed Search over HTTP

[jira] Commented: (SOLR-392) Way to control search time, hits, and memory usage

2007-10-24 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537480 ] Sean Timm commented on SOLR-392: This is related to LUCENE-997 Add search timeout support to Lucene. Way to control