Re: Best Way to Run a Single File's Unit Tests?

2008-05-01 Thread Mike Klaas
On 1-May-08, at 11:58 AM, Chris Harris wrote: Could someone with junit skills tell me the best way to run the tests not from the whole Solr test suite but rather from a single test file, e.g. from BasicFunctionalityTest.java? I'm currently trying [running from

Re: Terrible performance for range searches

2008-04-28 Thread Mike Klaas
On 27-Apr-08, at 12:31 PM, Alex Neth wrote: I am trying to switch from Ferret to Solr. My searches were performing quite well on Ferret (100ms), but I have some reasons for switching. I am not experiencing terrible performance when doing range searches. I have seen posts that

Re: LRUCache - synchronized!?

2008-04-17 Thread Mike Klaas
On 17-Apr-08, at 9:03 PM, Chris Hostetter wrote: : I briefly considered it when I threw the caching stuff together... but : the key here is that it's an LRUCache using LinkedHashMap, and there : is no ConcurrentLinkedHashMap. But we could have an alternate ConcurrentHashMap based SolrCache

[jira] Resolved: (SOLR-516) Add hl.alternateFieldLen parameter, to set max length for hl.alternateField

2008-04-11 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-516. - Resolution: Fixed Add hl.alternateFieldLen parameter, to set max length for hl.alternateField

[jira] Assigned: (SOLR-516) Add hl.alternateFieldLen parameter, to set max length for hl.alternateField

2008-04-11 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas reassigned SOLR-516: --- Assignee: Mike Klaas Add hl.alternateFieldLen parameter, to set max length for hl.alternateField

Re: Highlighting/getBestFragment

2008-04-10 Thread Mike Klaas
On 10-Apr-08, at 7:41 AM, khirb7 wrote: I have done deep search and I found that lucene provide this that methode : getBestFragments highlighter.getBestFragments(tokenStream, text, maxNumFragment, ...); so with this methode we can precise to lucene to return maxNumFragment

[jira] Commented: (SOLR-516) Add hl.alternateFieldLen parameter, to set max length for hl.alternateField

2008-04-10 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12587754#action_12587754 ] Mike Klaas commented on SOLR-516: - A quite reasonable addition, thanks!. I commited the core

Re: Solr nightly build failure

2008-04-05 Thread Mike Klaas
On 4-Apr-08, at 1:33 AM, solr-dev@lucene.apache.org wrote: [junit] Running org.apache.solr.update.AutoCommitTest [junit] response [junit] lst name=responseHeaderint name=status0/intint name=QTime1/int/lstresult name=response numFound=0 start=0/ [junit] /response [junit] )

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

Re: LRUCache - synchronized!?

2008-04-03 Thread Mike Klaas
On 1-Apr-08, at 6:58 PM, Fuad Efendi wrote: Can we have anything better? I can't use 4-CPUs :( Thanks! You can have anything your heart desires... Solr is open-source :) Have you tried using a ConcurrentHashMap? -Mike

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

2008-04-03 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585243#action_12585243 ] Mike Klaas commented on SOLR-527: - Is this a generally-useful feature? I'm not sure how

Re: XML and JSON input / output specs?

2008-04-03 Thread Mike Klaas
Specs for update/insertion: http://wiki.apache.org/solr/UpdateXmlMessages Sample query responses: http://wiki.apache.org/solr/StandardRequestHandler Interoperability between the various lucene servers would be great! -Mike On 2-Apr-08, at 5:48 PM, Otis Gospodnetic wrote: Hi Aerik, I don't

[jira] Updated: (SOLR-386) Configurable SolrHighlighter implementation

