[jira] Commented: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858104#action_12858104 ] Uwe Schindler commented on LUCENE-2399: --- Hurra! You used the StringBuilder as buffer

[jira] Commented: (LUCENE-2399) Add support for ICU's Normalizer2

2010-04-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858108#action_12858108 ] Uwe Schindler commented on LUCENE-2399: --- I know, you were running the test without

RE: official GIT repository / switch to GIT?

2010-04-17 Thread Uwe Schindler
Hi, In my opinion: Definitely NOT! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Thomas Koch [mailto:tho...@koch.ro] Sent: Saturday, April 17, 2010 9:21 AM To: solr-dev; java-dev@lucene.apache.org

[jira] Created: (LUCENE-2395) Add a scoring DistanceQuery that does not need caches and separate filters

2010-04-15 Thread Uwe Schindler (JIRA)
Issue Type: Improvement Components: contrib/spatial Reporter: Uwe Schindler Fix For: 3.1 In a chat with Chris Male and my own ideas when implemnting for PANGAEA, I thought about the broken distance query in contrib. It lacks the folloing features

[jira] Updated: (LUCENE-2395) Add a scoring DistanceQuery that does not need caches and separate filters

2010-04-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2395: -- Attachment: DistanceQuery.java A first idea of the Query, it does not even compile as some

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857384#action_12857384 ] Uwe Schindler commented on LUCENE-2396: --- Are you sure you want to use LUCENE_CURRENT

[jira] Commented: (LUCENE-2396) remove version from contrib/analyzers.

2010-04-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857402#action_12857402 ] Uwe Schindler commented on LUCENE-2396: --- bq. Static? Weren't you against that!? He

RE: Proposal about Version API relaxation

2010-04-15 Thread Uwe Schindler
post-flex-changes like the StandardTokenizer refactoring back (so we can produce the old analyzer still without Java 1.4). So +1 on branching pre-flex and release as 3.1 soon. The Unicode improvements rectify a new release. I think also s1monw wants to have this. Uwe - Uwe Schindler H.-H

RE: Proposal about Version API relaxation

2010-04-15 Thread Uwe Schindler
I wish we could have a face to face talk like in the evenings at ApacheCon :( Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Grant Ingersoll [mailto:gsi...@gmail.com] On Behalf Of Grant Ingersoll

[jira] Updated: (LUCENE-2395) Add a scoring DistanceQuery that does not need caches and separate filters

2010-04-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2395: -- Attachment: DistanceQuery.java small updates to Chris' patches. Add a scoring DistanceQuery

[jira] Updated: (LUCENE-2395) Add a scoring DistanceQuery that does not need caches and separate filters

2010-04-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2395: -- Attachment: (was: DistanceQuery.java) Add a scoring DistanceQuery that does not need

[jira] Updated: (LUCENE-2395) Add a scoring DistanceQuery that does not need caches and separate filters

2010-04-15 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2395: -- Attachment: DistanceQuery.java Added Weight.explain() and fixed a missing replacement. Add

RE: issues.apache.org compromised: please update your passwords

2010-04-14 Thread Uwe Schindler
Hi Grant, It is that user, who is assigned to the very early JIRA issues, e.g.: https://issues.apache.org/jira/browse/LUCENE-1 I changed the password of this user in response to that email (for security), but I think we should simply let infra remove it. The problem is,

RE: Proposal about Version API relaxation

2010-04-14 Thread Uwe Schindler
to this solr installation using this solr config. And you can still override. Lucene is a library, no application, so it's not in lucene's responsibility to handle such things. Configuration and configuration objects passing around is an application responsibility. Uwe - Uwe Schindler H.-H.-Meier

RE: Proposal about Version API relaxation

2010-04-14 Thread Uwe Schindler
And 2.9's backwards compatibility layer in TokenStream was significantly slower. I protest! No, it was not slower, only at the beginning because of missing reflection caching! But this also affected the *new* API. With 2.9.x and old TokenStreams there is no speed difference, really. Uwe

RE: Proposal about Version API relaxation

2010-04-13 Thread Uwe Schindler
. As Lucene and solr is mostly running in servlet containers, this type of thing makes web applications no longer isolated. This is also a general contract for libraries: never ever rely on sysprops or statics. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http

RE: [jira] Account password

2010-04-13 Thread Uwe Schindler
LOL! This user is assigned to very old bugzilla issues :-) - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: j...@apache.org [mailto:j...@apache.org] Sent: Tuesday, April 13, 2010 10:54 PM To: java-dev

