[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-24 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch Here the updated patch after some changes in trunk. It also

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch Patch that fixes the Weight.scoreDocsOutOfOrder method to

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: (was: LUCENE-1536.patch) if a filter can support random access API, we

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch Sorry last patch upload was somehow corrupted, maybe because of

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: (was: LUCENE-1536.patch) if a filter can support random access API, we

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-11 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch if a filter can support random access API, we should use

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-10 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1536: Attachment: LUCENE-1536_hack.patch hack patch that computes the heuristic up front in weight

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-08 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: changes-yonik-uwe.patch LUCENE-1536.patch

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-08 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1536: Attachment: LUCENE-1536.patch patch moving the heuristic to FilteredQuery, AssertingIndexSearcher

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-08 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch Roberts patch with TestFilteredQuery cleaned up a little bit

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-08 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch Improved the test for random access with BucktScorer to also

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-07 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536-rewrite.patch Improved patch with modules and contrib fixed, Solr

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-07 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1536: Attachment: LUCENE-1536.patch updated patch: i fixed solr to the api changes and simply disabled

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-07 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536-rewrite.patch Patch with Solr fixes by Robert improved. Now usage of

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-07 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1536: Attachment: luceneutil.patch if a filter can support random access API, we should use it

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-06 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536-rewrite.patch A first rewrite of Lucene core to pass acceptDocs down

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-06 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1536: Attachment: LUCENE-1536.patch adding back this optimization, again. before committing please

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-06 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536-rewrite.patch Here a patch with almost all core tests rewritten (I

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-06 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536-rewrite.patch New patch (still only Lucene Core, no

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-06 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536-rewrite.patch New patch: - Fixed the FilteredQuery-Scorer's advance

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-05 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch New patch: - Fixed FieldCacheRangeFilterDocIdSet to implement

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-05 Thread Uwe Schindler (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1536: -- Attachment: LUCENE-1536.patch I modified my patch for FieldCacheRangeFilter to enforce that

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-04 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1536: Attachment: LUCENE-1536.patch updated patch: * implements heuristic with getter/setter (defaults

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-04 Thread Robert Muir (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1536: Attachment: LUCENE-1536.patch just a code style tweak, a test to make sure we get BS1 with random

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-04 Thread Chris Male (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-1536: --- Attachment: LUCENE-1536.patch Small improvements: - Changed isContainsOnlyLiveDocs to

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-10-02 Thread Chris Male (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-1536: --- Attachment: LUCENE-1536.patch Patch updated following the changes in LUCENE-3474. (Note, this

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-09-28 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1536: --- Attachment: LUCENE-1536.patch New patch folding in Uwe's ideas -- FCRF always uses

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-09-27 Thread Chris Male (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-1536: --- Attachment: LUCENE-1536.patch New patch which adds greater control over the random-access to

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-09-27 Thread Michael McCandless (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1536: --- Attachment: LUCENE-1536.patch New patch, fixing a few failing tests, adding a

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-09-22 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-1536: --- Attachment: LUCENE-1536.patch I think I have managed to update this to trunk. The only dated

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-09-22 Thread Chris Male (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Male updated LUCENE-1536: --- Attachment: LUCENE-1536.patch New patch which includes the missed merging, some small tidy-ups and

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-07-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1536: --- Attachment: LUCENE-1536.patch Patch. Lots of nocommits still but tests pass. if

[jira] [Updated] (LUCENE-1536) if a filter can support random access API, we should use it

2011-06-26 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1536: --- Attachment: LUCENE-1536.patch Initial patch for trunk... lots of nocommits, but

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2011-03-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-1536: Labels: mentor (was: gsoc2011 lucene-gsoc-11) if a filter can support random access

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2011-03-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-1536: Labels: gsoc2011, lucene-gsoc-11 mentor, (was: mentor) if a filter can support random

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2011-03-14 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-1536: Labels: gsoc2011 lucene-gsoc-11 mentor (was: gsoc2011, lucene-gsoc-11 mentor,) if a

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2011-03-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1536: --- Labels: gsoc2011 lucene-gsoc-11 (was: ) if a filter can support random access

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2010-09-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1536: --- Attachment: CachedFilterIndexReader.java By subclassing FilterIndexReader, and

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2009-09-15 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1536: - Attachment: LUCENE-1536.patch * Added a IndexReader.termDocs(term, filter) method which

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2009-06-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1536: --- Fix Version/s: (was: 2.9) 3.1 Moving out. if a filter can

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2009-04-21 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1536: - Attachment: LUCENE-1536.patch * Filter has a parameter for included deletes.

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2009-04-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1536: - Attachment: LUCENE-1536.patch The patch is a start at something that will work within

[jira] Updated: (LUCENE-1536) if a filter can support random access API, we should use it

2009-04-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1536: --- Fix Version/s: 2.9 Given the sizable performance gains, I think we should try to do