[jira] [Updated] (LUCENE-3648) Speed up SegementDocsEnum by making it more friendly for JIT optimizations

2011-12-15 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3648: Attachment: LUCENE-3648.patch here is a new patch that gives me more stable results.

[jira] [Updated] (LUCENE-3648) Speed up SegementDocsEnum by making it more friendly for JIT optimizations

2011-12-15 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3648: Attachment: LUCENE-3648.patch latest patch... I plan to commit this tomorrow if nobody

[jira] [Updated] (LUCENE-3653) Lucene Search not scalling

2011-12-19 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3653: Attachment: LUCENE-3653.patch here is a patch that removes the sync on

[jira] [Updated] (LUCENE-3653) Lucene Search not scalling

2011-12-19 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3653: Attachment: LUCENE-3653-sync-.png LUCENE-3653-no-sync.png here are two

[jira] [Updated] (LUCENE-3653) Lucene Search not scalling

2011-12-22 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3653: Attachment: LUCENE-3653.patch bq. +1, I think Simon's patch is a good improvement, even

[jira] [Updated] (LUCENE-3664) Speed up SegementDocsAndPositionsEnum by making it more friendly for JIT optimizations

2011-12-22 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3664: Attachment: LUCENE-3664.patch initial patch Speed up

[jira] [Updated] (LUCENE-3665) Make WeightedSpanTermExtractor extensible to handle custom query implemenations

2011-12-22 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3665: Attachment: LUCENE-3665.patch here is a patch including a testcases. I simply opened up

[jira] [Updated] (LUCENE-3628) Cut Norms over to IndexDocValues

2012-01-04 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3628: Attachment: LUCENE-3628.patch Here is a first patch to cut over norms to DocValues.

[jira] [Updated] (LUCENE-3628) Cut Norms over to DocValues

2012-01-04 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3628: Lucene Fields: New,Patch Available (was: New) Summary: Cut Norms over to

[jira] [Updated] (LUCENE-3628) Cut Norms over to DocValues

2012-01-04 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3628: Attachment: LUCENE-3628.patch here is another patch removing unused imports of Lucene3x

[jira] [Updated] (LUCENE-3628) Cut Norms over to DocValues

2012-01-04 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3628: Attachment: LUCENE-3628.patch new patch with svn diff --show-copies-as-adds

[jira] [Updated] (LUCENE-3628) Cut Norms over to DocValues

2012-01-05 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3628: Attachment: LUCENE-3628.patch next iteration moving the Lucene3xNormsConsumer into

[jira] [Updated] (LUCENE-3628) Cut Norms over to DocValues

2012-01-05 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3628: Attachment: LUCENE-3628.patch another patch delegating to normValues in IR#norms(field)

[jira] [Updated] (LUCENE-3628) Cut Norms over to DocValues

2012-01-05 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3628: Attachment: LUCENE-3628.patch {quote} I think the problem is that MultiDocValues no

[jira] [Updated] (LUCENE-3628) Cut Norms over to DocValues

2012-01-05 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3628: Attachment: LUCENE-3628.patch next iteration... {quote}Though, why do we need to add the

[jira] [Updated] (LUCENE-3676) Support SortedSource in MultiDocValues

2012-01-05 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3676: Attachment: LUCENE-3676.patch here is a patch that merges multiple SortedSources on the

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

2012-01-08 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3074: Priority: Blocker (was: Major) SimpleTextCodec needs SimpleText DocValues impl

[jira] [Updated] (SOLR-3020) Make HunspellStemFilterFactory not modify tokens marked as keywords by KeywordMarkerFilterFactory or StemmerOverrideFilterFactory

2012-01-10 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-3020: -- Fix Version/s: 4.0 3.6 Make HunspellStemFilterFactory not modify tokens

[jira] [Updated] (SOLR-3020) Make HunspellStemFilterFactory not modify tokens marked as keywords by KeywordMarkerFilterFactory or StemmerOverrideFilterFactory