RE: [jira] Account password

2010-04-13 Thread Uwe Schindler
I changed the password, so its no longer public. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Uwe Schindler [mailto:u...@thetaphi.de] Sent: Tuesday, April 13, 2010 11:59 PM To: java-dev

RE: issues.apache.org compromised: please update your passwords

2010-04-13 Thread Uwe Schindler
instruct JIRA to reset the password and let JIRA send it again to the email which is the public java-dev list. And then it is public again. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Grant Ingersoll

RE: svn commit: r932773 - /lucene/dev/trunk/solr/src/test/org/apache/solr/analysis/TestLuceneMatchVersion.java

2010-04-11 Thread Uwe Schindler
Robert, as the comment says, it’s a hack. How about simply adding a public getter method for the matchVersion to the base class StopwordAwareAna? Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: rm

RE: svn commit: r932773 - /lucene/dev/trunk/solr/src/test/org/apache/solr/analysis/TestLuceneMatchVersion.java

2010-04-11 Thread Uwe Schindler
This is why i added the comment. But I forgot about it when I committed the lucene refactoring J So lets fix it with a simple getter! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de/ http://www.thetaphi.de eMail: u...@thetaphi.de From: Robert Muir

[jira] Resolved: (LUCENE-2389) Enforce TokenStream impl / Analyzer finalness by an assertion

2010-04-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2389. --- Resolution: Fixed Committed revision: 932864 Enforce TokenStream impl / Analyzer

[jira] Updated: (LUCENE-2154) Need a clean way for Dir/MultiReader to merge the AttributeSources of the sub-readers

2010-04-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2154: -- Attachment: LUCENE-2154-Jakarta-BCEL.patch Slightly improved patch to correctly work

[jira] Commented: (LUCENE-2386) IndexWriter commits unnecessarily on fresh Directory

2010-04-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855739#action_12855739 ] Uwe Schindler commented on LUCENE-2386: --- I dont understand the whole issue, too

[jira] Commented: (LUCENE-2386) IndexWriter commits unnecessarily on fresh Directory

2010-04-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855792#action_12855792 ] Uwe Schindler commented on LUCENE-2386: --- Thanks Earwin, thats exactly my opinion

[jira] Updated: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2372: -- Attachment: LUCENE-2372.patch Updated patch, now also KeywordAnalyzer

[jira] Updated: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2372: -- Attachment: LUCENE-2372.patch Updated patch after last commit. Replace deprecated

[jira] Commented: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855590#action_12855590 ] Uwe Schindler commented on LUCENE-2372: --- Committed core part in revision: 932749

[jira] Created: (LUCENE-2389) Enforce TokenStream impl / Analyzer finalness by an assertion

2010-04-10 Thread Uwe Schindler (JIRA)
: Improvement Reporter: Uwe Schindler Assignee: Uwe Schindler As noted in LUCENE-1753 and other issues, TokenStream and Analyzers are based on the decorator pattern. At least all TokenStream and Analyzer implementations in Lucene and Solr should be final. The attached patch adds

[jira] Updated: (LUCENE-2389) Enforce TokenStream impl / Analyzer finalness by an assertion

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2389: -- Fix Version/s: 3.1 Enforce TokenStream impl / Analyzer finalness by an assertion

[jira] Updated: (LUCENE-2389) Enforce TokenStream impl / Analyzer finalness by an assertion

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2389: -- Attachment: LUCENE-2389.patch Patch. Enforce TokenStream impl / Analyzer finalness

[jira] Updated: (LUCENE-2389) Enforce TokenStream impl / Analyzer finalness by an assertion

2010-04-10 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2389: -- Attachment: LUCENE-2389.patch Improved patch that also makes Analyzers with final (reusable

[jira] Updated: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2372: -- Attachment: LUCENE-2372.patch Here a first patch for the core tokenstreams. Tests not yet

[jira] Updated: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-04-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2302: -- Attachment: LUCENE-2302-toString.patch Patch that fixes the toString() problems in Token

[jira] Resolved: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-04-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2302. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [New]) Committed

[jira] Commented: (LUCENE-2364) Add support for terms in BytesRef format to Term, TermQuery, TermRangeQuery Co.

2010-04-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855358#action_12855358 ] Uwe Schindler commented on LUCENE-2364: --- +1 Term is still used at a lot of places

[jira] Updated: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2372: -- Attachment: LUCENE-2372.patch Patch that removes deprecated usage of TermAttribute from

