Compilation of JCC fails: cannot find -lpython2.7

2013-10-29 Thread Filip Nollet
Hi all I have a problem compiling JCC for pylucene. It does not find the shared Python library, while this seems to be available. The error is printed below. My environment set the LD_LIBRARY_PATH for Python 2.7: # set | grep LD_

Re: Compilation of JCC fails: cannot find -lpython2.7

2013-10-29 Thread Andi Vajda
On Oct 29, 2013, at 15:09, Filip Nollet filip.nol...@bayer.com wrote: Hi all I have a problem compiling JCC for pylucene. It does not find the shared Python library, while this seems to be available. The error is printed below. My environment set the LD_LIBRARY_PATH for Python 2.7:

Does the cached QueryWrapperFilter in CachedFilterBuilder help improve performance?

2013-10-29 Thread hao yan
In CachedFilterBuilder, there are 1) (key=query, value=QueryWrapperFilter) 2) (key=filter, value = CachingWrapperFilter). For cached CachingWrapperFilter, I can understand how it caches since the underlying docIdSet is cached if it is cacheable, or is cloned if it is not cacheable. Thus, the

[jira] [Updated] (SOLR-5378) Suggester Version 2

2013-10-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated SOLR-5378: --- Attachment: SOLR-5378.patch Uploaded Patch: - added documentation - added expressions

[jira] [Comment Edited] (SOLR-5378) Suggester Version 2

2013-10-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807731#comment-13807731 ] Areek Zillur edited comment on SOLR-5378 at 10/29/13 6:58 AM: --

[jira] [Created] (LUCENE-5313) Add preservePositionIncrements to Analyzing and FuzzyAnalyzing constructors

2013-10-29 Thread Areek Zillur (JIRA)
Areek Zillur created LUCENE-5313: Summary: Add preservePositionIncrements to Analyzing and FuzzyAnalyzing constructors Key: LUCENE-5313 URL: https://issues.apache.org/jira/browse/LUCENE-5313 Project:

[jira] [Updated] (LUCENE-5313) Add preservePositionIncrements to Analyzing and FuzzyAnalyzing constructors

2013-10-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-5313: - Attachment: LUCENE-5313.patch Patch adding preservePositionIncrements to base constructors for

[jira] [Updated] (LUCENE-5313) Add preservePositionIncrements to AnalyzingSuggester and FuzzySuggester constructors

2013-10-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-5313: - Summary: Add preservePositionIncrements to AnalyzingSuggester and FuzzySuggester constructors

[jira] [Commented] (LUCENE-5157) Refactoring MultiDocValues.OrdinalMap to clarify API and internal structure.

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807787#comment-13807787 ] ASF subversion and git services commented on LUCENE-5157: - Commit

[jira] [Commented] (SOLR-5311) Avoid registering replicas which are removed

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807791#comment-13807791 ] ASF subversion and git services commented on SOLR-5311: --- Commit

[jira] [Commented] (LUCENE-5157) Refactoring MultiDocValues.OrdinalMap to clarify API and internal structure.

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807793#comment-13807793 ] ASF subversion and git services commented on LUCENE-5157: - Commit

[jira] [Commented] (SOLR-5310) Add a collection admin command to remove a replica

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807792#comment-13807792 ] ASF subversion and git services commented on SOLR-5310: --- Commit

[jira] [Commented] (SOLR-5311) Avoid registering replicas which are removed

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807796#comment-13807796 ] ASF subversion and git services commented on SOLR-5311: --- Commit

[jira] [Resolved] (LUCENE-5157) Refactoring MultiDocValues.OrdinalMap to clarify API and internal structure.

2013-10-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-5157. -- Resolution: Fixed Fix Version/s: 4.6 bq. I thought i gave a +1 above Oh, I thought

[jira] [Commented] (SOLR-5310) Add a collection admin command to remove a replica

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807797#comment-13807797 ] ASF subversion and git services commented on SOLR-5310: --- Commit

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b109) - Build # 7989 - Failure!

2013-10-29 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/7989/ Java: 64bit/jdk1.8.0-ea-b109 -XX:-UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 24433 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:428: The following error

Re: [JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.8.0-ea-b109) - Build # 7989 - Failure!

2013-10-29 Thread Adrien Grand
This error was due to a missing license header in DeleteReplicaTest. I just added it. -- Adrien - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0-ea-b109) - Build # 8085 - Failure!