2012-01-10 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-3020: -- Attachment: SOLR-3020.patch here is a patch Make HunspellStemFilterFactory

[jira] [Updated] (LUCENE-3687) Allow similarity to encode norms other than a single byte

2012-01-11 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3687: Attachment: LUCENE-3687.patch here is a first patch allowing similarity be more flexible

[jira] [Updated] (LUCENE-3689) DocValuesConsumer should implement closeable and release resource in close instead of during finish / flush

2012-01-11 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3689: Attachment: LUCENE-3689.patch here is a patch that adds closeable to DocValuesConsumer

[jira] [Updated] (LUCENE-3687) Allow similarity to encode norms other than a single byte

2012-01-12 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3687: Attachment: LUCENE-3687.patch new patch with setXXX methods on Norm class. I also fixed

[jira] [Updated] (LUCENE-3692) DocumentsWriter blocks flushes when applyDeletes takes forever - memory not released

2012-01-12 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3692: Description: In DocumentsWriter we have a safety check that applies all deletes if the

[jira] [Updated] (LUCENE-3692) DocumentsWriter blocks flushes when applyDeletes takes forever - memory not released

2012-01-12 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3692: Attachment: LUCENE-3692.patch here is a patch that makes pruning the ticket queue

[jira] [Updated] (LUCENE-3693) Add a testing implementation for DocumentsWriterPerThreadPool

2012-01-12 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3693: Attachment: LUCENE-3693.patch here is a patch adding a RandomDWTPool selected if

[jira] [Updated] (LUCENE-3687) Allow similarity to encode norms other than a single byte

2012-01-13 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3687: Attachment: LUCENE-3687.patch new patch. added some cleanups + javadoc. I now throw a

[jira] [Updated] (LUCENE-3687) Allow similarity to encode norms other than a single byte

2012-01-15 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3687: Attachment: LUCENE-3687.patch new patch * renamed setXXX to setDouble, setFloat etc. *

[jira] [Updated] (LUCENE-3687) Allow similarity to encode norms other than a single byte

2012-01-16 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3687: Attachment: LUCENE-3687.patch here is a new patch with changes.txt and more tests for

[jira] [Updated] (SOLR-1729) Date Facet now override time parameter

2012-01-16 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-1729: -- Fix Version/s: 3.6 Date Facet now override time parameter

[jira] [Updated] (SOLR-1729) Date Facet now override time parameter

2012-01-16 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-1729: -- Attachment: SOLR-1729_3x.patch here is a patch created from my svn merge. I also added

[jira] [Updated] (SOLR-1729) Date Facet now override time parameter

2012-01-16 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-1729: -- Attachment: SOLR-1729_3x.patch updated patch, I accidentally remove some lines from a test.

[jira] [Updated] (SOLR-1709) Distributed Date and Range Faceting

2012-01-17 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-1709: -- Attachment: SOLR-1709_3x.patch here is a patch created from my merge. I checked other commits

[jira] [Updated] (SOLR-1709) Distributed Date and Range Faceting

2012-01-17 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-1709: -- Fix Version/s: 3.6 Distributed Date and Range Faceting

[jira] [Updated] (SOLR-2983) Unable to load custom MergePolicy

2012-01-17 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-2983: -- Priority: Minor (was: Critical) Unable to load custom MergePolicy

[jira] [Updated] (LUCENE-3705) deadlock in TestIndexWriterExceptions

2012-01-19 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3705: Component/s: core/index Lucene Fields: New,Patch Available (was: New)

[jira] [Updated] (LUCENE-3705) deadlock in TestIndexWriterExceptions

2012-01-19 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3705?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3705: Attachment: LUCENE-3705.patch here is a patch. Stupid mistake I wonder why this didn't

[jira] [Updated] (LUCENE-3707) Add a Lucene3x private SegmentInfosFormat implemenation

2012-01-19 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3707: Attachment: LUCENE-3707.patch here is a patch Add a Lucene3x private

