[jira] Updated: (SOLR-376) Allow backup summary

2007-10-09 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-376: Attachment: alternate_field_highlight.patch Allow backup summary

[jira] Created: (SOLR-376) Allow backup summary

2007-10-09 Thread Mike Klaas (JIRA)
Allow backup summary Key: SOLR-376 URL: https://issues.apache.org/jira/browse/SOLR-376 Project: Solr Issue Type: New Feature Components: search Reporter: Mike Klaas Assignee: Mike Klaas

[jira] Commented: (SOLR-342) Add support for Lucene's new setRAMBufferSizeMB() method in IndexWriter

2007-10-01 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531588 ] Mike Klaas commented on SOLR-342: - We could probably just wait for lucene 2.3 to be released before releasing 1.3. I

Re: HTTP or RMI, Jini, JavaSpaces for distributed search

2007-09-21 Thread Mike Klaas
On 21-Sep-07, at 11:08 AM, Yonik Seeley wrote: I wanted to take a step back for a second and think about if HTTP was really the right choice for the transport for distributed search. I think the high-level approach in SOLR-303 is the right way to go about it, but I'm unsure if HTTP is the

Re: HTTP or RMI, Jini, JavaSpaces for distributed search

2007-09-21 Thread Mike Klaas
On 21-Sep-07, at 2:34 PM, Yonik Seeley wrote: On 9/21/07, Mike Klaas [EMAIL PROTECTED] wrote: On 21-Sep-07, at 11:08 AM, Yonik Seeley wrote: I wanted to take a step back for a second and think about if HTTP was really the right choice for the transport for distributed search. I think

[jira] Commented: (SOLR-354) optimize removing all documents

2007-09-19 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528846 ] Mike Klaas commented on SOLR-354: - Actually, this is already commited (accidently?) in r576683. I'm not sure what you

Re: python client

2007-09-19 Thread Mike Klaas
On 19-Sep-07, at 11:33 AM, Ed Summers wrote: On 9/18/07, Mike Klaas [EMAIL PROTECTED] wrote: I'm afraid it exists only in my imagination g IMHO it would be easier to work on said tests if the new client was in svn. The current python client checked into svn after all is totally broken, so

Re: python client

2007-09-19 Thread Mike Klaas
On 19-Sep-07, at 5:59 PM, Ed Summers wrote: On 9/19/07, Mike Klaas [EMAIL PROTECTED] wrote: I'm not trying to be obtuse or anything, but could you elaborate on what problems are caused by not having the file checked in? After all, it is a single file that can be just plopped into the client

Re: python client

2007-09-17 Thread Mike Klaas
On 16-Sep-07, at 5:43 PM, Ed Summers wrote: If necessary I'd like to help out getting SOLR-216 [1] applied. The python client that's currently in the trunk is horribly broken with the server implementation. What remains to be done? It is on my list of things to review, though I'm working on a

Re: DirectSolrConnection, write.lock and Too Many Open Files

2007-09-10 Thread Mike Klaas
On 10-Sep-07, at 12:32 PM, Brian Whitman wrote: On Sep 10, 2007, at 1:56 PM, Mike Klaas wrote: I'm a little worried about Solr getting a bad rap for being buggy or not well-documented due to people trying to use it embeddedly. It seems that we need to do one of two things: 1. Someone

Delete/deprecate HighlightingUtils?

2007-09-09 Thread Mike Klaas
Core request handlers do not use this, favouring the new, almost- identical code in the highlighting package. Deprecate or delete? It is rather simple to upgrade code using this to the new regime. -Mike

Re: boosting a query by a function of other fields

2007-09-06 Thread Mike Klaas
On 6-Sep-07, at 12:55 PM, Yonik Seeley wrote: On 9/5/07, Mike Klaas [EMAIL PROTECTED] wrote: Issues: - Solr still uses it's own FunctionQuery instead of what was added back to Lucene. May want to migrate first, or may want to hold off if changes are needed that would be easier to make here

Re: Using a FunctionQuery to exclude hits

