[jira] Commented: (SOLR-1277) Implement a Solr specific naming service (using Zookeeper)

2009-12-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785014#action_12785014 ] Jason Rutherglen commented on SOLR-1277: bq. The question then becomes what do you

[jira] Commented: (SOLR-1308) Cache docsets and docs at the SegmentReader level

2009-12-01 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12784668#action_12784668 ] Jason Rutherglen commented on SOLR-1308: I'm taking a look at this, it's

[jira] Created: (SOLR-1614) Search in Hadoop

2009-11-30 Thread Jason Rutherglen (JIRA)
Search in Hadoop Key: SOLR-1614 URL: https://issues.apache.org/jira/browse/SOLR-1614 Project: Solr Issue Type: New Feature Components: search Affects Versions: 1.4 Reporter: Jason Rutherglen

[jira] Created: (SOLR-1609) Create a cache implementation that limits itself to a given RAM size

2009-11-29 Thread Jason Rutherglen (JIRA)
Create a cache implementation that limits itself to a given RAM size Key: SOLR-1609 URL: https://issues.apache.org/jira/browse/SOLR-1609 Project: Solr Issue Type: New

[jira] Created: (SOLR-1610) Add generics to SolrCache

2009-11-29 Thread Jason Rutherglen (JIRA)
Add generics to SolrCache - Key: SOLR-1610 URL: https://issues.apache.org/jira/browse/SOLR-1610 Project: Solr Issue Type: Improvement Components: search Affects Versions: 1.4 Reporter: Jason

[jira] Updated: (SOLR-1610) Add generics to SolrCache

2009-11-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1610: --- Attachment: SOLR-1610.patch Compiles, ran some of the unit tests. Not sure what else needs

[jira] Updated: (LUCENE-1785) Simple FieldCache merging

2009-11-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1785: - Attachment: LUCENE-1785.patch The sanity check is fixed by skipping the entry with a

[jira] Commented: (LUCENE-2061) Create benchmark approach for testing Lucene's near real-time performance

2009-11-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783322#action_12783322 ] Jason Rutherglen commented on LUCENE-2061: -- Mike, I tried running nrtBench.py,

[jira] Updated: (LUCENE-1785) Simple FieldCache merging

2009-11-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1785: - Attachment: LUCENE-1785.patch Deletes in the source readers should be handled

[jira] Updated: (LUCENE-1785) Simple FieldCache merging

2009-11-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1785: - Attachment: LUCENE-1785.patch Cleaned up some more, moved mergeSuccess to mergeMiddle,

[jira] Created: (SOLR-1606) Integrate Near Realtime

2009-11-28 Thread Jason Rutherglen (JIRA)
Integrate Near Realtime Key: SOLR-1606 URL: https://issues.apache.org/jira/browse/SOLR-1606 Project: Solr Issue Type: Improvement Components: update Affects Versions: 1.4 Reporter: Jason

[jira] Updated: (SOLR-1606) Integrate Near Realtime

2009-11-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1606: --- Attachment: SOLR-1606.patch Solr config can have an index nrt (true|false), or commit can

[jira] Updated: (LUCENE-1785) Simple FieldCache merging

2009-11-27 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1785: - Attachment: LUCENE-1785.patch This mostly works, not committable. I've noticed we're

[jira] Commented: (LUCENE-2095) Document not guaranteed to be found after write and commit

2009-11-25 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782659#action_12782659 ] Jason Rutherglen commented on LUCENE-2095: -- Why do we allow un-synchronized

[jira] Commented: (LUCENE-2075) Share the Term - TermInfo cache across threads

2009-11-24 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782071#action_12782071 ] Jason Rutherglen commented on LUCENE-2075: -- {quote} And honestly I'm still

[jira] Updated: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-24 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch I went back to trying to utilize a RAM dir inside of IW.

[jira] Updated: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2047: - Attachment: LUCENE-2047.patch In the updateDocument and deleteDocument methods, deletes

[jira] Updated: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2047: - Attachment: LUCENE-2047.patch When docWriter aborts on the RAM buffer, we clear out the

