[jira] Updated: (SOLR-592) Handler components should use parameter constants instead of hardcoded strings

2008-06-06 Thread Lars Kotthoff (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Kotthoff updated SOLR-592: --- Attachment: SOLR-592-parameter-constants.patch Patch replacing the hardcoded strings with the proper

[jira] Issue Comment Edited: (SOLR-517) highlighter doesn't work with hl.requireFieldMatch=true on un-optimized index

2008-06-06 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602885#action_12602885 ] koji edited comment on SOLR-517 at 6/6/08 1:58 AM: - Mike, I

Re: Boosting for MoreLikeThisHandler

2008-06-06 Thread Grant Ingersoll
I think a separate issue is warranted. Can you add unit tests, too? On Jun 5, 2008, at 3:33 PM, Tom Morton wrote: Hi, SOLR-295 mentions boost support for morelikethis and then seems to have been subsumed by SOLR-281 but I don't think this got implemented. I've patched

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

2008-06-06 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-572: - Attachment: SOLR-572.patch Small mod to move name and name init up to the SolrSpellChecker

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-06-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603040#action_12603040 ] Noble Paul commented on SOLR-561: - can we make SOLR-551 a subproject of this? Solr

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

2008-06-06 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-572: - Attachment: SOLR-572.patch Removes unmodifiableMap factor from the suggestions/token freqs.

Re: [jira] Commented: (SOLR-486) Support binary formats for QueryresponseWriter

2008-06-06 Thread Grant Ingersoll
+1 On Jun 5, 2008, at 2:31 PM, Ryan McKinley (JIRA) wrote: [ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602740 #action_12602740 ] Ryan McKinley commented on SOLR-486:

Re: getValueSource deprecated!

2008-06-06 Thread Jonathan Ariel
I think I can't really understand what QParser is meant for. Given a field name I want to get the double representation of the value for that field in a specific document. Why do I need QParser in getValueSource? Sorry if it's a stupid question :S Jonathan On Thu, Jun 5, 2008 at 2:55 PM, Erik

Re: [important] call for 1.3 planning

2008-06-06 Thread Grant Ingersoll
On Jun 5, 2008, at 7:45 PM, Mike Klaas wrote: On 21-May-08, at 4:45 PM, Mike Klaas wrote: There seems to be some sort of consensus building that there should be a 1.3 release in the near future. The first step is to figure out what we want to finish before it gets released. The list

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

2008-06-06 Thread Oleg Gnatovskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603070#action_12603070 ] Oleg Gnatovskiy commented on SOLR-572: -- Do these latest patches require Lucene 2.4?

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

2008-06-06 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603075#action_12603075 ] Grant Ingersoll commented on SOLR-572: -- {quote} Do these latest patches require Lucene

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-06-06 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603081#action_12603081 ] Otis Gospodnetic commented on SOLR-561: --- I think so. You already started doing that

Re: getValueSource deprecated!

2008-06-06 Thread Yonik Seeley
Most of the getValueSource calls are from a QParser (for parsing function queries), and it serves as the context for the call. At least one ValueSource needed the SolrCore, and it seemed more futureproof to just pass the QParser (can get the request from there too). -Yonik On Fri, Jun 6, 2008 at

[jira] Commented: (SOLR-486) Support binary formats for QueryresponseWriter

2008-06-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603135#action_12603135 ] Noble Paul commented on SOLR-486: - one test failed in distributed search results when I

[jira] Commented: (SOLR-486) Support binary formats for QueryresponseWriter

2008-06-06 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603136#action_12603136 ] Ryan McKinley commented on SOLR-486: bq. or we will have to modify the

Re: svn commit: r664083 - /lucene/solr/trunk/src/test/org/apache/solr/util/TestUtils.java

2008-06-06 Thread Ryan McKinley
+num = 234; + //? why 1? + // assertEquals( 0, BitUtil.ntz(num) ); + // assertEquals( 0, BitUtil.ntz2(num) ); + // assertEquals( 0, BitUtil.ntz3(num) ); + } Any idea why the answer is 1? the docs say (only works for x!=0)

Re: Boosting for MoreLikeThisHandler

2008-06-06 Thread Tom Morton
I'm trying to add some unit tests now. MoreLikeThisHandler had a minimal set of tests which don't actually test its output, just that fields and a query parameters are required. It'll take me a bit to write something for the regular version and then the version with specified boosts. On Fri,

Re: svn commit: r664083 - /lucene/solr/trunk/src/test/org/apache/solr/util/TestUtils.java

2008-06-06 Thread Yonik Seeley
On Fri, Jun 6, 2008 at 3:10 PM, Ryan McKinley [EMAIL PROTECTED] wrote: +num = 234; + //? why 1? + // assertEquals( 0, BitUtil.ntz(num) ); + // assertEquals( 0, BitUtil.ntz2(num) ); + // assertEquals( 0, BitUtil.ntz3(num) ); + } Any idea why the answer is 1? the docs say

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

2008-06-06 Thread Swarag Segu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12603220#action_12603220 ] Swarag Segu commented on SOLR-572: -- Hey guys. Installed the latest patch. Old problem is