2007-09-06 Thread Mike Klaas
On 6-Sep-07, at 2:04 PM, Jonathan Woods wrote: The queries are generally BooleanQuery combinations of TermQueries, sometimes with output from the vanilla Lucene QueryParser thrown in as one of the boolean clauses: get me all pages about the Senior School about drama [that's the fq bit],

[jira] Commented: (SOLR-348) faceting, highlighting, mlt, should short circut when no matches

2007-09-06 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525578 ] Mike Klaas commented on SOLR-348: - Note that highlighting already has short circuiting for hl!=true, and does almost

[jira] Updated: (SOLR-209) Multifields and multivalued facets

2007-09-05 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-209: Fix Version/s: (was: 1.1.0) Multifields and multivalued facets

[jira] Updated: (SOLR-200) Scripts don't work when run as root in ~root and su'ing to a user

2007-09-05 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-200: Fix Version/s: (was: 1.1.0) Scripts don't work when run as root in ~root and su'ing to a user

[jira] Commented: (SOLR-345) Add support for debugging

2007-09-05 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525162 ] Mike Klaas commented on SOLR-345: - Can this issue be resolved? Add support for debugging

[jira] Updated: (SOLR-288) Allow custom IndexSearcher class

2007-09-05 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-288: Fix Version/s: (was: 1.2) Allow custom IndexSearcher class

[jira] Resolved: (SOLR-299) Audit use of backticks in solr.py

2007-09-05 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-299. - Resolution: Fixed committed r573019 Audit use of backticks in solr.py

Re: boosting a query by a function of other fields

2007-09-05 Thread Mike Klaas
On 5-Sep-07, at 1:10 PM, Yonik Seeley wrote: Issues: - Solr still uses it's own FunctionQuery instead of what was added back to Lucene. May want to migrate first, or may want to hold off if changes are needed that would be easier to make here. I believe that the main thing missing is the

Re: Example usage and the Wiki

2007-08-31 Thread Mike Klaas
On 31-Aug-07, at 11:04 AM, Jeff Rodenburg wrote: I need to publish quite a few different things for sample usage of the Solrsharp library. Solrsharp doesn't have a dedicated website, just a container page on the wiki that points to source code and a JIRA issue for a zip download. The wiki

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

2007-08-30 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523925 ] Mike Klaas commented on SOLR-303: - Great stuff! I think asynchronous/parallel requests are a central feature

Re: [jira] Updated: (SOLR-216) Improvements to solr.py

2007-08-18 Thread Mike Klaas
Assignee: Mike Klaas Priority: Trivial Attachments: solr.py, solr.py I've taken the original solr.py code and extended it to include higher-level functions. * Requires python 2.3+ * Supports SSL (https://) schema * Conforms (mostly) to PEP 8 -- the Python Style Guide

Re: Solr nightly build failure

2007-08-03 Thread Mike Klaas
[junit] Running org.apache.solr.update.AutoCommitTest [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 20.424 sec [junit] Test org.apache.solr.update.AutoCommitTest FAILED This is how long it takes to run on my (medium-loaded) system: junit: [junit] Running

Re: Master/Slave and Primary/Secondary

2007-07-27 Thread Mike Klaas
On 26-Jul-07, at 6:54 PM, Sundling, Paul wrote: When I started computing it was always Master and Slave. In the last several years I've seen people use Primary and Secondary instead. When I saw the old style I looked it up and this is what I found:

[jira] Commented: (SOLR-320) DirectUpdateHandler2 threading issue

2007-07-26 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515784 ] Mike Klaas commented on SOLR-320: - Thanks for the bug report! I should be able to fix this momentarily

[jira] Resolved: (SOLR-320) DirectUpdateHandler2 threading issue

2007-07-26 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-320. - Resolution: Fixed Fix Version/s: 1.3 Assignee: Mike Klaas Fixed in r559887

[jira] Commented: (SOLR-320) DirectUpdateHandler2 threading issue

2007-07-26 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515788 ] Mike Klaas commented on SOLR-320: - This fixes the problem for me: Index: src/java/org/apache/solr/update

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-07-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515424 ] Mike Klaas commented on SOLR-139: - Darn, you're right: writer.addDocument() is outside of the synchronized block. We

Re: svn commit: r558879 - in /lucene/solr/trunk: ./ lib/