[jira] [Updated] (LUCENE-3707) Add a Lucene3x private SegmentInfosFormat implemenation

2012-01-19 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3707: Attachment: LUCENE-3707.patch here is a new patch throwing IFTooOldExc as uwe suggested

[jira] [Updated] (LUCENE-3709) norms reading fails with FileNotFound in exceptional case

2012-01-20 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3709: Attachment: LUCENE-3709.patch this patch seems to fix the problem for me. The issue here

[jira] [Updated] (LUCENE-3709) norms reading fails with FileNotFound in exceptional case

2012-01-20 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3709: Fix Version/s: 4.0 norms reading fails with FileNotFound in exceptional case

[jira] [Updated] (LUCENE-3713) TestIndexWriterOnDiskFull.testAddIndexOnDiskFull fails with java.lang.IllegalStateException: CFS has pending open files

2012-01-21 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3713: Lucene Fields: New,Patch Available (was: New)

[jira] [Updated] (LUCENE-3713) TestIndexWriterOnDiskFull.testAddIndexOnDiskFull fails with java.lang.IllegalStateException: CFS has pending open files

2012-01-21 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3713: Attachment: LUCENE-3713.patch sneaky, great example why random testing rocks! I really

[jira] [Updated] (SOLR-1178) Retrieve CoreContainer from EmbeddedSolrServer

2012-02-06 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated SOLR-1178: -- Fix Version/s: 4.0 3.6 Retrieve CoreContainer from EmbeddedSolrServer

[jira] [Updated] (LUCENE-3773) small improvements to DWPTThreadPool

2012-02-11 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3773: Attachment: LUCENE-3773.patch here is a patch small improvements to

[jira] [Updated] (LUCENE-3789) Expose FilteredTermsEnum from MTQ

2012-02-15 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3789: Attachment: LUCENE-3789.patch tiny simple patch against trunk... 3.x'd look slightly

[jira] [Updated] (LUCENE-3797) 3xCodec should throw UOE if a DocValuesConsumer is pulled

2012-02-17 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3797: Attachment: LUCENE-3797.patch here is a simple patch 3xCodec should

[jira] [Updated] (LUCENE-3797) 3xCodec should throw UOE if a DocValuesConsumer is pulled

2012-02-17 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3797: Attachment: LUCENE-3797.patch yet another patch. not sure if this is really the way to go

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

2012-02-20 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3807: Attachment: LUCENE-3807.patch here is a first patch extracting a BytesRefIterator as a

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

2012-02-21 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3807: Attachment: LUCENE-3807.patch next patch... * cut over Lookup API to use CharSequence

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

2012-02-21 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3807: Attachment: LUCENE-3807.patch new patch cleaning up the api a little more according to

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

2012-02-22 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3807: Attachment: LUCENE-3807.patch updated patch with davids suggestions

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

2012-02-22 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3074: Attachment: LUCENE-3074.patch here is a first patch adding SimpleTextDV and replacing

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

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

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

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

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

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

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

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

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

2012-03-02 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3807: Attachment: LUCENE-3807.patch here is a patch that removes the file based store / load

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

2012-03-06 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3807: Attachment: LUCENE-3807_3x.patch here is a patch against 3.x Cleanup

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

2012-03-07 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3807: Attachment: LUCENE-3807.patch here is a new patch removing the file based store / load

[jira] [Updated] (LUCENE-3846) Fuzzy suggester

2012-03-08 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3846: Attachment: LUCENE-3846.patch I applied this and fixed some compile errors while reading

[jira] [Updated] (LUCENE-3467) Cut over numeric docvalues to fixed straight bytes

2011-09-27 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3467: Attachment: LUCENE-3467.patch here is a patch that factors out multiple base classes

[jira] [Updated] (LUCENE-3445) Add SearcherManager, to manage IndexSearcher usage across threads and reopens

2011-09-27 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3445: Attachment: LUCENE-3445.patch I have a couple of smallish improvements to SearcherManager