[jira] Commented: (LUCENE-2086) When resolving deletes, IW should resolve in term sort order

2009-11-20 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12780703#action_12780703 ] Jason Rutherglen commented on LUCENE-2086: -- bq. I don't think it should be

[jira] Commented: (SOLR-1578) Develop a Spatial Query Parser

2009-11-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12780184#action_12780184 ] Jason Rutherglen commented on SOLR-1578: GBase

[jira] Created: (LUCENE-2083) Use ReadWriteLock in IndexWriter

2009-11-18 Thread Jason Rutherglen (JIRA)
Use ReadWriteLock in IndexWriter Key: LUCENE-2083 URL: https://issues.apache.org/jira/browse/LUCENE-2083 Project: Lucene - Java Issue Type: Improvement Components: Index Affects Versions: 2.9.1

[jira] Commented: (LUCENE-2083) Use ReadWriteLock in IndexWriter

2009-11-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12779721#action_12779721 ] Jason Rutherglen commented on LUCENE-2083: -- This is looking hairy because sync on

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12779037#action_12779037 ] Jason Rutherglen commented on LUCENE-2047: -- {quote}resolving deletes syncs the

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12779075#action_12779075 ] Jason Rutherglen commented on LUCENE-2047: -- I'm browsing through the applyDeletes

[jira] Updated: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-17 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2047: - Attachment: LUCENE-2047.patch * There's pending deletes (aka updateDoc generated

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12778452#action_12778452 ] Jason Rutherglen commented on LUCENE-2047: -- I want to replay how DW handle the

[jira] Created: (LUCENE-2071) Allow upating of IndexWriter SegmentReaders

2009-11-16 Thread Jason Rutherglen (JIRA)
Allow upating of IndexWriter SegmentReaders --- Key: LUCENE-2071 URL: https://issues.apache.org/jira/browse/LUCENE-2071 Project: Lucene - Java Issue Type: Improvement Components: Index

[jira] Updated: (LUCENE-2071) Allow upating of IndexWriter SegmentReaders

2009-11-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2071: - Attachment: LUCENE-2071.patch Added an IW updateReaders method that accepts a Readers

[jira] Updated: (LUCENE-2071) Allow updating of IndexWriter SegmentReaders