2007-07-23 Thread Mike Klaas
On 23-Jul-07, at 3:43 PM, Yonik Seeley wrote: On 7/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: klaas Date: Mon Jul 23 15:15:18 2007 New Revision: 558879 URL: http://svn.apache.org/viewvc?view=revrev=558879 Log: Sync to lucene 2.2.0. Tests pass. OK, I guess we don't have any

Re: dismax catenated token search

2007-07-19 Thread Mike Klaas
On 19-Jul-07, at 2:49 PM, Yonik Seeley wrote: Does anyone have a good idea how to go about searching for concatenated tokens? Say that the index has painkiller and the user types in pain killer (without the quotes). If one were using the standard request handler, the easiest would be to

[jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-07-19 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514099 ] Mike Klaas commented on SOLR-139: - It is my fault that the DUH2 locking is so hairy to begin with, so I should

[jira] Resolved: (SOLR-102) Ideas for better highlighting

2007-07-19 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-102. - Resolution: Fixed committed in r557872 Ideas for better highlighting

[jira] Created: (SOLR-310) Deleting pending handling can cause OOM

2007-07-18 Thread Mike Klaas (JIRA)
Deleting pending handling can cause OOM --- Key: SOLR-310 URL: https://issues.apache.org/jira/browse/SOLR-310 Project: Solr Issue Type: Bug Reporter: Mike Klaas Assignee: Mike

Re: solr index problem

2007-07-18 Thread Mike Klaas
On 18-Jul-07, at 2:58 PM, Yonik Seeley wrote: On 7/18/07, Mike Klaas [EMAIL PROTECTED] wrote: Could happen when doDeleting the pending docs too. James: try sending commit every 500k docs or so. Hmmm, right... some of the memory usage will be related to the treemap keeping track of deleted

Re: [jira] Created: (SOLR-302) SolrIndexSearcher bug

2007-07-15 Thread Mike Klaas
On 15-Jul-07, at 1:59 PM, Sergey Dryganets (JIRA) wrote: than I create query field_name:value1 value2 value3 i recive only documents with field_name== value1 Now i trying to filter results of the query by id list may be there are some another way to filter results by id's list? Note

Re: [jira] Reopened: (SOLR-298) NGramTokenFilter missing in trunk

2007-07-13 Thread Mike Klaas
On 13-Jul-07, at 12:48 AM, Thomas Peuss (JIRA) wrote: [ https://issues.apache.org/jira/browse/SOLR-298? page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Peuss reopened SOLR-298: --- Sorry. I have not really stated that this issue

Re: [jira] Commented: (SOLR-139) Support updateable/modifiable documents

2007-07-13 Thread Mike Klaas
On 13-Jul-07, at 1:53 PM, Yonik Seeley (JIRA) wrote: ... ParallelReader, where some fields are in one sub-index ... the processor would ask the updateHandler for the existing document - the updateHandler deals with getting it to/from the right place. The big reason you would use

[jira] Created: (SOLR-299) Audit use of backticks in solr.py

2007-07-12 Thread Mike Klaas (JIRA)
Reporter: Mike Klaas Assignee: Mike Klaas Fix For: 1.3 backticks are often the wrong thing to do (they return a debugging representation of a variable). This may be superceded by the new python client, but should be fixed in the mean time. -- This message

[jira] Created: (SOLR-293) Add minPartLength to WordDelimiterFilter

2007-07-09 Thread Mike Klaas (JIRA)
: 1.3 Reporter: Mike Klaas Assignee: Mike Klaas Priority: Minor Fix For: 1.3 WDF is handy but over-tokenizes when faced with short word parts: A9 R2D2 mp3 This creates one- or two- character tokens which are extremely slow to query as the doc freq

[jira] Commented: (SOLR-293) Add minPartLength to WordDelimiterFilter

2007-07-09 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511306 ] Mike Klaas commented on SOLR-293: - Would it be useful to be able to configure this separately for words and numbers

[jira] Updated: (SOLR-102) Ideas for better highlighting