[jira] [Updated] (LUCENE-3186) DocValues type should be recored in FNX file to early fail if user specifies incompatible type

2011-09-28 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3186: Attachment: LUCENE-3186.patch here is an initial patch that promotes the following types:

[jira] [Updated] (LUCENE-3476) SearcherManager misses to close IR if manager is closed during reopen

2011-09-29 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3476: Attachment: LUCENE-3476.patch here is a fix. SearcherManager misses to

[jira] [Updated] (LUCENE-3462) Jenkins builds hang quite often in TestIndexWriterWithThreads.testCloseWithThreads

2011-09-30 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3462: Attachment: LUCENE-3462.patch again a tricky one. During close we deactivate all

[jira] [Updated] (LUCENE-3476) SearcherManager misses to close IR if manager is closed during reopen

2011-09-30 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3476: Attachment: LUCENE-3476.patch there is no need to make this non-blocking though I agree

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

2011-10-04 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3433: Attachment: LUCENE-3433.patch I looked at the code and figured that there is actually not

[jira] [Updated] (LUCENE-3488) Factor out SearcherManager from NRTManager

2011-10-05 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3488: Attachment: LUCENE-3488.patch here is a patch that extracts a common SearcherManager

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

2011-10-05 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3433: Attachment: LUCENE-3433.patch This patch removes all uses of ValuesEnum and adds a

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

2011-10-06 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3433: Attachment: LUCENE-3433.patch here we go.. the make everybody happy patch! I added

[jira] [Updated] (LUCENE-3488) Factor out SearcherManager from NRTManager

2011-10-07 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3488: Attachment: LUCENE-3488.patch final patch. fixed all javadoc warnings and added a changes

[jira] [Updated] (LUCENE-3496) Support grouping by IndexDocValues

2011-10-07 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3496: Attachment: LUCENE-3496.patch martjin, here is a patch that forces the sorted variants to

[jira] [Updated] (LUCENE-3186) DocValues type should be recored in FNX file to early fail if user specifies incompatible type

2011-10-08 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3186: Attachment: LUCENE-3186.patch attaching current state. I updated the latest patch to

[jira] [Updated] (LUCENE-3186) DocValues type should be recored in FNX file to early fail if user specifies incompatible type

2011-10-10 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3186: Attachment: LUCENE-3186.patch next iteration. Added JavaDoc, removed all nocommits and

[jira] [Updated] (LUCENE-3507) Improve Memory Consumption for merging DocValues SortedBytes variants

2011-10-11 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3507: Attachment: LUCENE-3507.patch here is a patch that merges sorted docvalues without

[jira] [Updated] (LUCENE-3507) Improve Memory Consumption for merging DocValues SortedBytes variants

2011-10-11 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3507: Attachment: LUCENE-3507.patch next iteration, lots of cleanups code simplification.

[jira] [Updated] (LUCENE-3424) Return sequence ids from IW update/delete/add/commit to allow total ordering outside of IW

2011-10-25 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3424: Attachment: LUCENE-3424.patch here is a first patch to add sequence ids to the

[jira] [Updated] (LUCENE-3542) StandardQueryParser ignores AND operator for tokenized query terms

2011-10-29 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3542: Attachment: LUCENE-3542.patch here is a patch against 3.x - turns out that the standard

[jira] [Updated] (LUCENE-3546) IW#nrtIsCurrent retruns true if changes are in del queue but not in bufferedDeleteStream yet

2011-11-01 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3546: Attachment: LUCENE-3546.patch I added an isolated testcase which fails without this

[jira] [Updated] (LUCENE-3548) CharsRef#append broken on trunk 3.x

2011-11-01 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3548: Attachment: LUCENE-3548.patch here is a patch CharsRef#append broken on

[jira] [Updated] (LUCENE-3551) Yet another race in IW#nrtIsCurrent

2011-11-01 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3551: Attachment: LUCENE-3551.patch here is a patch that checks the flushQueue as a last resort