2008-03-20 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-386: Summary: Configurable SolrHighlighter implementation (was: Add confuguration to specify SolrHighlighter

[jira] Resolved: (SOLR-386) Configurable SolrHighlighter implementation

2008-03-20 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-386. - Resolution: Fixed Commited in r639490. Thanks Tricia! Configurable SolrHighlighter implementation

[jira] Resolved: (SOLR-488) Solr does not generate highlights when uniqueId field is not defined in the schema

2008-03-11 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-488. - Resolution: Fixed Fix Version/s: 1.3 Assignee: Mike Klaas The principal issue is fixed

Re: [jira] Commented: (SOLR-386) Add confuguration to specify SolrHighlighter implementation

2008-03-05 Thread Mike Klaas
custom highlighter) extends. I noticed that some of the other configurable objects implement SolrInfoMBean. Is this something that the SolrHighlighter/AbstractSolrHighlighter should also do? Thanks, Tricia Mike Klaas (JIRA) wrote: [ https://issues.apache.org/jira/browse/SOLR-386?page

Re: Similarity with schema-driven lengthNorm

2008-03-04 Thread Mike Klaas
name directly? I guess I could trigger on suffix in the field type name... Karsten Mike Klaas wrote: On 3-Mar-08, at 4:59 PM, Karsten Sperling wrote: Is there any work going on or planned on a Similarity sub-class that allows the lenghtNorm() behaviour to be changed via schema.xml on a field

Re: 1.3 planning

2008-03-03 Thread Mike Klaas
very much, Koji Mike Klaas wrote: Hey devs, I've updated the list of JIRA issues for 1.3 at: http://issues.apache.org/jira/secure/IssueNavigator.jspa?resolution=-1pid=12310230fixfor=12312486 I've somewhat agressively removed issues that were labeled 1.3 by non-devs (and some by devs

[jira] Commented: (SOLR-386) Add confuguration to specify SolrHighlighter implementation

2008-03-02 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12574337#action_12574337 ] Mike Klaas commented on SOLR-386: - Hi Tricia, I'm not sure that I would ever use

[jira] Commented: (SOLR-488) Solr does not generate highlights when uniqueId field is not defined in the schema

2008-02-27 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12573080#action_12573080 ] Mike Klaas commented on SOLR-488: - Perhaps I should have been more clear: it is very unlikely

Re: ping re SOLR-386

2008-02-27 Thread Mike Klaas
On 27-Feb-08, at 4:20 PM, Tricia Williams wrote: Hi All, Just a quick reminder that I'd really appreciate some feedback on the patch I built for SOLR-386 (https://issues.apache.org/jira/browse/SOLR-386 ). I'm really interested in contributing to Solr, and this is my first stab at the

[jira] Updated: (SOLR-487) Add configuration option for maxDocBytesToAnalyze to solr-config.xml

2008-02-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-487: Assignee: Mike Klaas Add configuration option for maxDocBytesToAnalyze to solr-config.xml

[jira] Closed: (SOLR-487) Add configuration option for maxDocBytesToAnalyze to solr-config.xml

2008-02-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas closed SOLR-487. --- Add configuration option for maxDocBytesToAnalyze to solr-config.xml

[jira] Resolved: (SOLR-487) Add configuration option for maxDocBytesToAnalyze to solr-config.xml

2008-02-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-487. - Resolution: Fixed Thanks for the patch, but this functionality is already in trunk (1.3). http

[jira] Commented: (SOLR-488) Solr does not generate highlights when uniqueId field is not defined in the schema

2008-02-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12572312#action_12572312 ] Mike Klaas commented on SOLR-488: - Thanks for the patch! Tomer, I just tested this scenario

Re: Which Solr version to use?

2008-02-20 Thread Mike Klaas
On 19-Feb-08, at 6:05 AM, Vijay Rao wrote: hi, We are planning to roll out a few features in our org using Solr. I wish to use a 1.3 deployment. While it is fine to do testing with 1.3 nightly builds , to go into production we may need a realease. We are planning to go into production as

Re: Default Logging: OFF

2008-02-20 Thread Mike Klaas
I wouldn't really be happy with such a solution. The admin gui is a diagnostic/inspection tool, not a graphical configuration mechanism. Also, it would seem odd to have a config parameter in Solr that overrode explicitly-configured container/jvm settings unnecessarily. -Mike On

[jira] Updated: (SOLR-474) audit docs for Spellchecker

2008-02-06 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-474: Assignee: Mike Klaas Summary: audit docs for Spellchecker (was: audit docs for Highlighter) audit

Re: [jira] Updated: (SOLR-474) audit docs for Spellchecker

2008-02-06 Thread Mike Klaas
On 6-Feb-08, at 3:54 PM, Chris Hostetter wrote: : Assignee: Mike Klaas : Summary: audit docs for Spellchecker (was: audit docs for Highlighter) doh! ... thanks mike. why is it i allways confuse those two features? they have nothing to do with each other. (it's like i'm some

[jira] Updated: (SOLR-358) Implement solr-ruby-specific response capability

2008-01-21 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-358: Fix Version/s: (was: 1.3) Implement solr-ruby-specific response capability

[jira] Updated: (SOLR-402) JSON response support

2008-01-21 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-402: Fix Version/s: (was: 1.3) Priority: Minor (was: Blocker) JSON response support

[jira] Updated: (SOLR-103) SQL Upload Plugin

2008-01-21 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-103: Fix Version/s: (was: 1.3) SQL Upload Plugin - Key: SOLR-103

[jira] Updated: (SOLR-243) Create a hook to allow custom code to create custom IndexReaders

2008-01-21 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-243: Fix Version/s: (was: 1.3) Create a hook to allow custom code to create custom IndexReaders

[jira] Updated: (SOLR-430) SpellcheckerRequest / Response

2008-01-21 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-430: Fix Version/s: (was: 1.3) SpellcheckerRequest / Response

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

2008-01-21 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-267: Fix Version/s: (was: 1.3) log handler + query + hits -- Key

[jira] Updated: (SOLR-457) A multi threaded implementation for solrJ

2008-01-21 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-457: Fix Version/s: (was: 1.3) A multi threaded implementation for solrJ

[jira] Resolved: (SOLR-406) Allow SolrHighlighter to get parameters from code instead of request

2008-01-21 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-406. - Resolution: Won't Fix Assignee: Mike Klaas Won't fix: an acceptable solution exists in the linked

[jira] Updated: (SOLR-84) New Solr logo?

2008-01-21 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-84: --- Fix Version/s: 1.3 New Solr logo? -- Key: SOLR-84 URL: https

[jira] Assigned: (SOLR-386) Add confuguration to specify SolrHighlighter implementation

2008-01-21 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas reassigned SOLR-386: --- Assignee: Mike Klaas Add confuguration to specify SolrHighlighter implementation

[jira] Commented: (SOLR-461) Highlighting TokenStream Truncation capability

2008-01-17 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560053#action_12560053 ] Mike Klaas commented on SOLR-461: - Isn't this essentially the same thing

[jira] Commented: (SOLR-461) Highlighting TokenStream Truncation capability

2008-01-17 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560069#action_12560069 ] Mike Klaas commented on SOLR-461: - The max characters thing is directly from the lucene

[jira] Commented: (SOLR-452) Allow for merging of contiguous fragments

2008-01-08 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12556988#action_12556988 ] Mike Klaas commented on SOLR-452: - Looks good Grant. One comment: might it be better to make

[jira] Resolved: (SOLR-452) Allow for merging of contiguous fragments

2008-01-08 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-452. - Resolution: Fixed commited, thanks Grant! I fixed some whitespace, added CHANGES.txt note, and changed

[jira] Commented: (SOLR-42) Highlighting problems with HTMLStripWhitespaceTokenizerFactory

2008-01-07 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12556668#action_12556668 ] Mike Klaas commented on SOLR-42: It might be as simple as the SolrHighlighter being aware

[jira] Commented: (SOLR-42) Highlighting problems with HTMLStripWhitespaceTokenizerFactory

2008-01-07 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12556676#action_12556676 ] Mike Klaas commented on SOLR-42: Of course, the real answer may be as suggested earlier

Re: Search terms with quotes

2008-01-04 Thread Mike Klaas
anuvenk, solr-dev is for discussion about the _development_ of Solr, not on usage or general questions. Also, your audience will be severely restricted compared to posting on solr-user. To answer your question, please provide more details about your setup, including what request handler

[jira] Updated: (SOLR-449) python (and presumably ruby) writer can generate NaN

2008-01-03 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-449: Attachment: nan.patch Fix that serializes NaN/Inf as float('NaN') float('Inf') which will produce

[jira] Commented: (SOLR-449) python (and presumably ruby) writer can generate NaN

2008-01-03 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12555690#action_12555690 ] Mike Klaas commented on SOLR-449: - Yes, emit Using an online ruby interpreter, NaN

[jira] Commented: (SOLR-449) python (and presumably ruby) writer can generate NaN

2008-01-03 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12555697#action_12555697 ] Mike Klaas commented on SOLR-449: - so you can! I tried the integer version (1/0), which

[jira] Commented: (SOLR-449) python (and presumably ruby) writer can generate NaN

2008-01-03 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12555743#action_12555743 ] Mike Klaas commented on SOLR-449: - I don't think that declaring a viable approach. At least

Re: remove raw-schema.jsp?

2008-01-02 Thread Mike Klaas
I don't think a deprecation warning is necessary (it's not really part of the interface of Solr). -Mike On 2-Jan-08, at 9:14 AM, Ryan McKinley wrote: Hello- Is raw-schema.jsp in use? It isn't (nor has it been) linked to anything. The schema/config links used to point to get-file.jsp

[jira] Created: (SOLR-449) python (and presumably ruby) writer can generate NaN

2008-01-02 Thread Mike Klaas (JIRA)
Reporter: Mike Klaas Assignee: Mike Klaas Priority: Trivial The JSON response writer can omit NaN as float literal; this is fine for JSON but breaks eval() in python (not sure if this is a problem in ruby). -- This message is automatically generated by JIRA. - You can

Re: bundling clients in distributions

2007-12-31 Thread Mike Klaas
On 15-Dec-07, at 4:45 PM, Erik Hatcher wrote: I'd like to get the other clients bundled with Solr's next official distribution. The itch, of course, is the solr-ruby library and Flare, though Python should definitely come along for the ride too, and solrj is already being prepackaged.

Re: [jira] Resolved: (SOLR-441) example app comes up with some bad links

2007-12-28 Thread Mike Klaas
On 28-Dec-07, at 7:31 AM, Ryan McKinley wrote: Mike Klaas wrote: Looks great, thanks. I haven't really followed the multicore discussion very closely (so ignore this if it doesn't compute), but might it make sense for the core-specific log object to automatically prepend the corename

Re: Solr CWIKI ready for experimenting

2007-12-27 Thread Mike Klaas
On 25-Dec-07, at 6:17 PM, Erik Hatcher wrote: On Dec 24, 2007, at 4:12 PM, Chris Hostetter wrote: : So, where that leaves us is that i (or someone else in the confluence-admin : group, but no one else in that group is a Lucene'r so let's not bug them) need : to add people to groups

[jira] Commented: (SOLR-444) hl.fl parameter not checked

2007-12-27 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554600 ] Mike Klaas commented on SOLR-444: - Thanks for the bug report. I am, however, having difficulty reproducing