2007-07-04 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-102: Attachment: regexfrag.patch Fleshes out the RegexFragmenter integration with solr (which was already

bug in XppUpdateHandler?

2007-07-04 Thread Mike Klaas
I haven't looked into this in depth, but there seems to be a bug with the new update handler. Combining monitor.xml and monitor2.xml into a single add command and running ./post.sh twice used to produce: INFO: DirectUpdateHandler2 deleting and removing dups for 2 ids INFO:

Re: bug in XppUpdateHandler?

2007-07-04 Thread Mike Klaas
Oops, wrong direction. XppUpdateHandler is fine, the new XmlUpdateHandler is exhibiting the bug On 4-Jul-07, at 4:53 PM, Mike Klaas wrote: I haven't looked into this in depth, but there seems to be a bug with the new update handler. Combining monitor.xml and monitor2.xml into a single

Re: svn commit: r552683 - /lucene/solr/trunk/src/java/org/apache/solr/highlight/RegexFragmenter.java

2007-07-03 Thread Mike Klaas
On 2-Jul-07, at 11:34 PM, Ryan McKinley wrote: URL: http://svn.apache.org/viewvc?view=revrev=552683 Log: SOLR-102 - regex fragmenter using SOLR-225 plugin framework Mike - I did not add this to CHANGES.txt. Do you want to? I'll add it, along with some javadocs/wiki docs. Thanks, -Mike

[jira] Work started: (SOLR-273) Make max document analyzed bytes (for highlighter) configurable.

2007-07-03 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-273 started by Mike Klaas. Make max document analyzed bytes (for highlighter) configurable

[jira] Resolved: (SOLR-273) Make max document analyzed bytes (for highlighter) configurable.

2007-07-03 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-273. - Resolution: Fixed commited option+test in r553023 Make max document analyzed bytes (for highlighter

Re: removing most @author tags

2007-07-02 Thread Mike Klaas
On 2-Jul-07, at 11:32 AM, Yonik Seeley wrote: In the spirit of shared ownership, what do people think of getting rid of @author tags (for committers or other dev people that consent?). Other apache projects have done so, for a host of reasons. - some people don't use author tags, hence credit

[jira] Commented: (SOLR-225) Allow pluggable Highlighting classes -- Formatters and Fragmenters

2007-07-02 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509709 ] Mike Klaas commented on SOLR-225: - Looking great Ryan (again, only commenting on the Highlighting configurability

[jira] Issue Comment Edited: (SOLR-225) Allow pluggable Highlighting classes -- Formatters and Fragmenters

2007-07-02 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509709 ] Mike Klaas edited comment on SOLR-225 at 7/2/07 4:14 PM: - Looking great Ryan (again, only

[jira] Commented: (SOLR-225) Allow pluggable Highlighting classes -- Formatters and Fragmenters

2007-07-02 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509728 ] Mike Klaas commented on SOLR-225: - I'm torn on what is more/less elegant. Should we have a new class

[jira] Created: (SOLR-273) Make max document analyzed bytes (for highlighter) configurable.

2007-06-25 Thread Mike Klaas (JIRA)
Components: search Affects Versions: 1.2 Reporter: Mike Klaas Assignee: Mike Klaas Priority: Minor Fix For: 1.3 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Work started: (SOLR-274) autoCommit maxDocs does not apply if maxTime is defined

2007-06-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-274 started by Mike Klaas. autoCommit maxDocs does not apply if maxTime is defined

[jira] Resolved: (SOLR-274) autoCommit maxDocs does not apply if maxTime is defined

2007-06-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-274. - Resolution: Fixed fixed in r550576 autoCommit maxDocs does not apply if maxTime is defined

Re: [jira] Commented: (SOLR-255) RemoteSearchable for Solr(use RMI)

2007-06-22 Thread Mike Klaas
On 22-Jun-07, at 6:53 AM, Henri Biestro (JIRA) wrote: [ https://issues.apache.org/jira/browse/SOLR-255? page=com.atlassian.jira.plugin.system.issuetabpanels:comment- tabpanel#action_12507326 ] Henri Biestro commented on SOLR-255: Toru, I've been

Re: updating jars

2007-06-20 Thread Mike Klaas
On 20-Jun-07, at 9:54 AM, Ryan McKinley wrote: should we update to latest stable builds? * lucene-2.2 +1, once the release is finalized. -mike

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

2007-06-15 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505393 ] Mike Klaas commented on SOLR-176: - Might it then make sense to wait until the search component thing is done? Auto

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

2007-06-15 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-176: Attachment: dtiming.patch added javadocs for RTimer.java, and removed a superfluous line from SRH.java Add

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

2007-06-12 Thread Mike Klaas
On 11-Jun-07, at 5:48 PM, Chris Hostetter wrote: : Yes, the current JIRA patch uses the FieldCache. I just ment in contrast with Mike's comment about iterating over all the stored fields to support the post-faceting situation (but frankly i'm not sure that i undersatnd what the

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

2007-06-11 Thread Mike Klaas
On 11-Jun-07, at 8:10 AM, Will Johnson wrote: And one other point, one of the reasons why it's hard to find an example of post-faceting is that many of the major engines can't do it. It seems that the only way to do it would be to collapse the entire result set first, which entails

[jira] Resolved: (SOLR-257) Add ability for WordDelimiterFilter to ignore case changes

2007-06-08 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-257. - Resolution: Fixed commited in r545597 with inverted logic and yonik's name suggestion. Add ability

[jira] Commented: (SOLR-257) Add ability for WordDelimiterFilter to ignore case changes

2007-06-08 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502906 ] Mike Klaas commented on SOLR-257: - Might be a good idea. Case-based splitting is a relatively aggressive default

