Re: [Lucene.Net] Test case for: possible infinite loop bug in portuguese snowball stemmer?

2011-09-13 Thread Robert Stewart
Here is a test case: string text = @Califórnia; Lucene.Net.Analysis.KeywordTokenizer tokenizer = new KeywordTokenizer(new StringReader(text)); Lucene.Net.Analysis.Snowball.SnowballFilter stemmer= new Lucene.Net.Analysis.Snowball.SnowballFilter(tokenizer, Portuguese);

Re: Tika can not parse all of the persian pdf files

2011-09-13 Thread ahmad ajiloo
thanks On Mon, Sep 12, 2011 at 8:05 PM, Robert Muir rcm...@gmail.com wrote: Is it possible for you to create a new JIRA issue at https://issues.apache.org/jira/browse/TIKA and upload the file (checking the box for Grant license to ASF for inclusion in ASF works) ? Checking this box is

[jira] [Commented] (LUCENE-3429) improve build system when tests hang

2011-09-13 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103413#comment-13103413 ] Dawid Weiss commented on LUCENE-3429: - I didn't check and this should be a no-issue,

[jira] [Commented] (LUCENE-3429) improve build system when tests hang

2011-09-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103417#comment-13103417 ] Robert Muir commented on LUCENE-3429: - I only mention it because interrupting threads

[jira] [Commented] (LUCENE-3429) improve build system when tests hang

2011-09-13 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103428#comment-13103428 ] Dawid Weiss commented on LUCENE-3429: - Right Interesting. Ok, I'll dig later on.

update solr.xml error after create a new core

2011-09-13 Thread kelong
Hi I create a new core dynamically with http://localhost:8983/solr/admin/cores?action=CREATEname=mycorecollection=collection1shard=shard2instanceDir=.dataDir=example2\solr\data Before creating the solr.xml is * solr persistent=true* *core name=collection1 instanceDir=.

[jira] [Created] (LUCENE-3431) Make QueryAutoStopWordAnalyzer immutable and reusable

2011-09-13 Thread Chris Male (JIRA)
Make QueryAutoStopWordAnalyzer immutable and reusable - Key: LUCENE-3431 URL: https://issues.apache.org/jira/browse/LUCENE-3431 Project: Lucene - Java Issue Type: Improvement

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