Re: [jira] Resolved: (SOLR-441) example app comes up with some bad links

2007-12-27 Thread Mike Klaas
On 27-Dec-07, at 1:00 PM, Ryan McKinley wrote: INFO: [null] /select I just committed something that changes the default behavior to [core] Thanks! Perhaps we should omit the [corename] if it is null? an early patch had that, but it seems a bit silly to have every log message check

Re: [jira] Resolved: (SOLR-441) example app comes up with some bad links

2007-12-27 Thread Mike Klaas
On 27-Dec-07, at 5:26 PM, Ryan McKinley wrote: Seems like that would be the best solution. Me (and, I think, many others), would be unlikely to used the multiple core functionality of Solr at all. Avoiding lengthening the log messages in this case would be nice. check rev 607151 --

[jira] Commented: (SOLR-438) Allow multiple stopword files

2007-12-18 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552893 ] Mike Klaas commented on SOLR-438: - If we're going for ugly: pick a filename delimiter. First test to see if the file

Re: [jira] Updated: (SOLR-376) Allow backup summary field for highlighting

2007-12-12 Thread Mike Klaas
--- 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 Priority: Minor Fix

Re: How to store a HashSet in the index?

2007-12-10 Thread Mike Klaas
On 10-Dec-07, at 12:09 AM, Rishabh Joshi wrote: Can anyone help me on, as to how I can go about efficiently indexing (actually, storing in the index) and retrieving, a HashSet object, which contains multiple string arrays? I just want to store the HashSet in the index, and not search on