[jira] Updated: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2372: -- Attachment: LUCENE-2372.patch Small updates. Just one question: The only non-final Analyzer

[jira] Commented: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855493#action_12855493 ] Uwe Schindler commented on LUCENE-2372: --- Did it already for StandardAna (see patch

[jira] Commented: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-09 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855498#action_12855498 ] Uwe Schindler commented on LUCENE-2372: --- One more: PerFieldAnalyzerWrapper

[jira] Commented: (LUCENE-2074) Use a separate JFlex generated Unicode 4 by Java 5 compatible StandardTokenizer

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854882#action_12854882 ] Uwe Schindler commented on LUCENE-2074: --- As requested on the mailing list, I

[jira] Commented: (LUCENE-2074) Use a separate JFlex generated Unicode 4 by Java 5 compatible StandardTokenizer

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854886#action_12854886 ] Uwe Schindler commented on LUCENE-2074: --- I plan to commit this soon! So any patch

[jira] Commented: (LUCENE-2074) Use a separate JFlex generated Unicode 4 by Java 5 compatible StandardTokenizer

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854890#action_12854890 ] Uwe Schindler commented on LUCENE-2074: --- You dont need the jflex binaries in general

[jira] Updated: (LUCENE-2074) Use a separate JFlex generated Unicode 4 by Java 5 compatible StandardTokenizer

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2074: -- Attachment: LUCENE-2074.patch Here a new patch, with the zzBuffer reset to default

[jira] Updated: (LUCENE-2074) Use a separate JFlex generated Unicode 4 by Java 5 compatible StandardTokenizer

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2074: -- Attachment: LUCENE-2074.patch Updated also the error message about missing jflex when calling

[jira] Updated: (LUCENE-2074) Use a separate JFlex generated Unicode 4 by Java 5 compatible StandardTokenizer

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2074: -- Attachment: LUCENE-2074.patch Use a separate JFlex generated Unicode 4 by Java 5 compatible

[jira] Updated: (LUCENE-2074) Use a separate JFlex generated Unicode 4 by Java 5 compatible StandardTokenizer

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2074: -- Attachment: (was: LUCENE-2074.patch) Use a separate JFlex generated Unicode 4 by Java 5

[jira] Created: (LUCENE-2384) Reset zzBuffer in StandardTokenizerImpl* when lexer is reset.

2010-04-08 Thread Uwe Schindler (JIRA)
Components: Analysis Affects Versions: 3.0.1 Reporter: Uwe Schindler Assignee: Uwe Schindler Fix For: 3.1 When indexing large documents, the lexer buffer may stay large forever. This sub-issue resets the lexer buffer back to the default on reset

[jira] Commented: (LUCENE-2074) Use a separate JFlex generated Unicode 4 by Java 5 compatible StandardTokenizer

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854900#action_12854900 ] Uwe Schindler commented on LUCENE-2074: --- Created sub-issue: LUCENE-2384 Use

[jira] Commented: (LUCENE-2384) Reset zzBuffer in StandardTokenizerImpl* when lexer is reset.

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854903#action_12854903 ] Uwe Schindler commented on LUCENE-2384: --- For JFlex this does not help as the Jflex

[jira] Commented: (LUCENE-2384) Reset zzBuffer in StandardTokenizerImpl* when lexer is reset.

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854908#action_12854908 ] Uwe Schindler commented on LUCENE-2384: --- {quote} patch to reset the zzBuffer when

[jira] Commented: (LUCENE-2385) Move NoDeletionPolicy from benchmark to core

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855136#action_12855136 ] Uwe Schindler commented on LUCENE-2385: --- The patch does not look like you svn moved

[jira] Commented: (LUCENE-2385) Move NoDeletionPolicy from benchmark to core

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855150#action_12855150 ] Uwe Schindler commented on LUCENE-2385: --- In general we place a list of all svn move

[jira] Commented: (LUCENE-2385) Move NoDeletionPolicy from benchmark to core

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855164#action_12855164 ] Uwe Schindler commented on LUCENE-2385: --- Yeah thats fine! Move NoDeletionPolicy

RE: IndexWriter memory leak?

