[jira] Commented: (LUCENE-826) Language detector

2010-01-26 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805027#action_12805027 ] Karl Wettin commented on LUCENE-826: Hi Ken, it's hard for me to compare. I&

[jira] Commented: (LUCENE-626) Extended spell checker with phrase support and adaptive user session analysis.

2010-01-26 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805021#action_12805021 ] Karl Wettin commented on LUCENE-626: Hej Mikkel, the test case data set is on an

Re: [jira] Commented: (LUCENE-2194) improve efficiency of snowballfilter

2010-01-07 Thread Karl Wettin
+1 7 jan 2010 kl. 19.50 skrev Robert Muir (JIRA): [ https://issues.apache.org/jira/browse/LUCENE-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12797736 #action_12797736 ] Robert Muir commented on LUCENE-2194: -

[jira] Commented: (LUCENE-1515) Improved(?) Swedish snowball stemmer

2010-01-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795968#action_12795968 ] Karl Wettin commented on LUCENE-1515: - I just posted this to the Snowball users

[jira] Commented: (LUCENE-1515) Improved(?) Swedish snowball stemmer

2010-01-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795967#action_12795967 ] Karl Wettin commented on LUCENE-1515: - I've added a few more rules. I'

Re: LUCENE-1515

2010-01-02 Thread Karl Wettin
1 jan 2010 kl. 14.28 skrev Grant Ingersoll: Please, no Swedish2 or any variant like that. How about something that let's users know what it is and why they should use it? In my view Swedish2 is a better name than MoreSupportForGenitiveCaseSufficesThanSwedishStemmer. Such a name can turn

Re: LUCENE-1515

2010-01-02 Thread Karl Wettin
, Dec 31, 2009 at 6:05 PM, Karl Wettin wrote: 31 dec 2009 kl. 17.43 skrev Simon Willnauer: what is the essential difference between the existing and LUCENE-1515 stemmer? 1515 handles genitive case suffices better. An example: klocka (a clock) klockan (the clock) klockans (the [insert noun]

Re: LUCENE-1515

2009-12-31 Thread Karl Wettin
31 dec 2009 kl. 17.43 skrev Simon Willnauer: what is the essential difference between the existing and LUCENE-1515 stemmer? 1515 handles genitive case suffices better. An example: klocka (a clock) klockan (the clock) klockans (the [insert noun] of the clock) klockornas (the [insert noun] of

LUCENE-1515

2009-12-31 Thread Karl Wettin
1515 is an alternative Swedish stemmer that handles a couple of things unsupported by the original stemmer. A few things is handled worse, but all together I think it's a better algorithm. I've used it in two commercial applications. I'd like to commit it. Even though I've done my best to m

[jira] Commented: (LUCENE-2144) InstantiatedIndexReader does not handle #termDocs(null) correct (AllTermDocs)

2009-12-11 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789248#action_12789248 ] Karl Wettin commented on LUCENE-2144: - I don't have any strong feelings a

[jira] Commented: (LUCENE-2144) InstantiatedIndexReader does not handle #termDocs(null) correct (AllTermDocs)

2009-12-10 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789021#action_12789021 ] Karl Wettin commented on LUCENE-2144: - Committed change to trunk. In 3.0 comment

[jira] Commented: (LUCENE-2144) InstantiatedIndexReader does not handle #termDocs(null) correct (AllTermDocs)

2009-12-10 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788966#action_12788966 ] Karl Wettin commented on LUCENE-2144: - bq

[jira] Commented: (LUCENE-2144) InstantiatedIndexReader does not handle #termDocs(null) correct (AllTermDocs)

2009-12-10 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788950#action_12788950 ] Karl Wettin commented on LUCENE-2144: - bq. We should fix this on at least 3.0 as

[jira] Updated: (LUCENE-2144) InstantiatedIndexReader does not handle #termDocs(null) correct (AllTermDocs)

2009-12-10 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-2144: Attachment: LUCENE-2144.txt BUILD SUCCESSFUL Total time: 36 minutes 4 seconds

[jira] Created: (LUCENE-2144) InstantiatedIndexReader does not handle #termDocs(null) correct (AllTermDocs)

2009-12-10 Thread Karl Wettin (JIRA)
Issue Type: Bug Components: contrib/* Affects Versions: 3.0, 2.9.1, 2.9 Reporter: Karl Wettin Priority: Critical This patch contains core changes so someone else needs to commit it. Due to the incompatible #termDocs(null) behaviour at least

[jira] Closed: (LUCENE-774) TopDocs and TopFieldDocs does not implement equals and hashCode

2009-12-10 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-774. -- Resolution: Won't Fix > TopDocs and TopFieldDocs does not implement equals and

[jira] Commented: (LUCENE-1370) Patch to make ShingleFilter output a unigram if no ngrams can be generated

2009-11-06 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774252#action_12774252 ] Karl Wettin commented on LUCENE-1370: - Oups, I seem to have assigned this to me

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 3

2009-11-01 Thread Karl Wettin
+1 30 okt 2009 kl. 00.27 skrev Michael McCandless: OK, let's try this again! I've built new release artifacts from svn rev 831145 (on the 2.9 branch), here: http://people.apache.org/~mikemccand/staging-area/rc3_lucene2.9.1/ Changes are here: http://people.apache.org/~mikemccand/staging-ar

Re: [Lucene-java Wiki] Update of "LuceneAtApacheConUs2009" by HossMan

2009-10-20 Thread Karl Wettin
20 okt 2009 kl. 07.15 skrev Apache Wiki: + There will be a Lucene/Search !MeetUp on Tuesday night at 8PM. 'This event is open to anyone who wants to come, even if you are not registered for the conference'. That is a really nice thing, and completely new if I'm not misstaken. Pe

[jira] Closed: (LUCENE-1958) ShingleFilter creates shingles across two consecutives documents : bug or normal behaviour ?

2009-10-10 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-1958. --- Resolution: Won't Fix Not a problem in 2.9 > ShingleFilter creates shingles ac

[jira] Closed: (LUCENE-1947) Snowball package contains BSD licensed code with ASL header

2009-10-09 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-1947. --- Resolution: Fixed Committed in revision 823445 > Snowball package contains BSD licensed code w

Re: Using payload during indexes with Lucene 2.9.0

2009-10-08 Thread Karl Wettin
Hi Mauro, this is the -dev list where we discuss the development of the API. Questions about how to use the API should be sent to the -users list. Please try use the -users list for future questions on how to use the API or if responding to this mail. In answer to your question, the class

Output from a small Snowball benchmark

2009-10-08 Thread Karl Wettin
There have been a few small comments in the Jira about the reflection in Snowball's Among class. There is very little to do about this unless one want to redesign the stemmers so they include an inner class that handle the method callbacks. That's quite a bit of work and I don't even know h

[jira] Updated: (LUCENE-1947) Snowball package contains BSD licensed code with ASL header

2009-10-07 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1947: Attachment: LUCENE-1947.patch * Added Snowball license header to static Snowball classes

[jira] Updated: (LUCENE-1948) Deprecating InstantiatedIndexWriter

2009-10-05 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1948: Attachment: LUCENE-1948.patch > Deprecating InstantiatedIndexWri

[jira] Created: (LUCENE-1948) Deprecating InstantiatedIndexWriter

2009-10-05 Thread Karl Wettin (JIRA)
: 2.9 Reporter: Karl Wettin Assignee: Karl Wettin Fix For: 3.0 http://markmail.org/message/j6ip266fpzuaibf7 I suppose that should have been suggested before 2.9 rather than after... There are at least three reasons to why I want to do this: The code is based

[jira] Updated: (LUCENE-1947) Snowball package contains BSD licensed code with ASL header

2009-10-05 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1947: Attachment: LUCENE-1947.patch > Snowball package contains BSD licensed code with ASL hea

[jira] Created: (LUCENE-1947) Snowball package contains BSD licensed code with ASL header

2009-10-05 Thread Karl Wettin (JIRA)
Components: contrib/analyzers Affects Versions: 2.9 Reporter: Karl Wettin Assignee: Karl Wettin Fix For: 3.0 All classes in org.tartarus.snowball (but not in org.tartarus.snowball.ext) has for some reason been given an ASL header. These classes are

[jira] Closed: (LUCENE-1939) IndexOutOfBoundsException at ShingleMatrixFilter's Iterator#hasNext method

2009-10-05 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-1939. --- Resolution: Fixed Fix Version/s: 3.0 Committed in 821888. Thanks Patrick! (I'll con

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-05 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762131#action_12762131 ] Karl Wettin commented on LUCENE-1257: - bq. err... looks like perhaps its only

Deprecating InstantiatedIndexWriter

2009-10-03 Thread Karl Wettin
I suppose that should have been suggested before 2.9 rather than after... There are at least three reasons to why I want to do this: The code is based on the behaviour or the Directory IndexWriter as of 2.3 and I have not been touching it since then. If there will be changes in the future

[jira] Commented: (LUCENE-1939) IndexOutOfBoundsException at ShingleMatrixFilter's Iterator#hasNext method

2009-10-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761924#action_12761924 ] Karl Wettin commented on LUCENE-1939: - The exception is thrown when ts#

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761877#action_12761877 ] Karl Wettin commented on LUCENE-1257: - bq. Fix for InstantiadexIndex compile e

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1257: Attachment: instantiated_fieldable.patch Fix for InstantiadexIndex compile error caused by code

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761875#action_12761875 ] Karl Wettin commented on LUCENE-1257: - bq. how that? It asserted that a Docu

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761874#action_12761874 ] Karl Wettin commented on LUCENE-1257: - bq. Generified ShingleMatrixFilter Commi

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1257: Attachment: shinglematrixfilter_generified.patch Generified ShingleMatrixFilter > Port to Ja

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761870#action_12761870 ] Karl Wettin commented on LUCENE-1257: - bq. Generification of Document. It makes

[jira] Commented: (LUCENE-1939) IndexOutOfBoundsException at ShingleMatrixFilter's Iterator#hasNext method

2009-10-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761868#action_12761868 ] Karl Wettin commented on LUCENE-1939: - Patrick, I can't manage to repro

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761862#action_12761862 ] Karl Wettin commented on LUCENE-1257: - bq. Wait ... do you mean you got rid of

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761755#action_12761755 ] Karl Wettin commented on LUCENE-1257: - bq. I vote to move to StringBuilder anywa

[jira] Commented: (LUCENE-1939) IndexOutOfBoundsException at ShingleMatrixFilter's Iterator#hasNext method

2009-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761712#action_12761712 ] Karl Wettin commented on LUCENE-1939: - bq. I also think so, because the above s

[jira] Commented: (LUCENE-1939) IndexOutOfBoundsException at ShingleMatrixFilter's Iterator#hasNext method

2009-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761706#action_12761706 ] Karl Wettin commented on LUCENE-1939: - bq. Is this caused by the rewrite becaus

[jira] Assigned: (LUCENE-1939) IndexOutOfBoundsException at ShingleMatrixFilter's Iterator#hasNext method

2009-10-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin reassigned LUCENE-1939: --- Assignee: Karl Wettin > IndexOutOfBoundsException at ShingleMatrixFilter's Iterator

[jira] Commented: (LUCENE-625) Query auto completer

2009-07-29 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736923#action_12736923 ] Karl Wettin commented on LUCENE-625: bq. Karl, did you ever proceed on this patch?

[jira] Commented: (LUCENE-1260) Norm codec strategy in Similarity

2009-06-22 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722575#action_12722575 ] Karl Wettin commented on LUCENE-1260: - Hi Johan, didn't try it out yet but

[jira] Resolved: (LUCENE-1578) InstantiatedIndex supports non-optimized IndexReaders

2009-06-13 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin resolved LUCENE-1578. - Resolution: Fixed comitted > InstantiatedIndex supports non-optimized IndexRead

Re: svn commit: r784481 - in /lucene/java/trunk/contrib: ./ instantiated/src/java/org/apache/lucene/store/instantiated/ instantiated/src/test/org/apache/lucene/store/instantiated/

2009-06-13 Thread Karl Wettin
r of InstantiatedIndex. (Karl Wettin) Added: lucene/java/trunk/contrib/instantiated/src/test/org/apache/lucene/ store/instantiated/TestUnoptimizedReaderOnConstructor.java Modified: lucene/java/trunk/contrib/CHANGES.txt lucene/java/trunk/contrib/instantiated/src/java/org/apache/lucene/ s

[jira] Issue Comment Edited: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2009-06-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715712#action_12715712 ] Karl Wettin edited comment on LUCENE-1491 at 6/2/09 2:5

[jira] Commented: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2009-06-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715712#action_12715712 ] Karl Wettin commented on LUCENE-1491: - Although you have a valid point I'

[jira] Commented: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2009-06-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715567#action_12715567 ] Karl Wettin commented on LUCENE-1491: - bq. Perhaps we need boolean keepSma

Re: HitCollector#collect(int,float,Collection)

2009-06-02 Thread Karl Wettin
y non resuable. Query realQuery = ... DecoratedQuery dq = new DecoratedQuery(realQuery); searcher.search(dq, ..); Map dq.getScoringQueries(); Not quite sure if this is terrible or elegant. karl 7 apr 2009 kl. 12.17 skrev Michael McCandless: On Tue, Apr 7, 2009 at 6:13 AM, Karl Wettin

[jira] Commented: (LUCENE-1578) InstantiatedIndex supports non-optimized IndexReaders

2009-06-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715494#action_12715494 ] Karl Wettin commented on LUCENE-1578: - Jason, did you get a chanse to try this

[jira] Assigned: (LUCENE-1578) InstantiatedIndex supports non-optimized IndexReaders

2009-06-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin reassigned LUCENE-1578: --- Assignee: Karl Wettin > InstantiatedIndex supports non-optimized IndexRead

[jira] Commented: (LUCENE-1260) Norm codec strategy in Similarity

2009-06-02 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715492#action_12715492 ] Karl Wettin commented on LUCENE-1260: - bq. Wouldn't the simplest solut

Re: InstantiatedIndex Memory required

2009-05-13 Thread Karl Wettin
Hi Ravichandra, this is a question better fitted the java-users maillinglist. On this list we talk about the development of the Lucene API rather than how to use it. To answer your question, there is no simple formula that says how much RAM an InstantiatedIndex will consume given the FSDi

Re: HitCollector#collect(int,float,Collection)

2009-04-07 Thread Karl Wettin
7 apr 2009 kl. 10.23 skrev Michael McCandless: Do you mean tracking the "atomic queries" that caused a given hit to match (where "atomic query" is a query that actually uses TermDocs/Positions to check matching, vs other queries like BooleanQuery that "glomm together" sub-query matches)? EG fo

HitCollector#collect(int,float,Collection)

2009-04-06 Thread Karl Wettin
How crazy would it be to refactor HitCollector so it also accept the matching queries? Let's ignore my use case (not sure it makes sense yet, it's related to finding a threadshold between probably interesting and definitly not interesting results of huge OR-statements, but I really have to

[jira] Commented: (LUCENE-1039) Bayesian classifiers using Lucene as data store

2009-03-30 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12693744#action_12693744 ] Karl Wettin commented on LUCENE-1039: - Vaijanath, can you please post a small

[jira] Updated: (LUCENE-1578) InstantiatedIndex supports non-optimized IndexReaders

2009-03-30 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1578: Attachment: LUCENE-1578.txt Please test this patch using a couple of different unoptimized

Re: InstantiatedIndex

2009-03-30 Thread Karl Wettin
28 mar 2009 kl. 01.21 skrev Jason Rutherglen: I'm thinking InstantiatedIndex needs to implement either clone of all the index data or needs to be able to accept a non-optimized reader, or both. I forget what the obstacles are to implementing the non-optimized reader option? Do you think

[jira] Commented: (LUCENE-1543) Field specified norms in MatchAllDocumentsScorer

2009-03-19 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683423#action_12683423 ] Karl Wettin commented on LUCENE-1543: - bq. Karl, is there a reason why a func

[jira] Commented: (LUCENE-1543) Field specified norms in MatchAllDocumentsScorer

2009-02-19 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675118#action_12675118 ] Karl Wettin commented on LUCENE-1543: - bq. Couldn't you just use a TermQu

[jira] Updated: (LUCENE-1543) Field specified norms in MatchAllDocumentsScorer

2009-02-19 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1543: Attachment: LUCENE-1543.txt > Field specified norms in MatchAllDocumentsSco

[jira] Created: (LUCENE-1543) Field specified norms in MatchAllDocumentsScorer

2009-02-19 Thread Karl Wettin (JIRA)
: Query/Scoring Affects Versions: 2.4 Reporter: Karl Wettin Priority: Minor Fix For: 2.9 Attachments: LUCENE-1543.txt This patch allows for optionally setting a field to use for norms factoring when scoring a MatchingAllDocumentsQuery. >From

[jira] Commented: (LUCENE-1537) InstantiatedIndexReader.clone

2009-02-15 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673610#action_12673610 ] Karl Wettin commented on LUCENE-1537: - I didn't try it out yet, but I h

[jira] Assigned: (LUCENE-1537) InstantiatedIndexReader.clone

2009-02-15 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin reassigned LUCENE-1537: --- Assignee: Karl Wettin > InstantiatedIndexReader.cl

[jira] Closed: (LUCENE-1531) contrib/xml-query-parser, BoostingTermQuery support

2009-02-09 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-1531. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available, New

Re: Partial / starts with searching

2009-02-05 Thread Karl Wettin
Hi Jori, your question is better suited the java-users lists, on this list we discuss about developing the API. To answer your question, ngrams might solve your problem, tokenizers are available in contrib/analyzers. karl 5 feb 2009 kl. 10.19 skrev d-fader: Hi, I'm new to thi

[jira] Commented: (LUCENE-1531) contrib/xml-query-parser, BoostingTermQuery support

2009-02-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670240#action_12670240 ] Karl Wettin commented on LUCENE-1531: - Any objections to this patch? If not I&#x

[jira] Updated: (LUCENE-1531) contrib/xml-query-parser, BoostingTermQuery support

2009-01-29 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1531: Attachment: LUCENE-1531.txt Previous patch was messed up from cloning SpanTerm.. > contrib/

[jira] Updated: (LUCENE-1531) contrib/xml-query-parser, BoostingTermQuery support

2009-01-29 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1531: Attachment: LUCENE-1531.txt > contrib/xml-query-parser, BoostingTermQuery supp

[jira] Created: (LUCENE-1531) contrib/xml-query-parser, BoostingTermQuery support

2009-01-29 Thread Karl Wettin (JIRA)
Components: contrib/* Affects Versions: 2.4 Reporter: Karl Wettin Assignee: Karl Wettin Fix For: 2.9 I'm not 100% on this patch. BooleanTermQuery is a part of the spans family, but I generally use that class as a replacement for TermQuery. Thus in the

Filesystem based bitset

2009-01-09 Thread Karl Wettin
Thinking out loud, SSD is pretty close to RAM when it comes to seeking. Wouldn't that mean that a bitset stored on an SSD would be more or less as fast as a bitset in RAM? So how about storing all permutations of filters one use on SSD? Perhaps loading them to RAM in case they are frequentl

[jira] Updated: (LUCENE-1515) Improved(?) Swedish snowball stemmer

2009-01-09 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1515: Attachment: LUCENE-1515.txt snowball code, generated java class and unit test. > Impro

[jira] Commented: (LUCENE-1039) Bayesian classifiers using Lucene as data store

2009-01-09 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662467#action_12662467 ] Karl Wettin commented on LUCENE-1039: - What do you people think, should I commit

[jira] Created: (LUCENE-1515) Improved(?) Swedish snowball stemmer

2009-01-09 Thread Karl Wettin (JIRA)
Versions: 2.4 Reporter: Karl Wettin Snowball stemmer for Swedish lacks support for '-an' and '-ans' related suffix stripping, ending up with non compatible stems for example "klocka", "klockor", "klockornas", "klockAN", &quo

[jira] Closed: (LUCENE-1514) ShingleMatrixFilter eaily throws StackOverFlow as the complexity of a matrix grows

2009-01-09 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-1514. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available, New

[jira] Updated: (LUCENE-1514) ShingleMatrixFilter eaily throws StackOverFlow as the complexity of a matrix grows

2009-01-09 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1514: Attachment: LUCENE-1514.txt > ShingleMatrixFilter eaily throws StackOverFlow as the complexity

[jira] Created: (LUCENE-1514) ShingleMatrixFilter eaily throws StackOverFlow as the complexity of a matrix grows

2009-01-09 Thread Karl Wettin (JIRA)
: Lucene - Java Issue Type: Improvement Components: contrib/analyzers Affects Versions: 2.4 Reporter: Karl Wettin Assignee: Karl Wettin Fix For: 2.9 Attachments: LUCENE-1514.txt ShingleMatrixFilter#next makes a recursive function

[jira] Closed: (LUCENE-1510) InstantiatedIndexReader throws NullPointerException in norms() when used with a MultiReader

2009-01-08 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-1510. --- Resolution: Fixed Fix Version/s: 2.9 > InstantiatedIndexReader throws NullPointerExcept

[jira] Commented: (LUCENE-1510) InstantiatedIndexReader throws NullPointerException in norms() when used with a MultiReader

2009-01-08 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661908#action_12661908 ] Karl Wettin commented on LUCENE-1510: - Thanks for the report Robert! I've

[jira] Assigned: (LUCENE-1510) InstantiatedIndexReader throws NullPointerException in norms() when used with a MultiReader

2009-01-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin reassigned LUCENE-1510: --- Assignee: Karl Wettin > InstantiatedIndexReader throws NullPointerException in norms() w

[jira] Commented: (LUCENE-1501) Phonetic filters

2009-01-01 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12660196#action_12660196 ] Karl Wettin commented on LUCENE-1501: - bq. Ryan McKinley - 30/Dec/08 10:36 AM bq.

[jira] Updated: (LUCENE-1501) Phonetic filters

2008-12-28 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1501: Attachment: LUCENE-1501.txt This is in need of a bit of documentation about the different

[jira] Created: (LUCENE-1501) Phonetic filters

2008-12-28 Thread Karl Wettin (JIRA)
Phonetic filters Key: LUCENE-1501 URL: https://issues.apache.org/jira/browse/LUCENE-1501 Project: Lucene - Java Issue Type: New Feature Components: contrib/* Reporter: Karl Wettin Assignee

[jira] Closed: (LUCENE-1462) Instantiated/IndexWriter discrepanies

2008-12-12 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-1462. --- Resolution: Fixed Committed in r726030 and r 725837. > Instantiated/IndexWriter discrepan

Re: SVN karma problem?

2008-12-12 Thread Karl Wettin
.html Any of that ring a bell? On Dec 11, 2008, at 5:49 PM, Karl Wettin wrote: I tried clean checkout, upgraded my SVN client and a bunch of other things. I could try to add and remove an alternative dummy file. 11 dec 2008 kl. 23.35 skrev Grant Ingersoll: Does an svn cleanup help? What

Re: SVN karma problem?

2008-12-11 Thread Karl Wettin
I tried clean checkout, upgraded my SVN client and a bunch of other things. I could try to add and remove an alternative dummy file. 11 dec 2008 kl. 23.35 skrev Grant Ingersoll: Does an svn cleanup help? What about on a clean checkout? On Dec 11, 2008, at 5:13 PM, Karl Wettin wrote: I

SVN karma problem?

2008-12-11 Thread Karl Wettin
I can't seem to commit new files in contrib, only update existing. Or am I misinterpreting the error? svn: Commit failed (details follow): svn: Server sent unexpected return value (400 Bad Request) in response to PROPFIND request for '/repos/asf/!svn/wrk/d81a2cce-e749-4cd0- a609-6e2a3763b81d

[jira] Updated: (LUCENE-1462) Instantiated/IndexWriter discrepanies

2008-12-01 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1462: Fix Version/s: 2.9 > Instantiated/IndexWriter discrepan

[jira] Updated: (LUCENE-1462) Instantiated/IndexWriter discrepanies

2008-11-26 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1462: Attachment: LUCENE-1462.txt * Made a few classes implement java.io:Serializable * TestCase that

InstantiatedIndexWriter

2008-11-26 Thread Karl Wettin
I was just about to get on with LUCENE-1462 when I noticed the new TokenStream API. (Yeah, I've been really busy with other stuff for a while now.) Rather than keeping InstantiatedIndexWriter in sync with IndexWriter I'm considering suggesting that we simply delete InstantiatedIndexWriter

[jira] Created: (LUCENE-1462) Instantiated/IndexWriter discrepanies

2008-11-19 Thread Karl Wettin (JIRA)
: 2.4 Reporter: Karl Wettin Assignee: Karl Wettin Priority: Critical * RAMDirectory seems to do a reset on tokenStreams the first time, this permits to initialise some objects before starting streaming, InstantiatedIndex does not. * I can Serialize a

[jira] Closed: (LUCENE-1423) InstantiatedTermEnum#skipTo(Term) throws ArrayIndexOutOfBoundsException on empty index

2008-10-18 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin closed LUCENE-1423. --- Resolution: Fixed committed in rev 705893 > InstantiatedTermEnum#skipTo(Term) thr

[jira] Created: (LUCENE-1423) InstantiatedTermEnum#skipTo(Term) throws ArrayIndexOutOfBoundsException on empty index

2008-10-18 Thread Karl Wettin (JIRA)
Project: Lucene - Java Issue Type: Bug Components: contrib/* Affects Versions: 2.4 Reporter: Karl Wettin Assignee: Karl Wettin Fix For: 2.9 {code} java.lang.ArrayIndexOutOfBoundsException: 0 at

Re: Setting Fix Version in JIRA

2008-09-23 Thread Karl Wettin
I think it makes more sense to leave fix version to committers when they assign them self to the issue. I say this because of the hundreds of open and unreviewed issues that one would have to update in the tracker between each release. 23 sep 2008 kl. 21.33 skrev Otis Gospodnetic: Hi, Wh

[jira] Updated: (LUCENE-1380) Patch for ShingleFilter.enablePositions

2008-09-22 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1380: Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Assignee: (was

[jira] Commented: (LUCENE-1387) Add LocalLucene

2008-09-21 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633102#action_12633102 ] Karl Wettin commented on LUCENE-1387: - bq. I'm struggling to get two of the

Re: 2.4 release candidate 1

2008-09-19 Thread Karl Wettin
nd see? Make sure you commit to trunk too. Mike Karl Wettin wrote: There is going to be an rc2, right? A couple of people have asked me questions about the performance of InstantiatedIndex (via private mail and on the freenode #lucene channel). They have tried to use it as a replacement for

  1   2   3   4   5   6   7   >