Re: Confluence wiki vs MoinMoin

2007-12-07 Thread Mike Klaas
Both the wiki and the homepages look much nicer than the lucene/solr ones. More professional too, FWIW. Obviously the main issue here is manpower to convert everything. An easier solution might be to install a MoinMoin theme. see http:// moinmoin.wikiwikiweb.de/ThemeMarket for many bad

Re: Confluence wiki vs MoinMoin

2007-12-07 Thread Mike Klaas
On 7-Dec-07, at 3:19 PM, Chris Hostetter wrote: Personally: I don't think MoinMoin is that bad of a wiki system ... then again, i have to deal with some extremely shitty wiki systems in the other aspects of my life, so maybe i just have low expectations. I'm all in favor of picking a

[jira] Commented: (SOLR-418) Editorial Query Boosting Component

2007-12-03 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548065 ] Mike Klaas commented on SOLR-418: - I think this makes a lot of sense, though I wonder if it might make sense

Re: Solr for enterprise search

2007-11-23 Thread Mike Klaas
On 23-Nov-07, at 7:28 AM, David Thibault wrote: Hello all, I'm new to Solr. From what little I have seen, Solr has made great strides in open source search, but is lacking some significant features that would really allow it to become a viable alternative to things like FAST and

r595506

2007-11-15 Thread Mike Klaas
A small FYI: I noticed that I accidently commited a change several months ago that reordered doc ids before retrieval. It is now fixed. I doubt that it would really affect anyone, but it did add a few allocations, so for doc-retrieval-heavy applications using trunk, you may want to sync.