2010-04-08 Thread Uwe Schindler
this: /** By default, closes the input Reader. */ @Override public void close() throws IOException { input.close(); input = null; // -- new! } Any comments from other committers? - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

[jira] Updated: (LUCENE-2074) Use a separate JFlex generated Unicode 4 by Java 5 compatible StandardTokenizer

2010-04-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2074: -- Attachment: LUCENE-2074.patch New patch with replacement of deprecated TermAttribute

[jira] Commented: (LUCENE-2376) java.lang.OutOfMemoryError:Java heap space

2010-04-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854396#action_12854396 ] Uwe Schindler commented on LUCENE-2376: --- You mean insane amount of fields with norms

[jira] Commented: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-04-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854594#action_12854594 ] Uwe Schindler commented on LUCENE-2380: --- The structure should look like String

[jira] Commented: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-04-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854639#action_12854639 ] Uwe Schindler commented on LUCENE-2380: --- This goes again in the direction

[jira] Commented: (LUCENE-2383) Some small fixes after the flex merge...

2010-04-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854681#action_12854681 ] Uwe Schindler commented on LUCENE-2383: --- FCRF looks ok, I would only change

[jira] Issue Comment Edited: (LUCENE-2383) Some small fixes after the flex merge...

2010-04-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854681#action_12854681 ] Uwe Schindler edited comment on LUCENE-2383 at 4/7/10 8:23 PM

[jira] Issue Comment Edited: (LUCENE-2383) Some small fixes after the flex merge...

2010-04-07 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854681#action_12854681 ] Uwe Schindler edited comment on LUCENE-2383 at 4/7/10 8:24 PM

RE: Commit freeze in flex branch

2010-04-07 Thread Uwe Schindler
Thanks for praise! And also thanks to Mike for scanning 20K patch lines :-) - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Michael McCandless [mailto:luc...@mikemccandless.com] Sent: Wednesday, April 07

Commit freeze in flex branch

2010-04-06 Thread Uwe Schindler
a mega patch for review, that we have not missed anything during trunk-flex merges. Commits to trunk are OK, but should be spare. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

[jira] Created: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
: Uwe Schindler Assignee: Uwe Schindler Fix For: 3.1 This issue is for reintegrating the flex branch into current trunk. I will post the patch here for review and commit, when all contributors to flex have reviewed the patch. Before committing, I will tag both trunk

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370.patch Here the patch just for review! You cannot really apply

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: (was: LUCENE-2370.patch) Reintegrate flex branch into trunk

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370.patch sorry, new patch. The flex branch still contains some

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370.patch Here a new patch with lots of cleanups, thanks rmuir. Also

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370-solrfixes.patch Here some fixes for Solr: - makes it compile after

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370.patch New patch, reverted all files with whitespace-only changes

[jira] Updated: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2370: -- Attachment: LUCENE-2370.patch Here the final patch after cooperative reviewing in IRC. I

[jira] Commented: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854134#action_12854134 ] Uwe Schindler commented on LUCENE-2370: --- Committed revision: 931278 I leave

RE: Commit freeze in flex branch

2010-04-06 Thread Uwe Schindler
The freeze is over, we merged successfully. If you had a flex branch checked out: svn switch https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From

[jira] Resolved: (LUCENE-2370) Reintegrate flex branch into trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2370. --- Resolution: Fixed Mike fixed the missing merges! Thanks. Reintegrate flex branch

[jira] Closed: (LUCENE-2332) Mrge CharTermAttribute and deprecations to trunk

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-2332. - Resolution: Invalid Flex was merged, so this is no longer needed. Mrge CharTermAttribute

[jira] Created: (LUCENE-2372) Replace deprecated TermAttribute by new CharTermAttribute

2010-04-06 Thread Uwe Schindler (JIRA)
Affects Versions: 3.1 Reporter: Uwe Schindler Fix For: 3.1 After LUCENE-2302 is merged to trunk with flex, we need to carry over all tokenizers and consumers of the TokenStreams to the new CharTermAttribute. We should also think about adding a AttributeFactory

[jira] Commented: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12854199#action_12854199 ] Uwe Schindler commented on LUCENE-2302: --- I will create a patch with option #2

[jira] Created: (LUCENE-2374) Add introspection API to AttributeSource/AttributeImpl