2011-09-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/10518/ No tests ran. Build Log (for compile errors): [...truncated 1183 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

Re: [VOTE] Release Lucene/Solr 3.4.0, RC1

2011-09-13 Thread Michael McCandless
This VOTE has passed! I'll announce/publish. Mike McCandless http://blog.mikemccandless.com On Mon, Sep 12, 2011 at 5:11 PM, Yonik Seeley yo...@lucidimagination.com wrote: On Fri, Sep 9, 2011 at 12:06 PM, Michael McCandless luc...@mikemccandless.com wrote: Please vote to release the RC1

[jira] [Updated] (LUCENE-3431) Make QueryAutoStopWordAnalyzer immutable and reusable

2011-09-13 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3431: --- Attachment: LUCENE-3431-trunk.patch Patch against trunk (no deprecations). All functionality is

Re: where is the SOLR_HOME

2011-09-13 Thread mohit soni
Did you try following: lib dir=./lib / I think the path you specify here is relative to your SOLR_HOME directory, which in example's case would be example/solr directory. Also, the lib directory created by you exists at example/solr/lib/, so using above lib directive should solve the problem.

[jira] [Commented] (SOLR-944) Solr EmbeddedSolrServer Client

2011-09-13 Thread Goutham (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103536#comment-13103536 ] Goutham commented on SOLR-944: -- is it possible to handle the read/search by webinterface, and

[jira] [Commented] (SOLR-2066) Search Grouping: support distributed search

2011-09-13 Thread Jasper van Veghel (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103573#comment-13103573 ] Jasper van Veghel commented on SOLR-2066: - Apologies for continuing to bring up

Re: where is the SOLR_HOME

2011-09-13 Thread Erik Hatcher
You only specify the JARs from one place or the other... either in solrconfig.xml's lib directives, or (not and!) the SOLR_HOME/lib directory. Erik On Sep 13, 2011, at 01:44 , ahmad ajiloo wrote: I created example/solr/lib directory and copied jar files to it and added this

[jira] [Created] (LUCENE-3432) TieredMergePolicy expungeDeletes should not enforce maxMergedSegmentMB

2011-09-13 Thread Michael McCandless (JIRA)
TieredMergePolicy expungeDeletes should not enforce maxMergedSegmentMB -- Key: LUCENE-3432 URL: https://issues.apache.org/jira/browse/LUCENE-3432 Project: Lucene - Java

[JENKINS] Lucene-trunk - Build # 1675 - Still Failing

2011-09-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1675/ 4 tests failed. REGRESSION: org.apache.lucene.index.TestNRTThreads.testNRTThreads Error Message: this writer hit an OutOfMemoryError; cannot commit Stack Trace: java.lang.IllegalStateException: this writer hit an OutOfMemoryError; cannot

[jira] [Updated] (LUCENE-3432) TieredMergePolicy expungeDeletes should not enforce maxMergedSegmentMB

2011-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3432: --- Attachment: LUCENE-3432.patch TieredMergePolicy expungeDeletes should not enforce

[jira] [Resolved] (LUCENE-3432) TieredMergePolicy expungeDeletes should not enforce maxMergedSegmentMB

2011-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-3432. Resolution: Fixed Thanks v.sevel! TieredMergePolicy expungeDeletes should not

Re: update solr.xml error after create a new core

2011-09-13 Thread Mark Miller
When is your build from? There was a bug fixed a couple weeks ago that sounds like this issue. On Sep 13, 2011, at 4:04 AM, kelong wrote: Hi I create a new core dynamically with

[jira] [Updated] (LUCENE-3431) Make QueryAutoStopWordAnalyzer immutable and reusable

2011-09-13 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-3431: --- Attachment: LUCENE-3431-3x.patch Patch for 3x with deprecations. Make QueryAutoStopWordAnalyzer

[jira] [Resolved] (SOLR-1897) The data dir from the core descriptor should override the data dir from the solrconfig.xml rather than the other way round

2011-09-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-1897. --- Resolution: Fixed I've added the changes entry. The data dir from the core descriptor should

[jira] [Commented] (SOLR-2722) If hostPort is not specified, we should just look for jetty.port - and if that is not found, fall back to the default of 8983.

2011-09-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103621#comment-13103621 ] Mark Miller commented on SOLR-2722: --- After discussing again with Hossman some time back,

[Lucene.Net] possible infinite loop bug in portuguese snowball stemmer?

2011-09-13 Thread Robert Stewart
Are there any known issues with snowball stemmers (portuguese in particular) going into some infinite loop? I have a problem that happens on a recurring basis where IndexWriter locks up on AddDocument and never returns (it has taken up to 3 days before we realize it), requiring manual killing

[jira] [Created] (SOLR-2759) Remove the need for EDismax's ExtendedAnalyzer

2011-09-13 Thread Chris Male (JIRA)
Remove the need for EDismax's ExtendedAnalyzer -- Key: SOLR-2759 URL: https://issues.apache.org/jira/browse/SOLR-2759 Project: Solr Issue Type: Improvement Components: search

[jira] [Commented] (SOLR-2758) ConcurrentLRUCache should move from common/util to solr/util

2011-09-13 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103628#comment-13103628 ] David Smiley commented on SOLR-2758: I think both caches should go in the same package.

[jira] [Commented] (SOLR-2759) Remove the need for EDismax's ExtendedAnalyzer

2011-09-13 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103650#comment-13103650 ] Chris Male commented on SOLR-2759: -- Actually, we only need the 1 Map which will contain

[jira] [Commented] (LUCENE-3429) improve build system when tests hang

2011-09-13 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103652#comment-13103652 ] Dawid Weiss commented on LUCENE-3429: - The tests with this patch hang on my mac and

[jira] [Updated] (SOLR-2759) Remove the need for EDismax's ExtendedAnalyzer

2011-09-13 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated SOLR-2759: - Attachment: SOLR-2759.patch Simple patch which does what is described above. Remove the need for

[jira] [Updated] (LUCENE-3167) Make lucene/solr a OSGI bundle through Ant

2011-09-13 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-3167: Attachment: LUCENE-3406.patch This patch fixes various problems with the created manifests. I

[jira] [Updated] (LUCENE-3167) Make lucene/solr a OSGI bundle through Ant

2011-09-13 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-3167: Attachment: (was: LUCENE-3406.patch) Make lucene/solr a OSGI bundle through Ant

[jira] [Updated] (LUCENE-3167) Make lucene/solr a OSGI bundle through Ant

2011-09-13 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-3167: Attachment: LUCENE-3167.patch Here's the correct patch. Make lucene/solr a OSGI bundle through

[jira] [Commented] (LUCENE-3167) Make lucene/solr a OSGI bundle through Ant

2011-09-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103666#comment-13103666 ] Robert Muir commented on LUCENE-3167: - {quote} I measured OSGI-compliant manifest

[jira] [Commented] (LUCENE-3167) Make lucene/solr a OSGI bundle through Ant

2011-09-13 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103671#comment-13103671 ] Steven Rowe commented on LUCENE-3167: - bq. Ouch: any idea why it takes so long? I

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

2011-09-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x-java7/437/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest.testMultiThreaded Error Message: java.lang.AssertionError: Some threads threw uncaught exceptions! Stack Trace:

[jira] [Commented] (LUCENE-3167) Make lucene/solr a OSGI bundle through Ant

2011-09-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103682#comment-13103682 ] Robert Muir commented on LUCENE-3167: - Steven and I got to the bottom of this: the

[jira] [Commented] (LUCENE-3167) Make lucene/solr a OSGI bundle through Ant

2011-09-13 Thread Luca Stancapiano (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103709#comment-13103709 ] Luca Stancapiano commented on LUCENE-3167: -- it takes time because the bndlib is

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

2011-09-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/239/ 1 tests failed. FAILED: org.apache.solr.handler.extraction.ExtractingRequestHandlerTest.testCommitWithin Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query at

[jira] [Commented] (LUCENE-3425) NRT Caching Dir to allow for exact memory usage, better buffer allocation and global cross indices control

2011-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103723#comment-13103723 ] Michael McCandless commented on LUCENE-3425: Actually, NRTCachingDir does

[jira] [Updated] (LUCENE-3426) optimizer for n-gram PhraseQuery

2011-09-13 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3426: --- Attachment: LUCENE-3426.patch New patch. I added equals/hashCode in the patch. I think it

[jira] [Commented] (LUCENE-3426) optimizer for n-gram PhraseQuery

2011-09-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103750#comment-13103750 ] Robert Muir commented on LUCENE-3426: - I think I agree Koji, the patch looks good.

[jira] [Commented] (SOLR-2755) StreamingUpdateSolrServer is hard-coded to write XML data. It should integrate the RequestWriter API so that it can be used to send binary update payloads.

2011-09-13 Thread Patrick Sauts (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103770#comment-13103770 ] Patrick Sauts commented on SOLR-2755: - It is more a buffered asynchronous updater than

[jira] [Commented] (LUCENE-3426) optimizer for n-gram PhraseQuery

2011-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103775#comment-13103775 ] Michael McCandless commented on LUCENE-3426: Patch looks great! What a nice

[jira] [Assigned] (LUCENE-3420) assertion derived class modifier from parent class silently breaks backward compatibility

2011-09-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-3420: - Assignee: Uwe Schindler assertion derived class modifier from parent class silently

[jira] [Commented] (LUCENE-3420) assertion derived class modifier from parent class silently breaks backward compatibility

2011-09-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103800#comment-13103800 ] Uwe Schindler commented on LUCENE-3420: --- Hi, any comments? I would like to commit

Trunk test failure: ExtractingRequestHandlerTest.testCommitWithin() [was: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #239: POMs out of sync]

2011-09-13 Thread Steven A Rowe
This is 100% reproducible on my local machine (run from solr/contrib/extraction/): ant test -Dtestcase=ExtractingRequestHandlerTest -Dtestmethod=testCommitWithin -Dtests.seed=-2b35f16e02bddd0d:5c36eb67e44fc16d:-54d0d485d6a45315 Steve -Original Message- From: Apache Jenkins Server

Re: where is the SOLR_HOME

2011-09-13 Thread ahmad ajiloo
I tested your guidance but still have errors. let me to explain more about my problem. I use Nutch to crawling the web and fetching web pages. I send data of Nutch to Solr for Indexing. according to Nutch tutorial ( http://wiki.apache.org/nutch/NutchTutorial#A6._Integrate_Solr_with_Nutch) I should

Re: 3.4.0 draft release notes

2011-09-13 Thread Bernd Fehling
Hmm, it may be not an blocker issue but still has a NPE which isn't good publicity for solr/lucene. This is already fixed with a patch attached to SOLR-2726. And yes, it is fixed with its init(). So where is the problem? - Ursprüngliche Nachricht - Von: Robert Muir rcm...@gmail.com

Re: where is the SOLR_HOME

2011-09-13 Thread Chris Hostetter
: http://wiki.apache.org/nutch/NutchTutorial#A6._Integrate_Solr_with_Nutch) I : should copy schema.xml of Nutch to conf directory of Solr. : So I added all of my required Analyzer like *ICUNormalizer2FilterFactory *to : this new shema.xml . Maybe all of my problems are deriving from this file! :

Re: where is the SOLR_HOME

2011-09-13 Thread Chris Hostetter
https://people.apache.org/~hossman/#solr-user Please Use solr-user@lucene Not dev@lucene Your question is better suited for the solr-user@lucene mailing list ... not the dev@lucene list. The dev list is for discussing development of the internals of Solr and the Lucene Java library ... it is

Re: 3.4.0 draft release notes

2011-09-13 Thread Robert Muir
On Tue, Sep 13, 2011 at 2:53 PM, Bernd Fehling bernd.fehl...@uni-bielefeld.de wrote: Hmm, it may be not an blocker issue but still has a NPE which isn't good publicity for solr/lucene. This is already fixed with a patch attached to SOLR-2726. And yes, it is fixed with its init(). So where is

[jira] [Commented] (LUCENE-3429) improve build system when tests hang

2011-09-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103947#comment-13103947 ] Simon Willnauer commented on LUCENE-3429: - david, I looked at your patch briefly

RE: [Lucene.Net] Test case for: possible infinite loop bug in portuguese snowball stemmer?

2011-09-13 Thread Digy
I created a working portuguese stemmer ( http://people.apache.org/~digy/PortugueseStemmerNew.cs ) from http://snowball.tartarus.org/archives/snowball-discuss/0943.html http://snowball.tartarus.org/archives/snowball-discuss/att-0943/01-SnowballC Sharp.zip Since it has a BSD license

[jira] [Commented] (LUCENE-3429) improve build system when tests hang

2011-09-13 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103958#comment-13103958 ] Dawid Weiss commented on LUCENE-3429: - Not really. Thread.stop is deprecated and I

[jira] [Updated] (SOLR-2066) Search Grouping: support distributed search

2011-09-13 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-2066: Attachment: SOLR-2066.patch NPE and empty results! Thanks for noticing this. Better

[jira] [Created] (LUCENE-3433) Random access non RAM resident IndexDocValues (CSF)

2011-09-13 Thread Yonik Seeley (JIRA)
Random access non RAM resident IndexDocValues (CSF) --- Key: LUCENE-3433 URL: https://issues.apache.org/jira/browse/LUCENE-3433 Project: Lucene - Java Issue Type: New Feature Affects

[jira] [Commented] (LUCENE-3429) improve build system when tests hang

2011-09-13 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103982#comment-13103982 ] Dawid Weiss commented on LUCENE-3429: - Ehm. So... I figured out at least the reason

[jira] [Commented] (LUCENE-3433) Random access non RAM resident IndexDocValues (CSF)

2011-09-13 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103988#comment-13103988 ] Simon Willnauer commented on LUCENE-3433: - yonik, do we really need random

[jira] [Commented] (LUCENE-3429) improve build system when tests hang

2011-09-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103997#comment-13103997 ] Mark Miller commented on LUCENE-3429: - bq. interrupt() is not a solution if you have

[jira] [Commented] (LUCENE-3433) Random access non RAM resident IndexDocValues (CSF)

2011-09-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104049#comment-13104049 ] Robert Muir commented on LUCENE-3433: - Simon: I think it would be a really nice

[jira] [Updated] (LUCENE-3426) optimizer for n-gram PhraseQuery

2011-09-13 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3426: --- Attachment: LUCENE-3426.patch Thank you for your continuous review the patch, Robert! Here

[jira] [Updated] (LUCENE-3426) optimizer for n-gram PhraseQuery

2011-09-13 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-3426: --- Affects Version/s: 4.0 3.4 2.9.4

Re: [Lucene.Net] Test case for: possible infinite loop bug in portuguese snowball stemmer?

2011-09-13 Thread Robert Jordan
Hi Digy, On 13.09.2011 22:12, Digy wrote: I created a working portuguese stemmer ( http://people.apache.org/~digy/PortugueseStemmerNew.cs ) from http://snowball.tartarus.org/archives/snowball-discuss/0943.html http://snowball.tartarus.org/archives/snowball-discuss/att-0943/01-SnowballC

[jira] [Commented] (LUCENE-3433) Random access non RAM resident IndexDocValues (CSF)

2011-09-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104079#comment-13104079 ] Jason Rutherglen commented on LUCENE-3433: -- This is somewhat funny, as it seems

[jira] [Commented] (LUCENE-3433) Random access non RAM resident IndexDocValues (CSF)

2011-09-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104091#comment-13104091 ] Robert Muir commented on LUCENE-3433: - no opinion has changed: traversing on disk

[jira] [Updated] (SOLR-2749) use BoundaryScanner in Solr FVH

2011-09-13 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2749: - Affects Version/s: 4.0 3.4 3.1

[jira] [Updated] (SOLR-2749) use BoundaryScanner in Solr FVH

2011-09-13 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2749: - Attachment: SOLR-2749.patch New patch. I added test case. Will commit tonight. use

[jira] [Commented] (SOLR-2594) Make Replication Handler cloud aware

2011-09-13 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104160#comment-13104160 ] Otis Gospodnetic commented on SOLR-2594: Shalin - do you see the existing

[jira] [Issue Comment Edited] (SOLR-2594) Make Replication Handler cloud aware

2011-09-13 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104160#comment-13104160 ] Otis Gospodnetic edited comment on SOLR-2594 at 9/14/11 1:59 AM:

[jira] [Commented] (LUCENE-3433) Random access non RAM resident IndexDocValues (CSF)

2011-09-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104165#comment-13104165 ] Jason Rutherglen commented on LUCENE-3433: -- Here's another thread discussing

[jira] [Commented] (LUCENE-3433) Random access non RAM resident IndexDocValues (CSF)

2011-09-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104184#comment-13104184 ] Robert Muir commented on LUCENE-3433: - this isn't the field cache. Random access

[jira] [Commented] (SOLR-2594) Make Replication Handler cloud aware

2011-09-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13104187#comment-13104187 ] Noble Paul commented on SOLR-2594: -- This issue needs to be 'won't fix'. Make

[jira] [Resolved] (LUCENE-3431) Make QueryAutoStopWordAnalyzer immutable and reusable

2011-09-13 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male resolved LUCENE-3431. Resolution: Fixed Fix Version/s: 4.0 3.5 Assignee: Chris Male

[jira] [Resolved] (SOLR-2759) Remove the need for EDismax's ExtendedAnalyzer

2011-09-13 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male resolved SOLR-2759. -- Resolution: Fixed Fix Version/s: 4.0 Assignee: Chris Male Committed revision 1170425.

[jira] [Created] (LUCENE-3434) Make ShingleAnalyzerWrapper and PerFieldAnalyzerWrapper immutable

2011-09-13 Thread Chris Male (JIRA)
Make ShingleAnalyzerWrapper and PerFieldAnalyzerWrapper immutable - Key: LUCENE-3434 URL: https://issues.apache.org/jira/browse/LUCENE-3434 Project: Lucene - Java Issue Type:

[JENKINS] Lucene-trunk - Build # 1676 - Still Failing

2011-09-13 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-trunk/1676/ 2 tests failed. FAILED: org.apache.lucene.index.TestTermsEnum.testIntersectRandom Error Message: Java heap space Stack Trace: java.lang.OutOfMemoryError: Java heap space at

[jira] [Created] (SOLR-2760) Cannot ant dist or ant example

2011-09-13 Thread Bill Bell (JIRA)
Cannot ant dist or ant example Key: SOLR-2760 URL: https://issues.apache.org/jira/browse/SOLR-2760 Project: Solr Issue Type: Bug Reporter: Bill Bell Path: . URL:

[jira] [Created] (SOLR-2761) FSTLookup should use long-tail like discretization instead of proportional (linear)

2011-09-13 Thread David Smiley (JIRA)
FSTLookup should use long-tail like discretization instead of proportional (linear) --- Key: SOLR-2761 URL: https://issues.apache.org/jira/browse/SOLR-2761 Project: Solr

Re: [jira] [Created] (SOLR-2760) Cannot ant dist or ant example

2011-09-13 Thread Bill Bell
Thoughts on this? I did an svn up On 9/13/11 11:00 PM, Bill Bell (JIRA) j...@apache.org wrote: Cannot ant dist or ant example Key: SOLR-2760 URL: https://issues.apache.org/jira/browse/SOLR-2760 Project: Solr

[jira] [Created] (SOLR-2762) FSTLookup returns one less suggestion than it should when onlyMorePopular=true

2011-09-13 Thread David Smiley (JIRA)
FSTLookup returns one less suggestion than it should when onlyMorePopular=true -- Key: SOLR-2762 URL: https://issues.apache.org/jira/browse/SOLR-2762 Project: Solr