[jira] Updated: (SOLR-112) Hierarchical Handler Config

2007-11-15 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-112: Fix Version/s: (was: 1.3) Hierarchical Handler Config

Re: Intuition check

2007-11-15 Thread Mike Klaas
On 14-Nov-07, at 12:00 AM, Paul Elschot wrote: On Wednesday 14 November 2007 06:42:56 Mike Klaas wrote: ... ... I was imagining that it was necessary to embed the filter clauses in the core to produce an effective implementation. By the time I finished my response, I had read enough

Re: Intuition check

2007-11-13 Thread Mike Klaas
On 8-Nov-07, at 4:34 PM, Chris Hostetter wrote: : First, how to determine whether the filter-embedding would be effective? We ... : really available. It can be estimated assuming the filter and query are : independent, but this definitely isn't always true. If the filter I

[jira] Commented: (SOLR-407) Uncached filter query parameters

2007-11-08 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541129 ] Mike Klaas commented on SOLR-407: - Good catch! This can be fixed in standard request handler as follows: if(null

Re: Intuition check

2007-11-08 Thread Mike Klaas
On 8-Nov-07, at 8:59 AM, Chris Hostetter wrote: Let's back up a second... the theory is that while it's frequently handy to cache fq's independent of the main query (because they are probably used over and over) in some cases it may be advantageous to use an FQ directly in the body of hte

Re: difficulty using SolrHighlighter with programmatic parameters

2007-11-07 Thread Mike Klaas
as fixtures in solrconfig.xml? cheers, -Mike Thanks, -Doug Mike Klaas wrote: On 6-Nov-07, at 9:58 AM, Doug Daniels wrote: I'm working on creating a custom RequestHandler plugin right now, and am having some trouble getting it working with the SolrHighlighter. Particularly, I'd like to specify

Intuition check

2007-11-07 Thread Mike Klaas
Not sure if this went through--I sent using the wrong email addr. I've also posted a patch: [ https://issues.apache.org/jira/browse/SOLR-407? page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] -- I'm

Re: difficulty using SolrHighlighter with programmatic parameters

2007-11-06 Thread Mike Klaas
On 6-Nov-07, at 9:58 AM, Doug Daniels wrote: I'm working on creating a custom RequestHandler plugin right now, and am having some trouble getting it working with the SolrHighlighter. Particularly, I'd like to specify whether to highlight, which fields to highlight, etc in the code rather

[jira] Created: (SOLR-407) Uncached filter query parameters

2007-11-06 Thread Mike Klaas (JIRA)
Reporter: Mike Klaas Assignee: Mike Klaas Priority: Minor Fix For: 1.3 Add a fq.nocache parameter (that may be specified multiple times) that adds filter clauses to the query which are not cached. Further, these filters are embedded directly

Re: default text type and stop words

2007-11-05 Thread Mike Klaas
On 2-Nov-07, at 11:02 PM, [EMAIL PROTECTED] wrote: In a message dated 11/2/07 6:54:25 PM, [EMAIL PROTECTED] writes: Even if the actual problem is at the Lucene level, perhaps it would be worth considering changes to the default to get around it. newbie here. is this common practice?

[jira] Updated: (SOLR-387) Add hooks to RequestHandlers so they can be more easily extended

2007-11-05 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-387: Fix Version/s: (was: 1.2) It probably isn't a good idea to introduce functionality that we know

[jira] Resolved: (SOLR-395) Spell-check should return frequencies of word and suggestions

2007-11-05 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-395. - Resolution: Fixed Committed! Thanks Mike and Scott. Spell-check should return frequencies of word

[jira] Issue Comment Edited: (SOLR-395) Spell-check should return frequencies of word and suggestions

2007-11-02 Thread Mike Klaas (JIRA)
/SOLR-395 Project: Solr Issue Type: Improvement Components: spellchecker Affects Versions: 1.3 Reporter: Mike Krimerman Assignee: Mike Klaas Priority: Minor Fix For: 1.3 Attachments: extended_results.diff

[jira] Commented: (SOLR-395) Spell-check should return frequencies of word and suggestions

2007-11-02 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539661 ] Mike Klaas commented on SOLR-395: - a python example {code:java} { 'responseHeader': { 'status':0, 'QTime':16

[jira] Closed: (SOLR-401) Hi frequency words in spellcheck dictionary

2007-11-01 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas closed SOLR-401. --- Resolution: Invalid Assignee: Mike Klaas subsumed by SOLR-395 Hi frequency words in spellcheck

[jira] Closed: (SOLR-375) SpellCheckerRequestHandler improvements to handle multiWords and identify if a word is spelled correctly

2007-11-01 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas closed SOLR-375. --- Resolution: Invalid Assignee: Mike Klaas Scott, I worked with Mike to produce a patch that integrates

[jira] Assigned: (SOLR-395) Spell-check should return frequencies of word and suggestions

2007-11-01 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas reassigned SOLR-395: --- Assignee: Mike Klaas Spell-check should return frequencies of word and suggestions

collection distribution on Windows

2007-10-30 Thread Mike Klaas
I don't use Windows myself, but I just read that there is a CreateHardLink() function in the windows api, so it might be possible to implement the same collection distirbution scheme on windows. -MIke

[jira] Commented: (SOLR-395) Spell-check should return frequencies of word and suggestions

2007-10-26 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538064 ] Mike Klaas commented on SOLR-395: - If the extra data is only present when some parameter is present, backward

[jira] Updated: (SOLR-375) SpellCheckerRequestHandler improvements to handle multiWords and identify if a word is spelled correctly

2007-10-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-375: Component/s: (was: clients - java) spellchecker I think that the general approach

[jira] Commented: (SOLR-395) Spell-check should return frequencies of word and suggestions

2007-10-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537778 ] Mike Klaas commented on SOLR-395: - Might it be better to rename the fields queryFreq/suggestionFreqs? (or something

[jira] Updated: (SOLR-42) Highlighting problems with HTMLStripWhitespaceTokenizerFactory

2007-10-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-42: --- Component/s: (was: update) highlighter Highlighting problems

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

2007-10-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-195: Component/s: (was: search) highlighter Wildcard/prefix queries not highlighted

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

2007-10-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-175: Component/s: highlighter Implement hl.formatter=interleave

[jira] Updated: (SOLR-395) Spell-check should return frequencies of word and suggestions

2007-10-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-395: Component/s: (was: search) spellchecker Spell-check should return frequencies of word

[jira] Updated: (SOLR-382) SpellCheckerRequestHandler does not apply the onlyMorePopular flag.

2007-10-25 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-382: Component/s: (was: search) spellchecker Assignee: Mike Klaas

[jira] Commented: (SOLR-386) Add confuguration to specify SolrHighlighter implementation

2007-10-19 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536302 ] Mike Klaas commented on SOLR-386: - I suppose the real question is What behaviour are you trying to achieve by ripping