Re: [Solr Wiki] Update of AnalyzersTokenizersTokenFilters by MikeKlaas

2007-06-08 Thread Mike Klaas
On 8-Jun-07, at 2:44 PM, Chris Hostetter wrote: :* '''generateWordParts=1''' causes parts of words to be generated: : * `PowerShot = Power Shot` : +* `Power-Shot = Power Shot` : + * '''splitOnCaseChange=1''' causes lowercase = uppercase transitions to generate a new part

[jira] Created: (SOLR-257) Add ability for WordDelimiterFilter to ignore case changes

2007-06-07 Thread Mike Klaas (JIRA)
Components: update Affects Versions: 1.2 Reporter: Mike Klaas Assignee: Mike Klaas Priority: Trivial Fix For: 1.3 Attachments: ignoreCaseChange.patch patch adds ignoreCaseChange option to WordDelimiterFilter, which I have used and it may

[jira] Updated: (SOLR-257) Add ability for WordDelimiterFilter to ignore case changes

2007-06-07 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-257: Attachment: ignoreCaseChange.patch Add ability for WordDelimiterFilter to ignore case changes

[jira] Commented: (SOLR-257) Add ability for WordDelimiterFilter to ignore case changes

2007-06-07 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502546 ] Mike Klaas commented on SOLR-257: - The difference from generateWordParts is as follows: gWP splits adjacent tokens

Re: Commented: (SOLR-216) Improvements to solr.py

2007-06-01 Thread Mike Klaas
On 30-May-07, at 12:43 PM, Erik Hatcher wrote: On May 29, 2007, at 4:38 PM, Mike Klaas wrote: I agree. I was not aware of field boosts at the time. I'll code this change. Unfortunately, it is still somewhat awkward. In my python client I end up passing (name, value, field boost or None

Re: [VOTE] release rc3 as Solr 1.2

2007-06-01 Thread Mike Klaas
On 31-May-07, at 4:02 PM, Yonik Seeley wrote: Sorry folks... one more time. This release candidate fixes SOLR-250 (scripts need to tell curl the content-type), as well as the minor README typo. Please vote to release the artifacts at http://people.apache.org/~yonik/staging_area/solr/1.2rc3/

[jira] Assigned: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas reassigned SOLR-216: --- Assignee: Mike Klaas Improvements to solr.py --- Key: SOLR-216

[jira] Work started: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-216 started by Mike Klaas. Improvements to solr.py --- Key: SOLR-216 URL: https://issues.apache.org

[jira] Commented: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499913 ] Mike Klaas commented on SOLR-216: - On 29-May-07, at 12:41 PM, Jason Cater wrote: I've had my solr.py in production

Re: Commented: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Mike Klaas
[reposting to solr-dev as JIRA destroyed my quoting...] On 29-May-07, at 12:41 PM, Jason Cater wrote: I've had my solr.py in production use internally for about a month now. So, as you can imagine, I've worked through a few oddball bugs that occasionally pop up. It seems pretty stable for

[jira] Commented: (SOLR-216) Improvements to solr.py

