Updating Lucene version in Solr

2008-11-24 Thread Michael Busch
Hi all, I was wondering how often the Lucene version in Solr is updated? I'm asking because of issues like SOLR-875/LUCENE-1467. After I make the necessary changes in Lucene it's necessary to update the lucene-core-*.jar before the changes in Solr can be made. -Michael

Re: Updating Lucene version in Solr

2008-11-24 Thread Michael Busch
n McKinley wrote: On Nov 24, 2008, at 2:15 PM, Michael Busch wrote: Hi all, I was wondering how often the Lucene version in Solr is updated? I'm asking because of issues like SOLR-875/LUCENE-1467. After I make the necessary changes in Lucene it's necessary to update the lucene-c

Re: Cleaning up a Few things

2008-11-24 Thread Michael Busch
Grant Ingersoll wrote: I was wondering what people thought of the following things that have been bothering me, off and on, for a while. 1. Let's bring SolrJ into the core and have, as part of the release packaging, a target that builds a standalone SolrJ jar for distribution. Right now, we

Running the Solr/Lucene tests failed

2010-03-23 Thread Michael Busch
Hi all, I wanted to commit LUCENE-2329. I just checked out the new combined trunk https://svn.apache.org/repos/asf/lucene/dev/trunk and ran "ant test". After 20 mins the build failed on the unmodified code (see below). I hadn't applied my patch yet. What's the status of the combined trunk

Backwards compatibility

2008-12-04 Thread Michael Busch
Hi, I was wondering what the backwards-compatibility rules in Solr are? Is it the same as in Lucene, i.e. public and protected APIs can only be changed in a major release (X.Y -> (X+1).0) ? I'd like to consolidate the function queries in Solr and Lucene and it's gonna be quite messy if we have

Re: indexing slowdown with latest lucene udpate

2009-08-09 Thread Michael Busch
Are you sure that the initialization costs of the TokenStream/ AttributeSource cause the slowdown? With the bw-comp. code now every call of a Token method goes through a delegation layer. I'm afraid that might cause a slowdown? The code that figures out what Attributes to put into the map us

[jira] Created: (SOLR-875) Consolidate Solr's and Lucene's OpenBitSet classes

2008-11-23 Thread Michael Busch (JIRA)
Consolidate Solr's and Lucene's OpenBitSet classes -- Key: SOLR-875 URL: https://issues.apache.org/jira/browse/SOLR-875 Project: Solr Issue Type: Task Reporter: Mic

[jira] Commented: (SOLR-875) Consolidate Solr's and Lucene's OpenBitSet classes

2008-11-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650084#action_12650084 ] Michael Busch commented on SOLR-875: {quote} This would however require to change

[jira] Commented: (SOLR-875) Consolidate Solr's and Lucene's OpenBitSet classes

2008-11-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650469#action_12650469 ] Michael Busch commented on SOLR-875: Note that Yonik recently (August '08) co

[jira] Updated: (SOLR-875) Consolidate Solr's and Lucene's OpenBitSet classes

2008-11-24 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated SOLR-875: --- Attachment: solr-875.patch This patch: - deprecates OpenBitSet, BitUtil and BitSetIterator in

[jira] Commented: (SOLR-875) Consolidate Solr's and Lucene's OpenBitSet classes

2008-11-25 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650756#action_12650756 ] Michael Busch commented on SOLR-875: I just committed and resolved LUCENE-

[jira] Commented: (SOLR-875) Consolidate Solr's and Lucene's OpenBitSet classes

2008-12-06 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654177#action_12654177 ] Michael Busch commented on SOLR-875: {quote} Had a slight change to the patch for