[jira] Commented: (SOLR-380) There's no way to convert search results into page-level hits of a structured document.

2007-10-17 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535768 ] Mike Klaas commented on SOLR-380: - In my opinion the best solution is to create one solr document per page

[jira] Commented: (SOLR-382) SpellCheckerRequestHandler does not apply the onlyMorePopular flag.

2007-10-17 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535789 ] Mike Klaas commented on SOLR-382: - I've committed a modified patch that only passes in the IndexReader

[jira] Resolved: (SOLR-376) Allow backup summary field for highlighting

2007-10-12 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas resolved SOLR-376. - Resolution: Fixed committed for 1.3 Allow backup summary field for highlighting

[jira] Updated: (SOLR-375) SpellCheckerRequestHandler improvements to handle multiWords and identify if a word is spelled correctly

2007-10-12 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Klaas updated SOLR-375: Fix Version/s: (was: 1.2) 1.3 SpellCheckerRequestHandler improvements to handle

Deprecations and SolrConfig patch

2007-10-11 Thread Mike Klaas
The SolrConfig patch changed the interface for creating a token filter factory: @Deprecated public void init(MapString,String args) { log.warning(calling the deprecated form of init; should be calling init(SolrConfig solrConfig, MapString,String args)); this.args=args; } The

Re: Solr nightly build failure

2007-10-10 Thread Mike Klaas
On 10-Oct-07, at 2:45 PM, Yousef Ourabi wrote: Has anyone taken a closer look at this? It looks like org.apache.solr.client.solrj.embedded.SolrExampleJettyTest is unable to connect to the SolrServer instance. Timing out? Perhaps increase timeout?

Re: Solr nightly build failure

2007-10-10 Thread Mike Klaas
On 10-Oct-07, at 3:41 PM, Ryan McKinley wrote: Would it be appropriate to exclude this test, since a test that fails every night is like the boy who cried wolf? At least until it's worked out -- I'm not really familiar with the setup on the nightly build box. +1! Never-working tests

<    1   2   3   4   5   >