[Lucene.Net] [jira] [Created] (LUCENENET-474) Missing License Headers in trunk after 3.0.3 merge

2012-03-02 Thread Stefan Bodewig (Created) (JIRA)
Missing License Headers in trunk after 3.0.3 merge -- Key: LUCENENET-474 URL: https://issues.apache.org/jira/browse/LUCENENET-474 Project: Lucene.Net Issue Type: Bug Reporter:

[Lucene.Net] [jira] [Updated] (LUCENENET-474) Missing License Headers in trunk after 3.0.3 merge

2012-03-02 Thread Stefan Bodewig (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig updated LUCENENET-474: - Attachment: LUCENENET-474.patch Patch that adds the missing license headers

[jira] [Commented] (SOLR-3185) PatternReplaceCharFilterFactory can't replace with ampersands in index

2012-03-02 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220760#comment-13220760 ] Dawid Weiss commented on SOLR-3185: --- I just checked and the indexed value is correct. Can

[jira] [Issue Comment Edited] (SOLR-3174) Visualize Cluster State

2012-03-02 Thread Stefan Matheis (steffkes) (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220770#comment-13220770 ] Stefan Matheis (steffkes) edited comment on SOLR-3174 at 3/2/12 8:35 AM:

[jira] [Commented] (SOLR-3174) Visualize Cluster State

2012-03-02 Thread Stefan Matheis (steffkes) (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220770#comment-13220770 ] Stefan Matheis (steffkes) commented on SOLR-3174: - The first ones, based on

[jira] [Commented] (SOLR-2305) DataImportScheduler - Marko Bonaci

2012-03-02 Thread Marko Bonaci (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220775#comment-13220775 ] Marko Bonaci commented on SOLR-2305: Hi Esteve, I cannot find the scheduler source in

Re: Welcome Stefan Matheis

2012-03-02 Thread Stefan Matheis
Thank you very much :) Stefan, it is tradition that you introduce yourself with a brief bio. uh, hm okay: born in a small village in the south of germany - worked a few years in munich for an ad-agency. after this i started being a freelancer =) used the chance and moved to zurich/switzerland

[jira] [Updated] (SOLR-3011) DIH MultiThreaded bug

2012-03-02 Thread Wenca Petr (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wenca Petr updated SOLR-3011: - Attachment: patch-3011-EntityProcessorBase-iterator.patch Well, I solved it. The problem was in

[jira] [Issue Comment Edited] (SOLR-3011) DIH MultiThreaded bug

2012-03-02 Thread Wenca Petr (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220805#comment-13220805 ] Wenca Petr edited comment on SOLR-3011 at 3/2/12 9:47 AM: -- Well, I

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220811#comment-13220811 ] Robert Muir commented on LUCENE-3795: - Can we rethink this structure? In my opinion

[JENKINS] Solr-trunk - Build # 1780 - Still Failing

2012-03-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Solr-trunk/1780/ 1 tests failed. FAILED: org.apache.solr.TestDistributedSearch.testDistribSearch Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace: java.lang.RuntimeException: java.lang.AssertionError: Some threads

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220814#comment-13220814 ] Robert Muir commented on LUCENE-3795: - Also again about my spatial4j.jar: besides the

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Chris Male (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220816#comment-13220816 ] Chris Male commented on LUCENE-3795: bq. I dont think we should create github

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220819#comment-13220819 ] Uwe Schindler commented on LUCENE-3795: --- q. commons-lang.jar: This is unnecessary

Re: ThreadPool threads leaking to suite scope.

2012-03-02 Thread Dawid Weiss
This leak is really frequent if you preallocate threads on the execution service. This fragment: r.addReaderClosedListener(new ReaderClosedListener() { @Override public void onClose(IndexReader reader) { System.out.println(S: + ex);

[jira] [Updated] (LUCENE-3807) Cleanup suggester API

2012-03-02 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3807: Attachment: LUCENE-3807.patch following up on this, here is another patch. I cleaned up

[jira] [Issue Comment Edited] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Uwe Schindler (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220819#comment-13220819 ] Uwe Schindler edited comment on LUCENE-3795 at 3/2/12 10:23 AM:

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220822#comment-13220822 ] Simon Willnauer commented on LUCENE-3795: - I agree with robert, can we try to

GSOC 2012?

2012-03-02 Thread Robert Muir
Hello, I was asked by a student if we are participating in GSOC this year. I hope the answer is yes? If we are planning to, I think it would be good if we came up with a list on the wiki of potential tasks. Does anyone have any ideas? One suggested idea I had (similar to LUCENE-2959 last year)

Re: GSOC 2012?

2012-03-02 Thread Simon Willnauer
On Fri, Mar 2, 2012 at 11:30 AM, Robert Muir rcm...@gmail.com wrote: Hello, I was asked by a student if we are participating in GSOC this year. I hope the answer is yes? If we are planning to, I think it would be good if we came up with a list on the wiki of potential tasks. Does anyone

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Uwe Schindler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220825#comment-13220825 ] Uwe Schindler commented on LUCENE-3795: --- What's the reason to have spatial4j

[jira] [Issue Comment Edited] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Uwe Schindler (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220819#comment-13220819 ] Uwe Schindler edited comment on LUCENE-3795 at 3/2/12 10:38 AM:

Re: ThreadPool threads leaking to suite scope.

2012-03-02 Thread Robert Muir
Without looking at the code heavily, I think the problem here involves wrapped readers like slowMultiReaderWrapper. Take a look at this code in branch-3x. you will notice that we *never* both wrap with Slow and add an executor service. But the real problem is probably that newSearcher should not

Re: ThreadPool threads leaking to suite scope.

2012-03-02 Thread Dawid Weiss
Take a look at this code in branch-3x. you will notice that we *never* both wrap with Slow and add an executor service. It's the same here but it seems the reader is re-wrapped multiple times and thus it's possible to have an executor on the inside and a wrapper on the outside that ignores

[jira] [Resolved] (LUCENE-3785) Replace ant macros for running concurrent tests with ant-junit4.

2012-03-02 Thread Dawid Weiss (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss resolved LUCENE-3785. - Resolution: Duplicate Subsumed by LUCENE-3808. Replace ant macros for running

Re: GSOC 2012?

2012-03-02 Thread mark harwood
Does anyone have any ideas? A framework for match metadata? Similar to the way tokenization was changed to allow tokenizers to to enrich a stream of tokens with arbitrary attributes, Scorers could provide MatchAttributes to provide arbitrary metadata about the stream of matches they produce.

[jira] [Updated] (LUCENE-3807) Cleanup suggester API

2012-03-02 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3807: Attachment: LUCENE-3807.patch more cleanups... I made BytesRefSorter using BytesRefList

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12582 - Failure

2012-03-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12582/ 5 tests failed. REGRESSION: org.apache.lucene.search.spans.TestSpanExplanations.testSF4 Error Message: unable to create new native thread Stack Trace: java.lang.OutOfMemoryError: unable to create new native thread

[JENKINS] Lucene-Solr-tests-only-3.x-java7 - Build # 1886 - Failure

2012-03-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x-java7/1886/ 1 tests failed. REGRESSION: org.apache.solr.handler.TestReplicationHandler.test Error Message: expected:498 but was:0 Stack Trace: junit.framework.AssertionFailedError: expected:498 but was:0 at

Re: [JENKINS] Lucene-Solr-tests-only-trunk - Build # 12582 - Failure

2012-03-02 Thread Dawid Weiss
I guess I succeeded more than I wanted at showing this thread leak is potentially awful (because I think it's that, not the particular test). Dawid On Fri, Mar 2, 2012 at 12:36 PM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build:

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1855 - Failure

2012-03-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1855/ 14 tests failed. REGRESSION: org.apache.lucene.search.spans.TestBasics.testSpanOr Error Message: unable to create new native thread Stack Trace: java.lang.OutOfMemoryError: unable to create new native thread

Re: GSOC 2012?

2012-03-02 Thread Simon Willnauer
I created an initial GSOC 2012 page here: http://wiki.apache.org/lucene-java/SummerOfCode2012 simon On Fri, Mar 2, 2012 at 12:26 PM, mark harwood markharw...@yahoo.co.uk wrote: Does anyone have any ideas? A framework for match metadata? Similar to the way tokenization was changed to allow

[jira] [Updated] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3801: Attachment: LUCENE-3801.patch updated patch with tests (which exposes a real problem!). I

[jira] [Commented] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220874#comment-13220874 ] Robert Muir commented on LUCENE-3801: - I think this might not be hard to fix,

[jira] [Issue Comment Edited] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Robert Muir (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220874#comment-13220874 ] Robert Muir edited comment on LUCENE-3801 at 3/2/12 12:29 PM:

[jira] [Created] (LUCENE-3838) IndexWriter.maybeMerge() removes deleted documents from index (Lucene 3.1.0 to 3.5.0)

2012-03-02 Thread Ivan Stojanovic (Created) (JIRA)
IndexWriter.maybeMerge() removes deleted documents from index (Lucene 3.1.0 to 3.5.0) - Key: LUCENE-3838 URL: https://issues.apache.org/jira/browse/LUCENE-3838

Re: GSOC 2012?

2012-03-02 Thread Robert Muir
Thanks for helping to get this started Simon and Mark! On Fri, Mar 2, 2012 at 7:10 AM, Simon Willnauer simon.willna...@googlemail.com wrote: I created an initial GSOC 2012 page here: http://wiki.apache.org/lucene-java/SummerOfCode2012 simon On Fri, Mar 2, 2012 at 12:26 PM, mark harwood

[jira] [Updated] (LUCENE-3838) IndexWriter.maybeMerge() removes deleted documents from index (Lucene 3.1.0 to 3.5.0)

2012-03-02 Thread Ivan Stojanovic (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Stojanovic updated LUCENE-3838: Attachment: TempTest.java Sorry for the test added in description not being formatted

[jira] [Updated] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3801: Attachment: LUCENE-3801.patch updated patch, instead of looking for 'output == 0' using the

[jira] [Commented] (LUCENE-3837) A modest proposal for updateable fields

2012-03-02 Thread Shai Erera (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220885#comment-13220885 ] Shai Erera commented on LUCENE-3837: bq. it merges updates on the fly, at the cost of

AW: AW: AW: Setting Stopword Set in PyLucene (or using Set in general)

2012-03-02 Thread Thomas Koch
Hi Andi, thanks for the feedback! I revised the code and send you attached a new patch. I also attach a short demo script that shows the problems I mentioned earlier when trying to initialize an ArrayList with a JavaSet (or JavaList) containing integers. Finally I'd suggest to rename

[jira] [Created] (LUCENE-3839) Add JIRAs for GSOC-2012

2012-03-02 Thread Erick Erickson (Created) (JIRA)
Add JIRAs for GSOC-2012 --- Key: LUCENE-3839 URL: https://issues.apache.org/jira/browse/LUCENE-3839 Project: Lucene - Java Issue Type: Improvement Reporter: Erick Erickson Suggestions coming soon for GSOC

[jira] [Commented] (SOLR-2305) DataImportScheduler - Marko Bonaci

2012-03-02 Thread Okke Klein (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220898#comment-13220898 ] Okke Klein commented on SOLR-2305: -- It's not committed to trunk. To get the code apply the

[jira] [Commented] (SOLR-2305) DataImportScheduler - Marko Bonaci

2012-03-02 Thread Marko Bonaci (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220900#comment-13220900 ] Marko Bonaci commented on SOLR-2305: I don't need the code. I ask because I was

[jira] [Commented] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220902#comment-13220902 ] Robert Muir commented on LUCENE-3801: - I think this patch is ready to commit, but the

[jira] [Commented] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220905#comment-13220905 ] Robert Muir commented on LUCENE-3801: - Hmm actually, i think we can speed this up a

[jira] [Commented] (SOLR-2305) DataImportScheduler - Marko Bonaci

2012-03-02 Thread Erick Erickson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220906#comment-13220906 ] Erick Erickson commented on SOLR-2305: -- The discussions are right here attached to the

[jira] [Commented] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Christian Moen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220909#comment-13220909 ] Christian Moen commented on LUCENE-3801: If it's possible to speed things up,

[JENKINS] Lucene-Solr-tests-only-trunk - Build # 12583 - Still Failing

2012-03-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/12583/ 29 tests failed. REGRESSION: org.apache.lucene.search.spans.TestSpanExplanations.testSNear9 Error Message: unable to create new native thread Stack Trace: java.lang.OutOfMemoryError: unable to create new native thread

[jira] [Created] (LUCENE-3840) Threads leak out from Executors created in LuceneTestCase#newSearcher

2012-03-02 Thread Dawid Weiss (Created) (JIRA)
Threads leak out from Executors created in LuceneTestCase#newSearcher - Key: LUCENE-3840 URL: https://issues.apache.org/jira/browse/LUCENE-3840 Project: Lucene - Java Issue

[jira] [Commented] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220915#comment-13220915 ] Robert Muir commented on LUCENE-3801: - yeah as an example use case we could use

[jira] [Commented] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Christian Moen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220919#comment-13220919 ] Christian Moen commented on LUCENE-3801: Exactly. If we match on normalized

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Commented
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220920#comment-13220920 ] Jan Høydahl commented on LUCENE-3795: - First, Ryan and David, I think you've done a

[jira] [Commented] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Michael McCandless (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220924#comment-13220924 ] Michael McCandless commented on LUCENE-3801: I think instead of per-arc add

[jira] [Commented] (LUCENE-3807) Cleanup suggester API

2012-03-02 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220926#comment-13220926 ] Dawid Weiss commented on LUCENE-3807: - I looked at your patch briefly, Simon. Random

[jira] [Commented] (SOLR-2305) DataImportScheduler - Marko Bonaci

2012-03-02 Thread Anders Thulin (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220927#comment-13220927 ] Anders Thulin commented on SOLR-2305: - I would like to see the scheduler included very

[jira] [Commented] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220929#comment-13220929 ] Robert Muir commented on LUCENE-3801: - {quote} I think instead of per-arc add (to

[jira] [Created] (SOLR-3189) Removing a field using TemplateTransformer

2012-03-02 Thread Luca Cavanna (Created) (JIRA)
Removing a field using TemplateTransformer -- Key: SOLR-3189 URL: https://issues.apache.org/jira/browse/SOLR-3189 Project: Solr Issue Type: Improvement Components: contrib -

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220942#comment-13220942 ] Robert Muir commented on LUCENE-3795: - {quote} when it is more mature, cast a vote

[jira] [Updated] (SOLR-3189) Removing a field using TemplateTransformer

2012-03-02 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3189: --- Attachment: SOLR-3189.patch Attached patch. It works like this: {code} entity name=row field

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread David Smiley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220948#comment-13220948 ] David Smiley commented on LUCENE-3795: -- Commons-lang is used by both Spatial4J and

[jira] [Created] (SOLR-3190) SolrEntityProcessor improvements

2012-03-02 Thread Luca Cavanna (Created) (JIRA)
SolrEntityProcessor improvements Key: SOLR-3190 URL: https://issues.apache.org/jira/browse/SOLR-3190 Project: Solr Issue Type: Improvement Components: contrib - DataImportHandler

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220949#comment-13220949 ] Robert Muir commented on LUCENE-3795: - {quote} The ASF is a bit heavy on process and

[jira] [Updated] (SOLR-3190) SolrEntityProcessor improvements

2012-03-02 Thread Luca Cavanna (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cavanna updated SOLR-3190: --- Attachment: SOLR-3190.patch Attached patch. Added overridable getHttpClient method which allows

[jira] [Updated] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3801: Attachment: LUCENE-3801.patch updated patch with mike's idea. this wins some perf back:

[jira] [Commented] (SOLR-599) Lightweight SolrJ client

2012-03-02 Thread Commented
[ https://issues.apache.org/jira/browse/SOLR-599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220972#comment-13220972 ] Jan Høydahl commented on SOLR-599: -- I think we may need both, but for users not needing the

[jira] [Updated] (LUCENE-3808) Switch LuceneTestCaseRunner to RandomizedRunner. Enforce Random sharing contracts. Enforce thread leaks.

2012-03-02 Thread Dawid Weiss (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-3808: Description: Dev. branch at: https://github.com/dweiss/lucene_solr/tree/rr Switch the runner to

[jira] [Resolved] (LUCENE-3801) Generify FST shortestPaths() to take a comparator

2012-03-02 Thread Robert Muir (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3801. - Resolution: Fixed Fix Version/s: 4.0 3.6 Generify FST

[jira] [Commented] (SOLR-3182) If there is only one core, let it be the default without specifying a default in solr.xml

2012-03-02 Thread Erick Erickson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220990#comment-13220990 ] Erick Erickson commented on SOLR-3182: -- Hmmm, there's no guarantee that the incoming

[jira] [Updated] (LUCENE-3807) Cleanup suggester API

2012-03-02 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3807: Attachment: LUCENE-3807.patch merged with trunk. I added a changes.txt to contrib and

[jira] [Commented] (SOLR-3162) Continue work on new admin UI

2012-03-02 Thread Erick Erickson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220996#comment-13220996 ] Erick Erickson commented on SOLR-3162: -- Stefan: The escapes are still there, like

[jira] [Commented] (SOLR-3182) If there is only one core, let it be the default without specifying a default in solr.xml

2012-03-02 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220999#comment-13220999 ] Yonik Seeley commented on SOLR-3182: bq. Other than that, does anyone object to

[jira] [Commented] (LUCENE-3807) Cleanup suggester API

2012-03-02 Thread Robert Muir (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221000#comment-13221000 ] Robert Muir commented on LUCENE-3807: - i did a quick review: looks good to me

[jira] [Closed] (SOLR-3185) PatternReplaceCharFilterFactory can't replace with ampersands in index

2012-03-02 Thread Mike Spencer (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Spencer closed SOLR-3185. -- Resolution: Not A Problem Fix Version/s: 3.5 Explored the chain more in depth, discovered the

[jira] [Commented] (SOLR-2305) DataImportScheduler - Marko Bonaci

2012-03-02 Thread Marko Bonaci (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221004#comment-13221004 ] Marko Bonaci commented on SOLR-2305: I'd certainly be very proud if my small

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #408: POMs out of sync

2012-03-02 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/408/ 1 tests failed. FAILED: org.apache.solr.cloud.BasicZkTest.testBasic Error Message: null Stack Trace: org.apache.solr.common.SolrException at org.apache.solr.util.TestHarness.update(TestHarness.java:257) at

[jira] [Created] (SOLR-3191) field exclusion from fl

2012-03-02 Thread Luca Cavanna (Created) (JIRA)
field exclusion from fl --- Key: SOLR-3191 URL: https://issues.apache.org/jira/browse/SOLR-3191 Project: Solr Issue Type: Improvement Reporter: Luca Cavanna Priority: Minor I think it would be

[jira] [Commented] (SOLR-3182) If there is only one core, let it be the default without specifying a default in solr.xml

2012-03-02 Thread Russell Black (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221005#comment-13221005 ] Russell Black commented on SOLR-3182: - bq. If you start with two cores open (and maybe

[jira] [Commented] (SOLR-3191) field exclusion from fl

2012-03-02 Thread Luca Cavanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221006#comment-13221006 ] Luca Cavanna commented on SOLR-3191: I previously left a comment on the SOLR-2444

[jira] [Commented] (LUCENE-3074) SimpleTextCodec needs SimpleText DocValues impl

2012-03-02 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221009#comment-13221009 ] Simon Willnauer commented on LUCENE-3074: - any comments on this? I don't want

[jira] [Commented] (SOLR-3173) Database semantics - insert and update

2012-03-02 Thread Per Steffensen (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221008#comment-13221008 ] Per Steffensen commented on SOLR-3173: -- Hi again Have most of it coded by now. No

[jira] [Updated] (LUCENE-3074) SimpleTextCodec needs SimpleText DocValues impl

2012-03-02 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3074: Attachment: LUCENE-3074.patch merged with trunk... SimpleTextPerDocProducer still uses 2

[jira] [Commented] (LUCENE-3807) Cleanup suggester API

2012-03-02 Thread Simon Willnauer (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221012#comment-13221012 ] Simon Willnauer commented on LUCENE-3807: - committed to trunk.. I think we are

[jira] [Commented] (SOLR-3162) Continue work on new admin UI

2012-03-02 Thread Stefan Matheis (steffkes) (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221013#comment-13221013 ] Stefan Matheis (steffkes) commented on SOLR-3162: - That's pretty odd :

[jira] [Issue Comment Edited] (SOLR-3162) Continue work on new admin UI

2012-03-02 Thread Stefan Matheis (steffkes) (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221013#comment-13221013 ] Stefan Matheis (steffkes) edited comment on SOLR-3162 at 3/2/12 4:04 PM:

[jira] [Created] (SOLR-3192) NettySolrServer (supported by netty/protobuf) such as CommonsHttpSolrServer

2012-03-02 Thread Linbin Chen (Created) (JIRA)
NettySolrServer (supported by netty/protobuf) such as CommonsHttpSolrServer --- Key: SOLR-3192 URL: https://issues.apache.org/jira/browse/SOLR-3192 Project: Solr Issue

[jira] [Updated] (SOLR-3192) NettySolrServer (supported by netty/protobuf) such as CommonsHttpSolrServer

2012-03-02 Thread Linbin Chen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Linbin Chen updated SOLR-3192: -- Description: solr support netty tcp, netty/tcp can handle asynchronous,efficient,keepalive ... use

[jira] [Updated] (SOLR-3192) NettySolrServer (supported by netty/protobuf) such as CommonsHttpSolrServer

2012-03-02 Thread Linbin Chen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Linbin Chen updated SOLR-3192: -- Description: solr support netty tcp, netty/tcp can handle asynchronous,efficient,keepalive ... use

[jira] [Updated] (SOLR-3192) NettySolrServer (supported by netty/protobuf) such as CommonsHttpSolrServer

2012-03-02 Thread Linbin Chen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Linbin Chen updated SOLR-3192: -- Attachment: solr.proto NettySolrServer (supported by netty/protobuf) such as CommonsHttpSolrServer

[jira] [Updated] (SOLR-3192) NettySolrServer (supported by netty/protobuf) such as CommonsHttpSolrServer

2012-03-02 Thread Linbin Chen (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Linbin Chen updated SOLR-3192: -- Description: solr support netty tcp, netty/tcp can handle asynchronous,efficient,keepalive ... it's

[jira] [Commented] (SOLR-3162) Continue work on new admin UI

2012-03-02 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221040#comment-13221040 ] Mark Miller commented on SOLR-3162: --- Awesome stuff. Can't say it enough.

[jira] [Commented] (SOLR-3182) If there is only one core, let it be the default without specifying a default in solr.xml

2012-03-02 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221043#comment-13221043 ] Mark Miller commented on SOLR-3182: --- Seems like a reasonable idea. I'll try to play with

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Paul Ramirez (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221056#comment-13221056 ] Paul Ramirez commented on LUCENE-3795: -- Why not help Apache SIS grow and contribute

[jira] [Commented] (SOLR-3182) If there is only one core, let it be the default without specifying a default in solr.xml

2012-03-02 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221054#comment-13221054 ] Yonik Seeley commented on SOLR-3182: bq. It simply becomes accessible by an additional

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221069#comment-13221069 ] Yonik Seeley commented on LUCENE-3795: -- While it's fair game to ask if something

[jira] [Created] (SOLR-3193) highligting on an unindexed field throws InvalidTokenOffsetsException

2012-03-02 Thread Ahmet Arslan (Created) (JIRA)
highligting on an unindexed field throws InvalidTokenOffsetsException - Key: SOLR-3193 URL: https://issues.apache.org/jira/browse/SOLR-3193 Project: Solr Issue Type: Bug

[jira] [Commented] (LUCENE-3795) Replace spatial contrib module with LSP's spatial-lucene module

2012-03-02 Thread Mark Miller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221076#comment-13221076 ] Mark Miller commented on LUCENE-3795: - bq. We all agreed modules should be treated

[jira] [Issue Comment Edited] (SOLR-3182) If there is only one core, let it be the default without specifying a default in solr.xml

2012-03-02 Thread Russell Black (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221079#comment-13221079 ] Russell Black edited comment on SOLR-3182 at 3/2/12 5:39 PM: -

[jira] [Updated] (SOLR-3193) highligting on an unindexed field throws InvalidTokenOffsetsException

2012-03-02 Thread Ahmet Arslan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmet Arslan updated SOLR-3193: --- Attachment: SOLR-3193.patch TestCase that demonstrates bug. highligting on an

[jira] [Commented] (SOLR-3182) If there is only one core, let it be the default without specifying a default in solr.xml

2012-03-02 Thread Russell Black (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221079#comment-13221079 ] Russell Black commented on SOLR-3182: - bq. But then the reverse case could also be

  1   2   >