[jira] Commented: (SOLR-1395) Integrate Katta

2011-03-01 Thread JohnWu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001314#comment-13001314 ] JohnWu commented on SOLR-1395: -- Tomliu: DeployableSolrKattaServer start a embeddedSOlrServe

BM 25 scoring with lucene

2011-03-01 Thread Lahiru Samarakoon
Hi All, Do you have any BM 25 scoring implementation which can be used with Lucene? How can I find and use the implementation mentioned in following jira entry? https://issues.apache.org/jira/browse/LUCENE-2091 Thanks, Lahiru

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5492 - Still Failing

2011-03-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5492/ 1 tests failed. FAILED: org.apache.lucene.collation.TestCollationKeyAnalyzer.testThreadSafe Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(A

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5491 - Failure

2011-03-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5491/ 1 tests failed. REGRESSION: org.apache.lucene.collation.TestCollationKeyAnalyzer.testThreadSafe Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copy

[jira] Updated: (LUCENE-2944) BytesRef reuse bugs in QueryParser and analysis.jsp

2011-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2944: Attachment: LUCENE-2944.patch sorry, previous patch was missing the new javadoc i added to TermTo

[jira] Updated: (LUCENE-2944) BytesRef reuse bugs in QueryParser and analysis.jsp

2011-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2944: Attachment: LUCENE-2944.patch {quote} I think producer should own the BytesRef and if consumer wan

[jira] Updated: (SOLR-309) A solr.StrField that has analyzers configured should emit warning to log

2011-03-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-309: -- Attachment: SOLR-309.patch path that modifies FieldType.setAnalyzer to fail by default, so that only TextField a

[jira] Commented: (LUCENE-2881) Track FieldInfo per segment instead of per-IW-session

2011-03-01 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001214#comment-13001214 ] Michael Busch commented on LUCENE-2881: --- bq. maybe, we should store the FieldInfos

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5482 - Failure

2011-03-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5482/ 1 tests failed. REGRESSION: org.apache.lucene.collation.TestCollationKeyAnalyzer.testThreadSafe Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copy

[jira] Resolved: (LUCENE-2941) custom sort broken if IS uses executorservice

2011-03-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2941. Resolution: Fixed Fix Version/s: 4.0 Assignee: Michael McCandless

[jira] Updated: (LUCENE-2945) Surround Query doesn't properly handle equals/hashcode

2011-03-01 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2945: - Attachment: LUCENE-2945-partial1.patch The -partial1 patch is about half way through the files i

[jira] Commented: (LUCENE-2945) Surround Query doesn't properly handle equals/hashcode

2011-03-01 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001137#comment-13001137 ] Paul Elschot commented on LUCENE-2945: -- It turns out that 14 or 15 classes in o.a.l.

[jira] Resolved: (LUCENE-2943) ICU collator thread-safety issues

2011-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2943. - Resolution: Fixed Committed revisions 1075850, 1076017 (branch_3x) > ICU collator thread-safety

[jira] Commented: (LUCENE-2945) Surround Query doesn't properly handle equals/hashcode

2011-03-01 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001049#comment-13001049 ] Paul Elschot commented on LUCENE-2945: -- This one is in the category oversights that

[jira] Resolved: (SOLR-2389) Default HTTP caching hurts developer experience.

2011-03-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2389. Resolution: Fixed Fix Version/s: 4.0 3.1 dealt with in SOLR-2397, example solrconf

[jira] Resolved: (SOLR-2363) Rename the example "dismax" request handler instance

2011-03-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2363. Resolution: Fixed Fix Version/s: 4.0 3.1 dealt with in SOLR-2397, no longer have a

[jira] Resolved: (SOLR-2397) main example solrconfig.xml needs cleanup before 3.1

2011-03-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-2397. Resolution: Fixed Committed revision 1075974. 3.1 schema has been cleaned up > main example solrconfig.xml

[jira] Commented: (LUCENE-2881) Track FieldInfo per segment instead of per-IW-session

2011-03-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001011#comment-13001011 ] Michael McCandless commented on LUCENE-2881: This is a big patch! Some comm

[jira] Commented: (LUCENE-2881) Track FieldInfo per segment instead of per-IW-session

2011-03-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001010#comment-13001010 ] Michael McCandless commented on LUCENE-2881: Also, I think we should understa

RE: [HUDSON-MAVEN] Lucene-Solr-Maven-trunk #41: POMs out of sync

2011-03-01 Thread Steven A Rowe
This build failed because the Solr Clustering contrib timed out transferring two v3.0.1 Lucene artifacts dependencies from the Maven central repository, e.g.: Downloading: http://repo1.maven.org/maven2/org/apache/lucene/lucene-snowball /3.0.1/lucene-snowball-3.0.1.jar

[jira] Commented: (LUCENE-2881) Track FieldInfo per segment instead of per-IW-session

2011-03-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001009#comment-13001009 ] Michael McCandless commented on LUCENE-2881: Unfortunately, I'm still seeing

[jira] Commented: (SOLR-2397) main example solrconfig.xml needs cleanup before 3.1

2011-03-01 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001001#comment-13001001 ] Hoss Man commented on SOLR-2397: Committed revision 1075960. - trunk ...backporting to 3x

[jira] Created: (LUCENE-2945) Surround Query doesn't properly handle equals/hashcode

2011-03-01 Thread Grant Ingersoll (JIRA)
Surround Query doesn't properly handle equals/hashcode -- Key: LUCENE-2945 URL: https://issues.apache.org/jira/browse/LUCENE-2945 Project: Lucene - Java Issue Type: Bug Affects Versions

Surround Queries and hash()/equals()

2011-03-01 Thread Grant Ingersoll
I've been looking into the surround query parser and it's query implementations and am having issues that seem to point to improper hashcode/equals implementations for the anonymous inner classes that actually create a real Query object. For instance, lines 76-88 in DistanceQuery (branch 3.x).

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5472 - Still Failing

2011-03-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5472/ 1 tests failed. FAILED: org.apache.lucene.collation.TestCollationKeyAnalyzer.testThreadSafe Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(A

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 5471 - Failure

2011-03-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/5471/ 1 tests failed. FAILED: org.apache.lucene.collation.TestCollationKeyAnalyzer.testThreadSafe Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(A

[jira] Updated: (SOLR-2396) deprecated char[] based collation factories / replace with byte[]-based

2011-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2396: -- Attachment: SOLR-2396.patch Updated patch, with unit tests for the CollationField and ICUCollationField.

[jira] Commented: (LUCENE-2944) BytesRef reuse bugs in QueryParser and analysis.jsp

2011-03-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000930#comment-13000930 ] Michael McCandless commented on LUCENE-2944: I think producer should own the

Re: [Lucene.Net] Incubator PMC/Board report for March 2011 (lucene-net-...@lucene.apache.org)

2011-03-01 Thread Stefan Bodewig
Hi all, this is one of the pain^H^H^H^Hjoys you've taken on yourself by entering the incubator 8-) Lucene.NET will be on a monthly schedule the first three month and then change to a quarterly schedule for as long as you need to graduate. On 2011-03-01, wrote: > The board meeting is scheduled

[jira] Updated: (LUCENE-2944) BytesRef reuse bugs in QueryParser and analysis.jsp

2011-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2944: Attachment: LUCENE-2944_option2.patch here's the alternative patch, also adding documentation that

[jira] Commented: (LUCENE-2944) BytesRef reuse bugs in QueryParser and analysis.jsp

2011-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000915#comment-13000915 ] Robert Muir commented on LUCENE-2944: - Well its not just the ICU implementation... Te

[jira] Commented: (LUCENE-2944) BytesRef reuse bugs in QueryParser and analysis.jsp

2011-03-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000913#comment-13000913 ] Simon Willnauer commented on LUCENE-2944: - IMO this is ICUs problem here. This co

[jira] Resolved: (SOLR-2375) Store & Load functionality for Suggester Lookup implementations

2011-03-01 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved SOLR-2375. - Resolution: Fixed Committed to trunk rev. 1075804 and to branch_3x rev. 1075841. > Store

[jira] Updated: (LUCENE-2944) BytesRef reuse bugs in QueryParser and analysis.jsp

2011-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2944: Attachment: LUCENE-2944.patch I reviewed all uses of this attribute, and fixed some more problems

[jira] Created: (LUCENE-2944) BytesRef reuse bugs in QueryParser and analysis.jsp

2011-03-01 Thread Robert Muir (JIRA)
BytesRef reuse bugs in QueryParser and analysis.jsp --- Key: LUCENE-2944 URL: https://issues.apache.org/jira/browse/LUCENE-2944 Project: Lucene - Java Issue Type: Bug Reporter: Robe

[jira] Updated: (LUCENE-2944) BytesRef reuse bugs in QueryParser and analysis.jsp

2011-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2944: Attachment: LUCENE-2944.patch > BytesRef reuse bugs in QueryParser and analysis.jsp >

[HUDSON-MAVEN] Lucene-Solr-Maven-trunk #41: POMs out of sync

2011-03-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-Maven-trunk/41/ No tests ran. Build Log (for compile errors): [...truncated 14871 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional com

Re: Load balancing within distributed search

2011-03-01 Thread Upayavira
On Tue, 01 Mar 2011 13:18 +, "Alex Cowell" wrote: Hi Upayavira, I believe there is a basic implementation of load balancing for distributed search. The submit() method in the HttpCommComponent class within SearchHandler contains code which splits a pipe character delimited string o

[jira] Updated: (LUCENE-2881) Track FieldInfo per segment instead of per-IW-session

2011-03-01 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2881: Attachment: LUCENE-2881.patch Here is an updated patch against trunk that fixes the proble

[jira] Commented: (SOLR-1395) Integrate Katta

2011-03-01 Thread JohnWu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000871#comment-13000871 ] JohnWu commented on SOLR-1395: -- Tomliu: yeah, I trace the process, 1) proxy: shard=*; 2) su

Re: Load balancing within distributed search

2011-03-01 Thread Alex Cowell
Hi Upayavira, I believe there is a basic implementation of load balancing for distributed search. The submit() method in the HttpCommComponent class within SearchHandler contains code which splits a pipe character delimited string of shards and uses a LoadBalancedHttpSolrServer to send requests to

[jira] Commented: (SOLR-2375) Store & Load functionality for Suggester Lookup implementations

2011-03-01 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000863#comment-13000863 ] Mark Miller commented on SOLR-2375: --- bq. If there are no objections I'd like to commit th

[HUDSON] Lucene-Solr-tests-only-3.x - Build # 5446 - Failure

2011-03-01 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/5446/ 1 tests failed. REGRESSION: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates Error Message: org.apache.uima.analysis_engine.AnalysisEngineProcessException Stack Trace: java.lang.RuntimeExce

[jira] Resolved: (LUCENE-2932) clean up obselete information on the website

2011-03-01 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2932. - Resolution: Fixed Fix Version/s: 3.1 Assignee: Robert Muir Committed revision 10

Load balancing within distributed search

2011-03-01 Thread Upayavira
The SolrCloud doc suggests a request a shard syntax like this: shards=localhost:8983/solr|localhost:8900/solr,localhost:7574/solr|localhost:7500/solr Where a pipe character (|) is used to provide load balancing facilities for shards. I've looked in trunk but cannot find anything that looks like i

[jira] Resolved: (SOLR-2395) Replace download link target from Carrot2 to Maven Central

2011-03-01 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved SOLR-2395. --- Resolution: Fixed Committed. > Replace download link target from Carrot2 to Maven Central > -

[jira] Commented: (SOLR-1395) Integrate Katta

2011-03-01 Thread tom liu (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000786#comment-13000786 ] tom liu commented on SOLR-1395: --- you can debug or trace the process: # webapp's param: shards