2009-11-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2071: - Summary: Allow updating of IndexWriter SegmentReaders (was: Allow upating of

[jira] Commented: (LUCENE-2071) Allow updating of IndexWriter SegmentReaders

2009-11-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12778641#action_12778641 ] Jason Rutherglen commented on LUCENE-2071: -- I suspect there's apps out in the

[jira] Commented: (LUCENE-2075) Share the Term - TermInfo cache across threads

2009-11-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12778645#action_12778645 ] Jason Rutherglen commented on LUCENE-2075: -- Solr used CHM as an LRU, however it

[jira] Updated: (LUCENE-1526) For near real-time search, use paged copy-on-write BitVector impl

2009-11-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1526: - Attachment: LUCENE-1526.patch Here's a working version of this. The page size is

[jira] Updated: (LUCENE-1526) For near real-time search, use paged copy-on-write BitVector impl

2009-11-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1526: - Attachment: LUCENE-1526.patch Inlined into SegmentTermDocs. If there's an issue with

[jira] Created: (LUCENE-2063) Use thread pool in ConcurrentMergeScheduler

2009-11-13 Thread Jason Rutherglen (JIRA)
Use thread pool in ConcurrentMergeScheduler --- Key: LUCENE-2063 URL: https://issues.apache.org/jira/browse/LUCENE-2063 Project: Lucene - Java Issue Type: Improvement Components: Index

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777638#action_12777638 ] Jason Rutherglen commented on LUCENE-2047: -- bq. It's strange that anything here

[jira] Commented: (LUCENE-2063) Use thread pool in ConcurrentMergeScheduler

2009-11-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777666#action_12777666 ] Jason Rutherglen commented on LUCENE-2063: -- Right, this isn't the highest

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-13 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1273#action_1273 ] Jason Rutherglen commented on LUCENE-2047: -- Also, if the per SR delete queue were

[jira] Updated: (LUCENE-1526) For near real-time search, use paged copy-on-write BitVector impl

2009-11-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1526: - Attachment: (was: LUCENE-1526.patch) For near real-time search, use paged

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12777325#action_12777325 ] Jason Rutherglen commented on LUCENE-2047: -- I think there's a fundamental design

[jira] Commented: (LUCENE-1574) PooledSegmentReader, pools SegmentReader underlying byte arrays

2009-11-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776576#action_12776576 ] Jason Rutherglen commented on LUCENE-1574: -- A likely optimization for this patch

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776674#action_12776674 ] Jason Rutherglen commented on LUCENE-2047: -- {quote}I would think we do want to

[jira] Commented: (LUCENE-2050) Improve contrib/benchmark for testing near-real-time search performance

2009-11-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776740#action_12776740 ] Jason Rutherglen commented on LUCENE-2050: -- Very nice Mike, I'll try this out

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776804#action_12776804 ] Jason Rutherglen commented on LUCENE-2047: -- bq. likely hit seeks resolving the

[jira] Commented: (LUCENE-1526) For near real-time search, use paged copy-on-write BitVector impl

2009-11-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776823#action_12776823 ] Jason Rutherglen commented on LUCENE-1526: -- As far as the implementation of this

[jira] Updated: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2047: - Attachment: LUCENE-2047.patch I added deleting live for updateDocument.

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776865#action_12776865 ] Jason Rutherglen commented on LUCENE-2047: -- I'd like to remove the syncing in the

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776868#action_12776868 ] Jason Rutherglen commented on LUCENE-2047: -- Without syncing on the writer, we run

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776877#action_12776877 ] Jason Rutherglen commented on LUCENE-2047: -- After thumbing a bit through the

[jira] Updated: (LUCENE-1589) IndexWriter.addIndexesNoOptimize(IndexReader[] readers)

2009-11-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1589: - Attachment: LUCENE-1589.patch First pass, not committable, no tests yet.

[jira] Updated: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2047: - Attachment: LUCENE-2047.patch Deletes occur immediately if poolReader is true I'm not

[jira] Commented: (LUCENE-1526) For near real-time search, use paged copy-on-write BitVector impl

2009-11-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776254#action_12776254 ] Jason Rutherglen commented on LUCENE-1526: -- The BitVector memory consumption is

[jira] Commented: (LUCENE-1526) For near real-time search, use paged copy-on-write BitVector impl

2009-11-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776296#action_12776296 ] Jason Rutherglen commented on LUCENE-1526: -- bq. 300 documents a second Whoa,

[jira] Commented: (LUCENE-1574) PooledSegmentReader, pools SegmentReader underlying byte arrays

2009-11-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776299#action_12776299 ] Jason Rutherglen commented on LUCENE-1574: -- Yonik, Do you recommend using the

[jira] Commented: (LUCENE-1574) PooledSegmentReader, pools SegmentReader underlying byte arrays

2009-11-10 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776321#action_12776321 ] Jason Rutherglen commented on LUCENE-1574: -- I suppose as we're on Java 1.5,

[jira] Updated: (LUCENE-1917) ShingleFilter include words

2009-11-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1917: - Fix Version/s: (was: 3.0) 3.1 Moving out of 3.0 ShingleFilter

[jira] Commented: (LUCENE-1526) For near real-time search, use paged copy-on-write BitVector impl

2009-11-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12775076#action_12775076 ] Jason Rutherglen commented on LUCENE-1526: -- {quote} check out the zoie perf

[jira] Commented: (LUCENE-2047) IndexWriter should immediately resolve deleted docs to docID in near-real-time mode

2009-11-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12775115#action_12775115 ] Jason Rutherglen commented on LUCENE-2047: -- Is this going to be an option or

[jira] Updated: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch This patch includes flushing in a background thread.

[jira] Updated: (SOLR-1506) Search multiple cores using MultiReader

2009-11-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1506: --- Attachment: SOLR-1506.patch MultiReader doesn't support reopen with the readOnly parameter.

[jira] Updated: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch New assertions in NRT.flush are catching the issue that's

[jira] Updated: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch OK, all the tests pass consistently now. I guess the

[jira] Commented: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12774098#action_12774098 ] Jason Rutherglen commented on LUCENE-1313: -- I turned on assert !sr.hasChanges in

[jira] Commented: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12774171#action_12774171 ] Jason Rutherglen commented on LUCENE-1313: -- Well, I added the background thread

[jira] Updated: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch I wanted to simplify a little more to more easily

[jira] Updated: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-04 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch The tests pass, and the previous kinks seem to be worked

[jira] Commented: (SOLR-1506) Search multiple cores using MultiReader

2009-11-03 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12773104#action_12773104 ] Jason Rutherglen commented on SOLR-1506: Commit doesn't work because reopen isn't

[jira] Updated: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch Realizing the previous patches approach has grown too

[jira] Updated: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch * Ensure contiguous is mostly back * Cleaned up the code

[jira] Commented: (SOLR-1506) Search multiple cores using MultiReader

2009-11-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772793#action_12772793 ] Jason Rutherglen commented on SOLR-1506: There's a bug here with getting the status

[jira] Commented: (SOLR-1395) Integrate Katta

2009-10-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12771704#action_12771704 ] Jason Rutherglen commented on SOLR-1395: Pravin, I'll review the test case when I

[jira] Commented: (SOLR-1477) Search on multi-tier cores

2009-10-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767594#action_12767594 ] Jason Rutherglen commented on SOLR-1477: The use case is scaling to hundreds of

[jira] Commented: (SOLR-1477) Search on multi-tier cores

2009-10-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12767600#action_12767600 ] Jason Rutherglen commented on SOLR-1477: The way the process should work for this

[jira] Updated: (SOLR-1301) Solr + Hadoop

2009-10-19 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1301: --- Attachment: SOLR-1301.patch Here's an update that includes the change Jason mentioned above

[jira] Updated: (SOLR-1506) Search multiple cores using MultiReader

2009-10-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1506: --- Attachment: SOLR-1506.patch Fixes a bug, added Apache headers Search multiple cores using

[jira] Updated: (SOLR-1477) Search on multi-tier cores

2009-10-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1477: --- Priority: Minor (was: Trivial) Summary: Search on multi-tier cores (was: Search on

[jira] Commented: (SOLR-1513) Use Google Collections in ConcurrentLRUCache

2009-10-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766641#action_12766641 ] Jason Rutherglen commented on SOLR-1513: Noble, before implementing, I was wondering

[jira] Updated: (SOLR-1513) Use Google Collections in ConcurrentLRUCache

2009-10-16 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1513: --- Attachment: google-collect-snapshot.jar SOLR-1513.patch Here's a basic

[jira] Commented: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-10-15 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766376#action_12766376 ] Jason Rutherglen commented on LUCENE-1313: -- I think this patch has a memory leak,

[jira] Created: (SOLR-1513) Use Google Collections in ConcurrentLRUCache

2009-10-15 Thread Jason Rutherglen (JIRA)
Use Google Collections in ConcurrentLRUCache Key: SOLR-1513 URL: https://issues.apache.org/jira/browse/SOLR-1513 Project: Solr Issue Type: Improvement Components: search Affects

[jira] Commented: (SOLR-1513) Use Google Collections in ConcurrentLRUCache

2009-10-15 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766356#action_12766356 ] Jason Rutherglen commented on SOLR-1513: I've tuned down my caches to not deal with

[jira] Commented: (SOLR-1301) Solr + Hadoop

2009-10-12 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764745#action_12764745 ] Jason Rutherglen commented on SOLR-1301: Thanks for the update Jason. It runs

[jira] Created: (SOLR-1506) Search multiple cores using MultiReader

2009-10-11 Thread Jason Rutherglen (JIRA)
Search multiple cores using MultiReader --- Key: SOLR-1506 URL: https://issues.apache.org/jira/browse/SOLR-1506 Project: Solr Issue Type: Improvement Components: search Affects Versions: 1.4

[jira] Updated: (SOLR-1506) Search multiple cores using MultiReader

2009-10-11 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1506: --- Attachment: SOLR-1506.patch Well, it seems to work, though I had to comment out the

[jira] Created: (SOLR-1502) Add form to perform updates

2009-10-09 Thread Jason Rutherglen (JIRA)
Add form to perform updates --- Key: SOLR-1502 URL: https://issues.apache.org/jira/browse/SOLR-1502 Project: Solr Issue Type: Improvement Components: web gui Affects Versions: 1.4 Reporter:

[jira] Commented: (LUCENE-1959) Index Splitter

2009-10-08 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763738#action_12763738 ] Jason Rutherglen commented on LUCENE-1959: -- I'm using the IndexSplitter to divide

[jira] Created: (LUCENE-1959) Index Splitter

2009-10-07 Thread Jason Rutherglen (JIRA)
Index Splitter -- Key: LUCENE-1959 URL: https://issues.apache.org/jira/browse/LUCENE-1959 Project: Lucene - Java Issue Type: New Feature Components: Index Affects Versions: 2.9 Reporter: Jason

[jira] Updated: (LUCENE-1959) Index Splitter

2009-10-07 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1959: - Attachment: LUCENE-1959.patch First cut of the index splitter which allows listing

[jira] Created: (SOLR-1495) Store UnInvertedField on disk

2009-10-06 Thread Jason Rutherglen (JIRA)
Store UnInvertedField on disk - Key: SOLR-1495 URL: https://issues.apache.org/jira/browse/SOLR-1495 Project: Solr Issue Type: Improvement Components: search Affects Versions: 1.3, 1.4

[jira] Commented: (SOLR-1477) Search on local cores

2009-10-06 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12762844#action_12762844 ] Jason Rutherglen commented on SOLR-1477: I made some headway with getting this

[jira] Updated: (SOLR-1477) Search on local cores

2009-10-05 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1477: --- Attachment: SOLR-1477.patch Added missing MultiLocalCoresJettyTest Search on local cores

[jira] Updated: (SOLR-1477) Search on local cores

2009-09-30 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1477: --- Attachment: SOLR-1477.patch Added Apache license headers Search on local cores

[jira] Commented: (SOLR-1477) Search on local cores

2009-09-30 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12761014#action_12761014 ] Jason Rutherglen commented on SOLR-1477: Is there a lurking issue that prevents a

[jira] Created: (SOLR-1477) Search on local cores

2009-09-29 Thread Jason Rutherglen (JIRA)
Search on local cores - Key: SOLR-1477 URL: https://issues.apache.org/jira/browse/SOLR-1477 Project: Solr Issue Type: Improvement Affects Versions: 1.4 Reporter: Jason Rutherglen Priority:

[jira] Updated: (SOLR-1477) Search on local cores

2009-09-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1477: --- Attachment: SOLR-1477.patch Fairly simple additions to example/multicore. Search on local

[jira] Updated: (SOLR-1477) Search on local cores

2009-09-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1477: --- Attachment: SOLR-1477.patch Added a new parameter cores which allows one to define the cores

[jira] Commented: (SOLR-1461) Expose UnInvertedField's memory usage in statistics page

2009-09-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12760305#action_12760305 ] Jason Rutherglen commented on SOLR-1461: Maybe we can show all memory usage in the

[jira] Commented: (SOLR-1301) Solr + Hadoop

2009-09-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12760309#action_12760309 ] Jason Rutherglen commented on SOLR-1301: We need to include the schema.xml in the

[jira] Updated: (SOLR-1457) Deploy shards from HDFS into local cores

2009-09-28 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1457: --- Attachment: SOLR-1457.patch Updated patch Deploy shards from HDFS into local cores

[jira] Updated: (LUCENE-1526) Tombstone deletions in IndexReader

2009-09-25 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1526: - Attachment: LUCENE-1526.patch This moves us on our way more efficient memory usage in

[jira] Updated: (SOLR-1457) Deploy shards from HDFS into local cores

2009-09-25 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1457: --- Attachment: hadoop-0.19.0-core.jar SOLR-1475.patch There's a

<    2   3   4   5   6   7   8   9   10   11   >