2007-05-29 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499922 ] Mike Klaas commented on SOLR-216: - I just noticed that I changed my own python query code to POST from GET two months

Re: solrconfig.xml defaults

2007-05-28 Thread Mike Klaas
On 26-May-07, at 7:08 AM, Yonik Seeley wrote: On 5/25/07, Mike Klaas [EMAIL PROTECTED] wrote: Wasn't HashDocSet significantly optimized for intersection recently? More like optimized/simplified for storing lucene doc ids. Only about 8-10% speedup. OpenBitSet was more on the order of 2 to 4

Re: [Solr Wiki] Update of Solr1.2 by ryan

2007-05-24 Thread Mike Klaas
On 24-May-07, at 12:23 PM, Chris Hostetter wrote: i still don't really know enough about Hudson to have an opinion on relying on it for nightly builds, but either way i don't think we should add a link to the nighltys from the site ... Doug's repeated reminders have engrained in me the

[jira] Commented: (SOLR-225) Allow pluggable Highlighting classes -- Formatters and Fragmenters

2007-05-22 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497959 ] Mike Klaas commented on SOLR-225: - Yeah. I'm happy to review the highlighting stuff (there are some parameter

Re: [jira] Commented: (SOLR-234) TrimFilter should update the start and end offsets

2007-05-11 Thread Mike Klaas
On 11-May-07, at 5:02 PM, Ryan McKinley wrote: Chris Hostetter wrote: : My real use case is adding the the trim filter to the pattern tokenizer. : the 'correct' answer in my case it to update the offsets. hmmm... wouldn't the correct thing to do in that case be to change your pattern so

Re: [Fwd: [Jetty-support] Stable Release 6.1.2]

2007-05-10 Thread Mike Klaas
On 10-May-07, at 4:46 PM, Ryan McKinley wrote: Otis Gospodnetic wrote: I haven't moved to 6.* yet. But I did notice 6.1.3 showed up a few days ago. I think 6.1.3 showed up a day after 6.1.2! That's always an encouraging sign :) -Mike

[jira] Commented: (SOLR-225) Allow pluggable Highlighting classes -- Formatters and Fragmenters

2007-05-07 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494113 ] Mike Klaas commented on SOLR-225: - Wow, that is some honking configurability! I've looked at the patch, but haven't

Re: [Solr Wiki] Update of Solr1.2 by ryan