[jira] [Updated] (LUCENE-3551) Yet another race in IW#nrtIsCurrent

2011-11-01 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3551: Attachment: LUCENE-3551.patch ups one negation to rule them all :) - fixing the prev

[jira] [Updated] (LUCENE-3551) Yet another race in IW#nrtIsCurrent

2011-11-03 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3551: Attachment: LUCENE-3551.patch I isolated the problem in SOLR-2861 into a lucene testcase

[jira] [Updated] (LUCENE-3524) Add direct PackedInts.Reader impl, that reads directly from disk on each get

2011-11-06 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3524: Attachment: LUCENE-3524.patch new patch removing PackedIntValues#DirectPackedIntsSource

[jira] [Updated] (LUCENE-3528) TestNRTManager hang

2011-11-06 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3528: Attachment: LUCENE-3528.patch here is a patch making sure we unlock if

[jira] [Updated] (LUCENE-3528) TestNRTManager hang

2011-11-07 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3528: Attachment: LUCENE-3528.patch here is a new patch that signals when we try to reopen a

[jira] [Updated] (LUCENE-3528) TestNRTManager hang

2011-11-07 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3528: Attachment: LUCENE-3528.patch I rewrote the testcase to actually deadlock and relaxed

[jira] [Updated] (LUCENE-3528) TestNRTManager hang

2011-11-07 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3528: Lucene Fields: New,Patch Available (was: New) Affects Version/s: 3.5 Fix

[jira] [Updated] (LUCENE-3558) SearcherManager and NRTManager should be in the same package

2011-11-08 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3558: Attachment: LUCENE-3558.sh LUCENE-3558.patch here is a patch that moves

[jira] [Updated] (LUCENE-2564) wordlistloader is inefficient

2011-11-08 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2564: Attachment: LUCENE-2564.patch I tried to simplify this a little without going into

[jira] [Updated] (LUCENE-3558) SearcherManager and NRTManager should be in the same package

2011-11-09 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3558: Attachment: LUCENE-3558.patch new patch containing CHANGES entries

[jira] [Updated] (LUCENE-3558) SearcherManager and NRTManager should be in the same package

2011-11-09 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3558: Attachment: LUCENE-3558.patch LUCENE-3558.sh next iteration moving

[jira] [Updated] (LUCENE-2564) wordlistloader is inefficient

2011-11-09 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2564: Attachment: LUCENE-2564.patch next iteration * added javadocs removed all nocommits *

[jira] [Updated] (LUCENE-2564) wordlistloader is inefficient

2011-11-09 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2564: Attachment: LUCENE-2564.patch final patch containing a CHANGES.txt entry - I am going to

[jira] [Updated] (LUCENE-2822) TimeLimitingCollector starts thread in static {} with no way to stop them

2011-11-10 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2822: Attachment: LUCENE-2822.patch here is a first version of what I have in mind. I'd like

[jira] [Updated] (LUCENE-2822) TimeLimitingCollector starts thread in static {} with no way to stop them

2011-11-10 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2822: Attachment: LUCENE-2822.patch next iteration TimeLimitingCollector

[jira] [Updated] (LUCENE-2822) TimeLimitingCollector starts thread in static {} with no way to stop them

2011-11-11 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2822: Attachment: LUCENE-2822.patch I added a changes entry and opened up setting a baseline

[jira] [Updated] (LUCENE-3305) Kuromoji code donation - a new Japanese morphological analyzer

2011-11-11 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3305: Attachment: LUCENE-3305.patch here is an initial patch. nothing special just basic

[jira] [Updated] (LUCENE-2997) PayloadQueryParser addition

2011-11-12 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2997: Fix Version/s: (was: 3.0.4) 4.0 3.6

[jira] [Updated] (LUCENE-3305) Kuromoji code donation - a new Japanese morphological analyzer

2011-11-13 Thread Simon Willnauer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-3305: Fix Version/s: 4.0 marking fix version 4.0 - lets open a new issue for backporting...

  1   2   >