2013-10-29 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8085/ Java: 32bit/jdk1.8.0-ea-b109 -client -XX:+UseParallelGC All tests passed Build Log: [...truncated 24123 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:422: The following error occurred while

[jira] [Commented] (LUCENE-4956) the korean analyzer that has a korean morphological analyzer and dictionaries

2013-10-29 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807877#comment-13807877 ] Benson Margulies commented on LUCENE-4956: -- Hmm. When I followed the link, I

[jira] [Commented] (SOLR-5027) Field Collapsing PostFilter

2013-10-29 Thread shruti suri (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807879#comment-13807879 ] shruti suri commented on SOLR-5027: --- Thanks a lot my patch worked.. Field Collapsing

[jira] [Resolved] (SOLR-5310) Add a collection admin command to remove a replica

2013-10-29 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-5310. -- Resolution: Fixed Fix Version/s: 5.0 4.6 Add a collection admin command to

[jira] [Resolved] (SOLR-5311) Avoid registering replicas which are removed

2013-10-29 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-5311. -- Resolution: Fixed Fix Version/s: 5.0 4.6 Avoid registering replicas which

[jira] [Commented] (LUCENE-4956) the korean analyzer that has a korean morphological analyzer and dictionaries

2013-10-29 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807918#comment-13807918 ] Benson Margulies commented on LUCENE-4956: -- Something's funny here. On this page

[jira] [Comment Edited] (LUCENE-4956) the korean analyzer that has a korean morphological analyzer and dictionaries

2013-10-29 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807918#comment-13807918 ] Benson Margulies edited comment on LUCENE-4956 at 10/29/13 12:32 PM:

[jira] [Comment Edited] (LUCENE-4956) the korean analyzer that has a korean morphological analyzer and dictionaries

2013-10-29 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807918#comment-13807918 ] Benson Margulies edited comment on LUCENE-4956 at 10/29/13 12:34 PM:

[jira] [Updated] (SOLR-2412) Multipath hierarchical faceting

2013-10-29 Thread Toke Eskildsen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toke Eskildsen updated SOLR-2412: - Attachment: SOLR-2412.patch Updated patch to Solr 4.5.1. Multipath hierarchical faceting

[jira] [Commented] (LUCENE-4956) the korean analyzer that has a korean morphological analyzer and dictionaries

2013-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13807987#comment-13807987 ] Robert Muir commented on LUCENE-4956: - nothing is funny, i renamed them locally,

[jira] [Created] (SOLR-5400) NullPointerException

2013-10-29 Thread Pascal Chollet (JIRA)
Pascal Chollet created SOLR-5400: Summary: NullPointerException Key: SOLR-5400 URL: https://issues.apache.org/jira/browse/SOLR-5400 Project: Solr Issue Type: Bug Affects Versions: 4.5

[jira] [Commented] (LUCENE-5313) Add preservePositionIncrements to AnalyzingSuggester and FuzzySuggester constructors

2013-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808096#comment-13808096 ] Robert Muir commented on LUCENE-5313: - Makes sense to me. I don't know why we have

[jira] [Commented] (LUCENE-5312) Block-join-friendly index sorting

2013-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808114#comment-13808114 ] Robert Muir commented on LUCENE-5312: - Seems fine to me. As far as the future, I am

[jira] [Commented] (SOLR-5354) Distributed sort is broken with CUSTOM FieldType

2013-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808147#comment-13808147 ] Robert Muir commented on SOLR-5354: --- I think there are a couple issues to address first

[jira] [Commented] (LUCENE-5313) Add preservePositionIncrements to AnalyzingSuggester and FuzzySuggester constructors

2013-10-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808150#comment-13808150 ] Adrien Grand commented on LUCENE-5313: -- I think it is me: when I deprecated

[jira] [Created] (LUCENE-5314) Decide on whether the central class of the sorting API should be a sorter or a comparator

2013-10-29 Thread Adrien Grand (JIRA)
Adrien Grand created LUCENE-5314: Summary: Decide on whether the central class of the sorting API should be a sorter or a comparator Key: LUCENE-5314 URL: https://issues.apache.org/jira/browse/LUCENE-5314

[jira] [Commented] (LUCENE-5312) Block-join-friendly index sorting

2013-10-29 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808161#comment-13808161 ] Adrien Grand commented on LUCENE-5312: -- Good point, I was having a very similar

[jira] [Commented] (SOLR-5354) Distributed sort is broken with CUSTOM FieldType

2013-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808160#comment-13808160 ] Robert Muir commented on SOLR-5354: --- As a concrete example the CollationField and

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 960 - Still Failing!

2013-10-29 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/960/ Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC All tests passed Build Log: [...truncated 35857 lines...] changes-to-html: [mkdir] Created dir:

[jira] [Commented] (LUCENE-5306) Add CompositeReader Support to DocumentExpressionDictionary

2013-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808192#comment-13808192 ] Michael McCandless commented on LUCENE-5306: Thanks Areek, the patch looks

[jira] [Commented] (LUCENE-5310) Merge Threads unnecessarily block on SerialMergeScheduler

2013-10-29 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808196#comment-13808196 ] Simon Willnauer commented on LUCENE-5310: - bq. This blocking in SMS is by design:

[jira] [Created] (SOLR-5401) In Solr's ResourceLoader, add a check for @Deprecated annotation in the plugin/analysis/... class loading code, so we print a warning in the log if a deprecated factory cl

2013-10-29 Thread Uwe Schindler (JIRA)
Uwe Schindler created SOLR-5401: --- Summary: In Solr's ResourceLoader, add a check for @Deprecated annotation in the plugin/analysis/... class loading code, so we print a warning in the log if a deprecated factory class is used Key:

[jira] [Commented] (LUCENE-5306) Add CompositeReader Support to DocumentExpressionDictionary

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808207#comment-13808207 ] ASF subversion and git services commented on LUCENE-5306: - Commit

[jira] [Resolved] (LUCENE-5306) Add CompositeReader Support to DocumentExpressionDictionary

2013-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-5306. Resolution: Fixed Fix Version/s: 5.0 4.6 Add

[jira] [Commented] (LUCENE-5306) Add CompositeReader Support to DocumentExpressionDictionary

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808211#comment-13808211 ] ASF subversion and git services commented on LUCENE-5306: - Commit

[jira] [Commented] (LUCENE-5313) Add preservePositionIncrements to AnalyzingSuggester and FuzzySuggester constructors

2013-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808220#comment-13808220 ] Michael McCandless commented on LUCENE-5313: I think we should just remove

[jira] [Commented] (LUCENE-5313) Add preservePositionIncrements to AnalyzingSuggester and FuzzySuggester constructors

2013-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808225#comment-13808225 ] Robert Muir commented on LUCENE-5313: - +1 Add preservePositionIncrements to

[jira] [Updated] (SOLR-5084) new field type - EnumField

2013-10-29 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson updated SOLR-5084: - Attachment: Solr-5084.trunk.patch Cleans up a couple of import statements, adds a license header

[jira] [Updated] (LUCENE-5313) Add preservePositionIncrements to AnalyzingSuggester and FuzzySuggester constructors

2013-10-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-5313: - Attachment: LUCENE-5313.patch Updated patch - Nuked lone setter It does make the ctor scary

[jira] [Updated] (SOLR-5401) In Solr's ResourceLoader, add a check for @Deprecated annotation in the plugin/analysis/... class loading code, so we print a warning in the log if a deprecated factory cl

2013-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated SOLR-5401: Attachment: SOLR-5401.patch Patch. If anybody has an idea how to check inside a test case that

[jira] [Commented] (SOLR-5401) In Solr's ResourceLoader, add a check for @Deprecated annotation in the plugin/analysis/... class loading code, so we print a warning in the log if a deprecated factory

2013-10-29 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808288#comment-13808288 ] Dawid Weiss commented on SOLR-5401: --- Don't know about solr but for other logging

[jira] [Commented] (SOLR-5401) In Solr's ResourceLoader, add a check for @Deprecated annotation in the plugin/analysis/... class loading code, so we print a warning in the log if a deprecated factory

2013-10-29 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808292#comment-13808292 ] Jack Krupansky commented on SOLR-5401: -- Solr has a logging admin API that will return

[jira] [Commented] (SOLR-5401) In Solr's ResourceLoader, add a check for @Deprecated annotation in the plugin/analysis/... class loading code, so we print a warning in the log if a deprecated factory

2013-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808297#comment-13808297 ] Uwe Schindler commented on SOLR-5401: - [~jkrupan]: This test has no Solr running at

[jira] [Commented] (SOLR-5400) NullPointerException

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808299#comment-13808299 ] ASF subversion and git services commented on SOLR-5400: --- Commit

[jira] [Commented] (SOLR-5400) NullPointerException

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808302#comment-13808302 ] ASF subversion and git services commented on SOLR-5400: --- Commit

[jira] [Resolved] (SOLR-5400) NullPointerException

2013-10-29 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-5400. -- Resolution: Fixed Assignee: Noble Paul committed NullPointerException -

[jira] [Commented] (LUCENE-5313) Add preservePositionIncrements to AnalyzingSuggester and FuzzySuggester constructors

2013-10-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808316#comment-13808316 ] Michael McCandless commented on LUCENE-5313: I think we don't need that ctor

[jira] [Updated] (SOLR-4212) Support for facet pivot query for filtered count

2013-10-29 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated SOLR-4212: --- Fix Version/s: 4.6 Support for facet pivot query for filtered count

[jira] [Commented] (SOLR-4212) Support for facet pivot query for filtered count

2013-10-29 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808321#comment-13808321 ] Otis Gospodnetic commented on SOLR-4212: Thanks Steve! Had a quick look at the

[jira] [Commented] (LUCENE-5302) Make StemmerOverrideMap methods public

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808343#comment-13808343 ] ASF subversion and git services commented on LUCENE-5302: - Commit

[jira] [Commented] (LUCENE-5302) Make StemmerOverrideMap methods public

2013-10-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808346#comment-13808346 ] ASF subversion and git services commented on LUCENE-5302: - Commit

[jira] [Resolved] (LUCENE-5302) Make StemmerOverrideMap methods public

2013-10-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward resolved LUCENE-5302. --- Resolution: Fixed Make StemmerOverrideMap methods public

[jira] [Commented] (SOLR-5363) NoClassDefFoundError when using Apache Log4J2

2013-10-29 Thread Petar Tahchiev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808354#comment-13808354 ] Petar Tahchiev commented on SOLR-5363: -- Hi Alan, I just used Solr 4.5.1 from m2

[jira] [Commented] (SOLR-5363) NoClassDefFoundError when using Apache Log4J2

2013-10-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808356#comment-13808356 ] Alan Woodward commented on SOLR-5363: - Hi Petar, this missed the 4.5.1 cutoff, I'm

[jira] [Commented] (SOLR-5363) NoClassDefFoundError when using Apache Log4J2

2013-10-29 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808362#comment-13808362 ] Steve Rowe commented on SOLR-5363: -- bq. Hi Petar, this missed the 4.5.1 cutoff, I'm

[jira] [Updated] (LUCENE-5302) Make StemmerOverrideMap methods public

2013-10-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated LUCENE-5302: -- Fix Version/s: 5.0 4.6 Make StemmerOverrideMap methods public

[jira] [Updated] (SOLR-5363) NoClassDefFoundError when using Apache Log4J2

2013-10-29 Thread Alan Woodward (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Woodward updated SOLR-5363: Fix Version/s: 5.0 4.6 NoClassDefFoundError when using Apache Log4J2

[jira] [Commented] (SOLR-5401) In Solr's ResourceLoader, add a check for @Deprecated annotation in the plugin/analysis/... class loading code, so we print a warning in the log if a deprecated factory

2013-10-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808541#comment-13808541 ] Uwe Schindler commented on SOLR-5401: - I think it is too much work for such a stupid

[jira] [Resolved] (SOLR-5396) solr facet caught end of stream exception

2013-10-29 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erick Erickson resolved SOLR-5396. -- Resolution: Invalid Please raise this kind of question on the user's list before raising a JIRA

[jira] [Commented] (SOLR-5401) In Solr's ResourceLoader, add a check for @Deprecated annotation in the plugin/analysis/... class loading code, so we print a warning in the log if a deprecated factory

2013-10-29 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808551#comment-13808551 ] Jack Krupansky commented on SOLR-5401: -- I suspect that all the needed logic is

[jira] [Created] (LUCENE-5315) Some subclasses of Scorer do not honor the contract of DocsEnum.freq()

2013-10-29 Thread Kai Chan (JIRA)
Kai Chan created LUCENE-5315: Summary: Some subclasses of Scorer do not honor the contract of DocsEnum.freq() Key: LUCENE-5315 URL: https://issues.apache.org/jira/browse/LUCENE-5315 Project: Lucene -

[jira] [Updated] (LUCENE-5315) Some subclasses of Scorer do not honor the contract of DocsEnum.freq()

2013-10-29 Thread Kai Chan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Chan updated LUCENE-5315: - Attachment: DisjunctionMaxQueryTest.java This is a very simple program that illustrates the problem. I

[jira] [Updated] (LUCENE-5315) Some subclasses of Scorer do not honor the contract of DocsEnum.freq()

2013-10-29 Thread Kai Chan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Chan updated LUCENE-5315: - Attachment: DisjunctionMaxQueryTest.java.output Here is the output of DisjunctionMaxQueryTest. For the

[jira] [Commented] (LUCENE-5315) Some subclasses of Scorer do not honor the contract of DocsEnum.freq()

2013-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808586#comment-13808586 ] Robert Muir commented on LUCENE-5315: - I dont see the bug, as it said in

[jira] [Commented] (LUCENE-5315) Some subclasses of Scorer do not honor the contract of DocsEnum.freq()

2013-10-29 Thread Kai Chan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808607#comment-13808607 ] Kai Chan commented on LUCENE-5315: -- This is how I see it. I could be wrong though, and

[jira] [Commented] (LUCENE-5315) Some subclasses of Scorer do not honor the contract of DocsEnum.freq()

2013-10-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808615#comment-13808615 ] Robert Muir commented on LUCENE-5315: - i think DocsEnum.freq() should be changed to

Background merge exception

2013-10-29 Thread Erick Erickson
Over on the user's list, there's a thread titled: Background merge errors with Solr 4.4.0 on Optimize call. Person claims that they removed a field (presumably from the schema.xml file) and after that started hitting background merge issues. Does this seem right? If we try to merge segments

[jira] [Created] (SOLR-5402) CLONE - SolrCloud 4.5 bulk add errors

2013-10-29 Thread Sai Gadde (JIRA)
Sai Gadde created SOLR-5402: --- Summary: CLONE - SolrCloud 4.5 bulk add errors Key: SOLR-5402 URL: https://issues.apache.org/jira/browse/SOLR-5402 Project: Solr Issue Type: Bug Components:

Re: Background merge exception

2013-10-29 Thread Robert Muir
I don't think it should. The problem here is: this user has a codec configuration driven by the schema. If they removed the field from their schema but kept it in their index, then clearly they do not care how it is encoded, so I think the default is fine? Index:

[jira] [Updated] (SOLR-5402) CLONE - SolrCloud 4.5 bulk add errors

2013-10-29 Thread Sai Gadde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Gadde updated SOLR-5402: Description: We use out of the box Solr 4.5.1 no customization done. If we merge documents via SolrJ to a

[jira] [Commented] (SOLR-5402) CLONE - SolrCloud 4.5 bulk add errors

2013-10-29 Thread Sai Gadde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13808666#comment-13808666 ] Sai Gadde commented on SOLR-5402: -

[jira] [Updated] (SOLR-5402) SolrCloud 4.5 bulk add errors

2013-10-29 Thread Sai Gadde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Gadde updated SOLR-5402: Summary: SolrCloud 4.5 bulk add errors (was: CLONE - SolrCloud 4.5 bulk add errors) SolrCloud 4.5 bulk

[jira] [Updated] (SOLR-5402) SolrCloud 4.5 bulk add errors in cloud setup

2013-10-29 Thread Sai Gadde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Gadde updated SOLR-5402: Summary: SolrCloud 4.5 bulk add errors in cloud setup (was: SolrCloud 4.5 bulk add errors in Cloud setup)

[jira] [Updated] (SOLR-5402) SolrCloud 4.5 bulk add errors in Cloud setup

2013-10-29 Thread Sai Gadde (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Gadde updated SOLR-5402: Summary: SolrCloud 4.5 bulk add errors in Cloud setup (was: SolrCloud 4.5 bulk add errors) SolrCloud 4.5

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

2013-10-29 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1013/ 1 tests failed. REGRESSION: org.apache.solr.cloud.ShardSplitTest.testDistribSearch Error Message: collection already exists: routeFieldColl Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:

[jira] [Updated] (LUCENE-5313) Add preservePositionIncrements to AnalyzingSuggester and FuzzySuggester constructors

2013-10-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-5313: - Attachment: LUCENE-5313.patch Patch Uploaded: - got rid of ctor taking everything except