2007-05-04 Thread Mike Klaas
On 5/4/07, Apache Wiki [EMAIL PROTECTED] wrote: -- requestParsers enableRemoteStreaming=false multipartUploadLimitInKB=2048 / }}} + * audit schema.xml duplicate field definition behavior. As is {{ + fieldType

Re: Custom fragmenter

2007-05-02 Thread Mike Klaas
On 5/2/07, Brian Whitman [EMAIL PROTECTED] wrote: Would love to set a custom fragmenter in Solr for highlighting. But I don't see a way to change the fragmenter on the fly. Should this be a solrconfig/schema setting? It would be nice to able to register custom formatters and subsequently use

Re: dynamic copyFields

2007-05-02 Thread Mike Klaas
On 5/2/07, Ryan McKinley [EMAIL PROTECTED] wrote: How about Mike's other suggestion: copyField regexp=s/(.*)_s/\1_t/ / this would keep the glob style for source and dest, but use regex to transform a sorce - dest Wow, I didn't even remember suggesting that. I agree (with Hoss) that

Re: Welcome Ryan McKinley!

2007-04-25 Thread Mike Klaas
On 4/25/07, Yonik Seeley [EMAIL PROTECTED] wrote: I'm pleased to announce that the Lucene PMC has voted to add Ryan McKinley as a Solr committer. Congrats, Ryan! The standard initiation is to tell everyone a bit about yourself, and to go use your new privileges to add yourself to the

Re: changing the schema

2007-04-03 Thread Mike Klaas
On 4/3/07, Lutz Steinborn [EMAIL PROTECTED] wrote: But one question cames up as the index goes bigger and bigger: is it possible to add fields to the schema without a complete reindex ? Absolutely. -Mike

Re: Changing Logging in Solr to Apache Commons Logging

2007-03-30 Thread Mike Klaas
On 3/30/07, Maximilian Hütter [EMAIL PROTECTED] wrote: Chris Hostetter schrieb: I freely admit, I didn't appricate how much commons-logging is intended to be a middle-layer API for other arbitrary logging frameworks like JDK logging or log4j, but i still don't think it makes sense to switch,

[jira] Created: (SOLR-195) Wildcard/prefix queries not highlighted

2007-03-23 Thread Mike Klaas (JIRA)
Reporter: Mike Klaas Priority: Minor Fix For: 1.2 Possible bug in query rewrite()ing: http://www.nabble.com/return-matched-terms---fuzzy-or-wildcard-searches-tf3452757.html#a9640214 -- This message is automatically generated by JIRA. - You can reply

Re: [jira] Commented: (SOLR-20) A simple Java client for updating and searching

2007-03-22 Thread Mike Klaas
On 3/22/07, Thierry Collogne (JIRA) [EMAIL PROTECTED] wrote: I think that is all. If I forgot something, post it here. One remark. The setHighlightSurroundingTags method can only take simple tags, no tags containing quotes or such. Out of curiosity, why is this? Solr should be able to handle

[jira] Resolved: (SOLR-172) add doc without uniqueKey field causes NPE

2007-03-19 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-172. - Resolution: Fixed Fix Version/s: 1.2 Assignee: Mike Klaas Committed in r520088. Thanks

Re: svn commit: r520088 - in /lucene/solr/trunk: ./ src/java/org/apache/solr/update/ src/test/org/apache/solr/ src/test/org/apache/solr/update/

2007-03-19 Thread Mike Klaas
On 3/19/07, Chris Hostetter [EMAIL PROTECTED] wrote: : ConvertedLegacyTest can revered to a pre 520088 version with id_i : and it will still pass. would you might rolling that back Mike? ... i'd rather not change any test unless we have to, makes it easier to be certain we are stll testing

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

2007-03-19 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482289 ] Mike Klaas commented on SOLR-176: - Anyone else have an opinion on timing? It would be easy for me to wrap

[jira] Commented: (SOLR-124) use NewIndexModifier, LUCENE-565

2007-03-15 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481264 ] Mike Klaas commented on SOLR-124: - DUH may be simpler, but DUH2 has also been carefully modified to safely support

Re: logging - slf4j?

2007-03-07 Thread Mike Klaas
On 3/7/07, Ryan McKinley [EMAIL PROTECTED] wrote: Is there any interest in using slf4j (http://www.slf4j.org/) rather then forcing folks to use JDK logging? The nice thing about slf4j is that user can easily switch the logger implementation. The other nice thing is its use of message

[jira] Resolved: (SOLR-174) Add multi-param support to qf,pf,bf,bq

2007-03-05 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-174. - Resolution: Fixed committed in r514851 Add multi-param support to qf,pf,bf,bq

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

2007-03-05 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-176 started by Mike Klaas. Add detailed timing data to query response output - Key: SOLR

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

2007-03-05 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-176: Attachment: dtiming.patch Same version with ASF license. Output format looks like: lst name=timing

[jira] Commented: (SOLR-175) Implement hl.formatter=interleave

2007-03-02 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477408 ] Mike Klaas commented on SOLR-175: - One thing to consider here is that every so often there are rumblings of new

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

2007-03-02 Thread Mike Klaas (JIRA)
Affects Versions: 1.2 Reporter: Mike Klaas Assigned To: Mike Klaas Priority: Minor Fix For: 1.2 see http://www.nabble.com/%27accumulate%27-copyField-for-faceting-tf3329986.html -- This message is automatically generated by JIRA. - You can reply

[jira] Commented: (SOLR-174) Add multi-param support to qf,pf,bf,bq

2007-03-01 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477060 ] Mike Klaas commented on SOLR-174: - That's fine with me. I suspect too that anyone who knows lucene well enough

[jira] Updated: (SOLR-174) Add multi-param support to qf,pf,bf,bq

2007-03-01 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-174: Attachment: multiparam.patch updated patch as per Hoss' comments. This could use a once-over before

[jira] Updated: (SOLR-174) Add multi-param support to qf,pf,bf,bq

2007-02-27 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-174: Attachment: multiparam.patch (also includes a two-line change to re-write queries prior to highlighting

<    1   2   3   4   5   >