[Lucene.Net] releasedate for Lucene.NET 3.0

2011-03-01 Thread Björn Kremer
Hi, ist there a releasedate for Lucene.NET 3.0 or a roadmap? When is Lucene.NET released official?(Without incubator state) Thank You Björn

Re: [Lucene.Net] releasedate for Lucene.NET 3.0

2011-03-01 Thread Michael Herndon
Hi Björn Kremer!, There is currently not a release date set for Lucene.Net 3.0. A roadmap that covers a Lucene.Net release will most likely be developed when we've made progress on the 2.9.x releases and infrastructure changes that are currently be discussed on the mailing list. I could be

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

2011-03-01 Thread no-reply
Dear Lucene.NET Developers, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 16 March 2011, 10 am Pacific. The report for your

Re: dataset collection

2011-03-01 Thread Otis Gospodnetic
Itamar, Would you happen to have a screenshot that shows that ORev looks like? Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message From: Itamar Syn-Hershko ita...@code972.com To:

[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-tabpanelfocusedCommentId=13000786#comment-13000786 ] tom liu commented on SOLR-1395: --- you can debug or trace the process: # webapp's param:

[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

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

[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

[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:

[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-tabpanelfocusedCommentId=13000863#comment-13000863 ] Mark Miller commented on SOLR-2375: --- bq. If there are no objections I'd like to commit

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

[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-tabpanelfocusedCommentId=13000871#comment-13000871 ] JohnWu commented on SOLR-1395: -- Tomliu: yeah, I trace the process, 1) proxy: shard=*; 2)

[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

Re: Load balancing within distributed search

2011-03-01 Thread Upayavira
On Tue, 01 Mar 2011 13:18 +, Alex Cowell alxc...@gmail.com 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

[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

[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

[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:

[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] 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] 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-tabpanelfocusedCommentId=13000913#comment-13000913 ] Simon Willnauer commented on LUCENE-2944: - IMO this is ICUs problem here. This

[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-tabpanelfocusedCommentId=13000915#comment-13000915 ] Robert Muir commented on LUCENE-2944: - Well its not just the ICU implementation...

[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

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, no-re...@apache.org wrote: The board

[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-tabpanelfocusedCommentId=13000930#comment-13000930 ] Michael McCandless commented on LUCENE-2944: I think producer should own the

[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

[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

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).

[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

[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-tabpanelfocusedCommentId=13001001#comment-13001001 ] Hoss Man commented on SOLR-2397: Committed revision 1075960. - trunk ...backporting to 3x

[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-tabpanelfocusedCommentId=13001009#comment-13001009 ] Michael McCandless commented on LUCENE-2881: Unfortunately, I'm still seeing

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-tabpanelfocusedCommentId=13001010#comment-13001010 ] Michael McCandless commented on LUCENE-2881: Also, I think we should

[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-tabpanelfocusedCommentId=13001011#comment-13001011 ] Michael McCandless commented on LUCENE-2881: This is a big patch! Some

[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

[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-tabpanelfocusedCommentId=13001049#comment-13001049 ] Paul Elschot commented on LUCENE-2945: -- This one is in the category oversights that

[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-tabpanelfocusedCommentId=13001137#comment-13001137 ] Paul Elschot commented on LUCENE-2945: -- It turns out that 14 or 15 classes in

[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

[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

[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

[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-tabpanelfocusedCommentId=13001214#comment-13001214 ] Michael Busch commented on LUCENE-2881: --- bq. maybe, we should store the FieldInfos

[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

[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

[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

[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

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

[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-tabpanelfocusedCommentId=13001314#comment-13001314 ] JohnWu commented on SOLR-1395: -- Tomliu: DeployableSolrKattaServer start a