2010-04-06 Thread Uwe Schindler (JIRA)
Components: Analysis, Other Reporter: Uwe Schindler Assignee: Uwe Schindler Fix For: 3.1 AttributeSource/TokenStream inspection in Solr needs to have some insight into the contents of AttributeImpls. As LUCENE-2302 has some problems with toString() [which

[jira] Created: (LUCENE-2375) Add introspection API to AttributeSource/AttributeImpl

2010-04-06 Thread Uwe Schindler (JIRA)
Components: Analysis, Other Reporter: Uwe Schindler Assignee: Uwe Schindler Fix For: 3.1 AttributeSource/TokenStream inspection in Solr needs to have some insight into the contents of AttributeImpls. As LUCENE-2302 has some problems with toString() [which

[jira] Deleted: (LUCENE-2375) Add introspection API to AttributeSource/AttributeImpl

2010-04-06 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler deleted LUCENE-2375: -- Add introspection API to AttributeSource/AttributeImpl

[jira] Resolved: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-04-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2354. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [New]) Committed

[jira] Commented: (LUCENE-2364) Add support for terms in BytesRef format to Term, TermQuery, TermRangeQuery Co.

2010-04-05 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12853336#action_12853336 ] Uwe Schindler commented on LUCENE-2364: --- This would also make MTQ's rewrite mode

[jira] Updated: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-04-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2354: -- Attachment: LUCENE-2354.patch Here updated patch with cleaned up NumericUtils (no String

[jira] Created: (LUCENE-2364) Add support for terms in BytesRef format to Term, TermQuery, TermRangeQuery Co.

2010-04-04 Thread Uwe Schindler (JIRA)
: Lucene - Java Issue Type: Improvement Affects Versions: Flex Branch Reporter: Uwe Schindler Fix For: Flex Branch It would be good to directly allow BytesRefs in TermQuery and TermRangeQuery (as both queries convert the strings to BytesRef internally

[jira] Updated: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-04-04 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2354: -- Attachment: LUCENE-2354.patch Updated patch with lots of javadocs cleanups and new

[jira] Resolved: (LUCENE-2363) Classes BooleanFilter and FilterClause missing in 2.2

2010-04-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2363. --- Resolution: Invalid These classes are in the queries contrib, not in lucene-core. So you

[jira] Closed: (LUCENE-2363) Classes BooleanFilter and FilterClause missing in 2.2

2010-04-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler closed LUCENE-2363. - Classes BooleanFilter and FilterClause missing in 2.2

RE: Landing the flex branch

2010-04-01 Thread Uwe Schindler
is merged up to trunk): This would make the history of flex the current history. The drawback: You losse latest trunk changes since the split of flex. Instead you will only see the merge messages. Therefore we should see this only as a last chance. Comments? - Uwe Schindler H.-H.-Meier-Allee

[jira] Commented: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-31 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851849#action_12851849 ] Uwe Schindler commented on LUCENE-2310: --- I am also +1 on the indexer interface. I

[jira] Commented: (LUCENE-2310) Reduce Fieldable, AbstractField and Field complexity

2010-03-31 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851856#action_12851856 ] Uwe Schindler commented on LUCENE-2310: --- Yeah! Reduce Fieldable, AbstractField

[jira] Commented: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-03-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851598#action_12851598 ] Uwe Schindler commented on LUCENE-2354: --- Will work here the next days and rewrite

[jira] Commented: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-03-30 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851596#action_12851596 ] Uwe Schindler commented on LUCENE-2302: --- Will add the javadocs and think about

[jira] Commented: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-03-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851010#action_12851010 ] Uwe Schindler commented on LUCENE-2354: --- bq. But the encoding is unchanged right

[jira] Issue Comment Edited: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-03-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12851010#action_12851010 ] Uwe Schindler edited comment on LUCENE-2354 at 3/29/10 5:23 PM

[jira] Assigned: (LUCENE-2315) AttributeSource's methods for accessing attributes should be final, else its easy to corrupt the internal states

2010-03-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reassigned LUCENE-2315: - Assignee: Uwe Schindler AttributeSource's methods for accessing attributes should

[jira] Updated: (LUCENE-2354) Convert NumericUtils and NumericTokenStream to use BytesRef instead of Strings/char[]

2010-03-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2354: -- Attachment: LUCENE-2354.patch Here a first preview patch. NumericUtils still contains lots

[jira] Reopened: (LUCENE-2306) contrib/xml-query-parser: NumericRangeFilter support

2010-03-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-2306: --- I will commit my changes to the package names and a missing super.tearDown() soon. But I

[jira] Commented: (LUCENE-2306) contrib/xml-query-parser: NumericRangeFilter support

2010-03-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850495#action_12850495 ] Uwe Schindler commented on LUCENE-2306: --- Committed package and test fixes

[jira] Updated: (LUCENE-2306) contrib/xml-query-parser: NumericRangeQuery and -Filter support

2010-03-27 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2306: -- Summary: contrib/xml-query-parser: NumericRangeQuery and -Filter support (was: contrib/xml

  1   2   3   4   5   6   7   8   9   10   >